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