theorem
proved
term proof
recognition_event_exists
show as:
view Lean formalization →
formal statement (Lean)
189theorem recognition_event_exists : Nonempty CompilationAsRecognition :=
proof body
Term-mode proof.
190 ⟨this_is_recognition⟩
191
192/-! ## Summary -/
193
194/-- The complete self-reference structure. -/