Theorems · Definition · logic and foundations
FirstOrder.Language.Hom.codRestrict
{L : FirstOrder.Language} →
{M : Type w} →
{N : Type u_1} →
[inst : L.Structure M] →
[inst_1 : L.Structure N] → (p : L.Substructure N) → (f : L.Hom M N) → (∀ (c : M), f c ∈ p) → L.Hom M ↥pA first-order hom f : M → N whose values lie in a substructure p ⊆ N can be restricted to a
hom M → p.
- Defined in
- Mathlib.ModelTheory.Substructures
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Substructurestatement and proof · cited by 242
- FirstOrder.Language.Functionsproof · cited by 153
- FirstOrder.Language.Relationsproof · cited by 147
- FirstOrder.Language.Homstatement and proof · cited by 107
- FirstOrder.Language.Structure.RelMapproof · cited by 68
- FirstOrder.Language.Hom.map_relproof · cited by 0
Cited by5
Results whose statement or proof uses this declaration.
- FirstOrder.Language.Embedding.codRestrictproof · cited by 6
- FirstOrder.Language.Hom.comp_codRestrictstatement · cited by 0
- FirstOrder.Language.Hom.domRestrict_comp_codRestrictstatement · cited by 0
- FirstOrder.Language.Hom.subtype_comp_codRestrictstatement · cited by 0
- FirstOrder.Language.Hom.codRestrict_toFun_coestatement and proof · cited by 0