KHIncompleteness #
theorem
LO.Modal.Kripke.valid_atomic_H_of_valid_atomic_L
{F : Frame}
{a : ℕ}
:
F ⊧ Axioms.L (Formula.atom a) → F ⊧ Axioms.H (Formula.atom a)
theorem
LO.Modal.Kripke.valid_atomic_L_of_valid_atomic_H
{F : Frame}
{a : ℕ}
:
F ⊧ Axioms.H (Formula.atom a) → F ⊧ Axioms.L (Formula.atom a)
theorem
LO.Modal.Kripke.valid_atomic_4_of_valid_atomic_L
{F : Frame}
:
F ⊧ Axioms.L (Formula.atom 0) → F ⊧ Axioms.Four (Formula.atom 0)
theorem
LO.Modal.Kripke.valid_atomic_Four_of_valid_atomic_H
{F : Frame}
:
F ⊧ Axioms.H (Formula.atom 0) → F ⊧ Axioms.Four (Formula.atom 0)
@[reducible, inline]
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, match_pattern, inline]
Imported declaration from the Incompleteness formalization.
Instances For
Imported notation from the Incompleteness formalization.
Equations
- LO.Modal.Kripke.cresswellFrame.«term_♯» = Lean.ParserDescr.trailingNode `LO.Modal.Kripke.cresswellFrame.«term_♯» 1024 1024 (Lean.ParserDescr.symbol "♯")
Instances For
@[reducible, match_pattern, inline]
Imported declaration from the Incompleteness formalization.
Instances For
Imported notation from the Incompleteness formalization.
Equations
- LO.Modal.Kripke.cresswellFrame.«term_♭» = Lean.ParserDescr.trailingNode `LO.Modal.Kripke.cresswellFrame.«term_♭» 1024 1024 (Lean.ParserDescr.symbol "♭")
Instances For
Imported declaration from the Incompleteness formalization.
@[reducible, inline]
Imported declaration from the Incompleteness formalization.
Equations
- LO.Modal.Kripke.cresswellModel = { toFrame := LO.Modal.Kripke.cresswellFrame, Val := fun (w : LO.Modal.Kripke.cresswellFrame.World) (x : ℕ) => w ≠ 0♯ }
Instances For
@[reducible, inline]
Imported declaration from the Incompleteness formalization.
Equations
Instances For
theorem
LO.Modal.Kripke.provable_KH_of_valid_cresswellModel
{φ : Formula ℕ}
:
Hilbert.KH ⊢! φ → cresswellModel ⊧ φ
theorem
LO.Modal.Kripke.KH_KripkeIncomplete :
¬∃ (C : FrameClass), ∀ (φ : Formula ℕ), Hilbert.KH ⊢! φ ↔ C ⊧ φ