def
definition
def or abbrev
ResolutionCell
show as:
view Lean formalization →
formal statement (Lean)
71def ResolutionCell {C E : Type*} (r : Recognizer C E) (c : C) : Set C :=
proof body
Definition body.
72 {c' : C | c' ~[r] c}
73
74/-- A configuration is in its own resolution cell -/
used by (15)
-
composite_cell_subset_left -
composite_cell_subset_right -
composite_resolutionCell -
isRecognitionConnected_resolutionCell -
locally_regular_cell_connected -
separating_singleton_cells -
discrete_singleton_cells -
indistinguishable_status -
LocalResolution -
localResolution_covers -
mem_resolutionCell_self -
resolutionCell_eq_fiber -
resolutionCell_eq_iff -
resolutionCells_partition -
symmetry_maps_cells