theorem
proved
term proof
neg_pos_dist
show as:
view Lean formalization →
formal statement (Lean)
95theorem neg_pos_dist : ¬Indistinguishable signRecognizer (-1) 1 := by
proof body
Term-mode proof.
96 simp [Indistinguishable, signRecognizer, signOf]
97
98/-- **Theorem**: 0 ≁ 1 (different signs) -/