Theorems · Theorem · logic and foundations
FirstOrder.Language.BoundedFormula.IsQF.induction_on_sup_not
∀ {L : FirstOrder.Language} {α : Type u'} {n : ℕ} {P : L.BoundedFormula α n → Prop} {φ : L.BoundedFormula α n},
φ.IsQF →
P ⊥ →
(∀ (ψ : L.BoundedFormula α n), ψ.IsAtomic → P ψ) →
(∀ {φ₁ φ₂ : L.BoundedFormula α n}, P φ₁ → P φ₂ → P (φ₁ ⊔ φ₂)) →
(∀ {φ : L.BoundedFormula α n}, P φ → P φ.not) →
(∀ {φ₁ φ₂ : L.BoundedFormula α n}, ∅.Iff φ₁ φ₂ → (P φ₁ ↔ P φ₂)) → P φ- Defined in
- Mathlib.ModelTheory.Complexity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Bot.botstatement and proof · cited by 4,720
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.BoundedFormulastatement and proof · cited by 207
- FirstOrder.Language.Theorystatement · cited by 154
- FirstOrder.Language.Sentencestatement · cited by 127
- FirstOrder.Language.BoundedFormula.IsQFstatement and proof · cited by 36
- FirstOrder.Language.Theory.Iffstatement and proof · cited by 32
- FirstOrder.Language.BoundedFormula.notstatement and proof · cited by 27
- FirstOrder.Language.BoundedFormula.IsAtomicstatement and proof · cited by 22
- FirstOrder.Language.BoundedFormula.IsQF.recOnproof · cited by 4
- FirstOrder.Language.BoundedFormula.imp_iff_not_supproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.BoundedFormula.IsQF.induction_on_inf_notproof · cited by 0