theorem
proved
term proof
failureMode_injective
show as:
view Lean formalization →
formal statement (Lean)
217theorem failureMode_injective : Function.Injective failureMode := by
proof body
Term-mode proof.
218 intro a b h
219 cases a <;> cases b <;> simp [failureMode] at h ⊢
220