Theorems · Definition · logic and foundations
FirstOrder.Language.Embedding.substructureEquivMap
{L : FirstOrder.Language} →
{M : Type w} →
{N : Type u_1} →
[inst : L.Structure M] →
[inst_1 : L.Structure N] →
(f : L.Embedding M N) → (s : L.Substructure M) → L.Equiv ↥s ↥(FirstOrder.Language.Substructure.map f.toHom s)The equivalence between a substructure s and its image s.map f.toHom, where f is an
embedding.
- Defined in
- Mathlib.ModelTheory.Substructures
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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.Embeddingstatement and proof · cited by 128
- FirstOrder.Language.Equivstatement · cited by 83
- FirstOrder.Language.Substructure.mapstatement and proof · cited by 49
- FirstOrder.Language.Embedding.toHomstatement and proof · cited by 40
- FirstOrder.Language.Embedding.codRestrictproof · cited by 6
- FirstOrder.Language.Embedding.domRestrictproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.Embedding.subtype_substructureEquivMapstatement and proof · cited by 0
- FirstOrder.Language.Embedding.substructureEquivMap_applystatement · cited by 0