Theorems · Definition · logic and foundations
FirstOrder.Language.BoundedFormula.IsUniversal.below.casesOn
∀ {L : FirstOrder.Language} {α : Type u'} {motive : {n : ℕ} → (a : L.BoundedFormula α n) → a.IsUniversal → Prop}
{motive_1 :
{n : ℕ} →
{a : L.BoundedFormula α n} → (t : a.IsUniversal) → FirstOrder.Language.BoundedFormula.IsUniversal.below t → Prop}
{n : ℕ} {a : L.BoundedFormula α n} {t : a.IsUniversal} (t_1 : FirstOrder.Language.BoundedFormula.IsUniversal.below t),
(∀ {n : ℕ} {φ : L.BoundedFormula α n} (h : φ.IsQF), motive_1 ⋯ ⋯) →
(∀ {n : ℕ} {φ : L.BoundedFormula α (n + 1)} (h : φ.IsUniversal)
(ih : FirstOrder.Language.BoundedFormula.IsUniversal.below h) (h_ih : motive φ h), motive_1 ⋯ ⋯) →
motive_1 t t_1- Defined in
- Mathlib.ModelTheory.Complexity
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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.BoundedFormula.IsQFstatement and proof · cited by 36
- FirstOrder.Language.BoundedFormula.IsUniversalstatement and proof · cited by 12
- FirstOrder.Language.BoundedFormula.IsUniversal.belowstatement and proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.