pith. machine review for the scientific record. sign in
def definition def or abbrev

discreteRecognizer

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  39def discreteRecognizer (n : ℕ) [h : NeZero n] (hn : 2 ≤ n) :
  40    Recognizer (Fin n) (Fin n) where
  41  R := id

proof body

Definition body.

  42  nontrivial := by
  43    use ⟨0, by omega⟩, ⟨1, by omega⟩
  44    simp [Fin.ext_iff]
  45
  46/-- **Theorem**: Discrete recognizer - indistinguishable iff equal -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.