pith. machine review for the scientific record. sign in
theorem proved term proof

MetaPrinciple

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  39theorem MetaPrinciple (X : Type*) :
  40    (∃ (R : X → X → Prop), ∃ x, R x x) → Nonempty X := by

proof body

Term-mode proof.

  41  intro ⟨_, x, _⟩
  42  exact ⟨x⟩
  43
  44/-- Constructive version: recognition implies existence. -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.