54theorem isRecognitionConnected_singleton (r : Recognizer C E) (c : C) : 55 IsRecognitionConnected r {c} := by
proof body
Term-mode proof.
56 intro c₁ c₂ h₁ h₂ 57 simp only [Set.mem_singleton_iff] at h₁ h₂ 58 rw [h₁, h₂] 59 exact Indistinguishable.refl r c 60 61/-- A resolution cell is recognition-connected by definition -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.