109theorem chartCompatible_refl (φ : RecognitionChart L r n) : 110 ChartCompatible L r φ φ := by
proof body
Term-mode proof.
111 intro c h₁ h₂ 112 -- h₁ and h₂ are both proofs that c ∈ φ.domain, so they must give same result 113 rfl 114 115/-- Chart compatibility is symmetric -/
depends on (10)
Lean names referenced from this declaration's body.