Theorems · Theorem · logic and foundations
FirstOrder.Language.BoundedFormula.induction_on_all_ex
∀ {L : FirstOrder.Language} {α : Type u'} {n : ℕ} {P : {m : ℕ} → L.BoundedFormula α m → Prop}
(φ : L.BoundedFormula α n),
(∀ {m : ℕ} {ψ : L.BoundedFormula α m}, ψ.IsQF → P ψ) →
(∀ {m : ℕ} {ψ : L.BoundedFormula α (m + 1)}, P ψ → P ψ.all) →
(∀ {m : ℕ} {φ : L.BoundedFormula α (m + 1)}, P φ → P φ.ex) →
(∀ {m : ℕ} {φ₁ φ₂ : L.BoundedFormula α m}, ∅.Iff φ₁ φ₂ → (P φ₁ ↔ P φ₂)) → P φ- Defined in
- Mathlib.ModelTheory.Complexity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 61 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.
- 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.exstatement and proof · cited by 14
- FirstOrder.Language.BoundedFormula.IsPrenexproof · cited by 13
- FirstOrder.Language.BoundedFormula.toPrenexproof · cited by 5
- FirstOrder.Language.BoundedFormula.toPrenex_isPrenexproof · cited by 2
- FirstOrder.Language.BoundedFormula.iff_toPrenexproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.BoundedFormula.induction_on_exists_notproof · cited by 0