64theorem cell_eq_iff_kernel {K : Type*} (I : PrimitiveInterface K) (x y : K) : 65 cellOf I x = cellOf I y ↔ I.kernel x y := by
proof body
Term-mode proof.
66 exact Quotient.eq 67 68/-! ## Finite-resolution labels and neighborhoods -/ 69 70/-- The finite event label of a recognition cell. This is well-defined because 71the quotient identifies exactly configurations with equal observed labels. -/
depends on (16)
Lean names referenced from this declaration's body.