Theorems · Theorem · logic and foundations
FirstOrder.Language.BoundedFormula.realize_all
∀ {L : FirstOrder.Language} {M : Type w} [inst : L.Structure M] {α : Type u'} {l : ℕ} {θ : L.BoundedFormula α l.succ}
{v : α → M} {xs : Fin l → M}, θ.all.Realize v xs ↔ ∀ (a : M), θ.Realize v (Fin.snoc xs a)- Defined in
- Mathlib.ModelTheory.Semantics
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 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.Structurestatement and proof · cited by 775
- FirstOrder.Language.BoundedFormulastatement and proof · cited by 207
- Fin.snocstatement · cited by 113
- FirstOrder.Language.BoundedFormula.Realizestatement · cited by 104
Cited by3
Results whose statement or proof uses this declaration.
- FirstOrder.Language.BoundedFormula.realize_exproof · cited by 2
- FirstOrder.Language.BoundedFormula.realize_toPrenexproof · cited by 1
- FirstOrder.Language.BoundedFormula.realize_toFormulaproof · cited by 1