Theorems · Theorem · logic and foundations
FirstOrder.Language.BoundedFormula.IsExistential.realize_embedding
∀ {L : FirstOrder.Language} {α : Type u'} {n : ℕ} {M : Type u_1} [inst : L.Structure M] {N : Type u_2}
[inst_1 : L.Structure N] {F : Type u_3} [inst_2 : FunLike F M N] [EmbeddingLike F M N] [L.StrongHomClass F M N]
{φ : L.BoundedFormula α n},
φ.IsExistential → ∀ (f : F) {v : α → M} {xs : Fin n → M}, φ.Realize v xs → φ.Realize (⇑f ∘ v) (⇑f ∘ xs)- Defined in
- Mathlib.ModelTheory.Complexity
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- FunLikestatement and proof · cited by 2,560
- 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.snocproof · cited by 113
- FirstOrder.Language.BoundedFormula.Realizestatement and proof · cited by 104
- FirstOrder.Language.BoundedFormula.IsQFproof · cited by 36
- EmbeddingLikestatement and proof · cited by 20
- FirstOrder.Language.StrongHomClassstatement and proof · cited by 16
- Fin.comp_snocproof · cited by 4
- FirstOrder.Language.BoundedFormula.IsExistentialstatement and proof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.