@[reducible, inline]
Equations
Instances For
@[reducible, inline]
abbrev
LO.IntProp.Formula.Kripke.ClassicalSatisfies
(V : LO.IntProp.Kripke.ClassicalValuation)
(φ : LO.IntProp.Formula ℕ)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
LO.IntProp.Formula.Kripke.ClassicalSatisfies.atom_def
{V : LO.IntProp.Kripke.ClassicalValuation}
{a : ℕ}
:
V ⊧ LO.IntProp.Formula.atom a ↔ V a
theorem
LO.IntProp.Hilbert.Cl.classical_sound
{φ : LO.IntProp.Formula ℕ}
:
LO.IntProp.Hilbert.Cl ℕ ⊢! φ → ∀ (V : LO.IntProp.Kripke.ClassicalValuation), V ⊧ φ
theorem
LO.IntProp.Hilbert.Cl.unprovable_of_exists_classicalValuation
{φ : LO.IntProp.Formula ℕ}
:
(∃ (V : LO.IntProp.Kripke.ClassicalValuation), ¬V ⊧ φ) → LO.IntProp.Hilbert.Cl ℕ ⊬ φ