theorem
proved
term proof
programSpec_injective
show as:
view Lean formalization →
formal statement (Lean)
48theorem programSpec_injective : Function.Injective programSpec := by
proof body
Term-mode proof.
49 intro a b h
50 exact congrArg ProgramSpec.combination h
51
52/-- First-pass empirical program in execution order. -/