theorem
proved
decidable or rfl
sign_indistinguishable
show as:
view Lean formalization →
formal statement (Lean)
86theorem sign_indistinguishable (n m : ℤ) :
87 Indistinguishable signRecognizer n m ↔ signOf n = signOf m := by
proof body
Decided by rfl or decide.
88 rfl
89
90/-- **Theorem**: -5 ~ -3 (both negative) -/