Theorems · Theorem · logic and foundations
FirstOrder.Language.BoundedFormula.IsQF.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},
φ.IsQF → ∀ (f : F) {v : α → M} {xs : Fin n → M}, φ.Realize (⇑f ∘ v) (⇑f ∘ xs) ↔ φ.Realize v xs- Defined in
- Mathlib.ModelTheory.Complexity
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- FirstOrder.Language.Termproof · cited by 166
- FirstOrder.Language.Relationsproof · cited by 147
- FirstOrder.Language.BoundedFormula.Realizestatement and proof · cited by 104
- FirstOrder.Language.Term.realizeproof · cited by 81
- FirstOrder.Language.Structure.RelMapproof · cited by 68
- FirstOrder.Language.BoundedFormula.IsQFstatement and proof · cited by 36
- FirstOrder.Language.BoundedFormula.IsAtomicproof · cited by 22
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.BoundedFormula.IsUniversal.realize_embeddingproof · cited by 1
- FirstOrder.Language.BoundedFormula.IsExistential.realize_embeddingproof · cited by 0