theorem
proved
term proof
zero_pos_dist
show as:
view Lean formalization →
formal statement (Lean)
99theorem zero_pos_dist : ¬Indistinguishable signRecognizer 0 1 := by
proof body
Term-mode proof.
100 simp [Indistinguishable, signRecognizer, signOf]
101
102/-! ## Example 3: Magnitude Recognizer on ℤ -/
103
104/-- The magnitude recognizer: n ↦ |n| -/