62theorem isRecognitionConnected_resolutionCell (r : Recognizer C E) (c : C) : 63 IsRecognitionConnected r (ResolutionCell r c) := by
proof body
Term-mode proof.
64 intro c₁ c₂ h₁ h₂ 65 simp only [ResolutionCell, Set.mem_setOf_eq] at h₁ h₂ 66 exact Indistinguishable.trans r h₁ (Indistinguishable.symm' r h₂) 67 68/-- A subset of a recognition-connected set is recognition-connected -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.