Theorems · Definition · logic and foundations
FirstOrder.Language.LHom.defaultExpansion
{L : FirstOrder.Language} →
{L' : FirstOrder.Language} →
(ϕ : L →ᴸ L') →
[(n : ℕ) → (f : L'.Functions n) → Decidable (f ∈ Set.range fun f => ϕ.onFunction f)] →
[(n : ℕ) → (r : L'.Relations n) → Decidable (r ∈ Set.range fun r => ϕ.onRelation r)] →
(M : Type u_1) → [Inhabited M] → [L.Structure M] → L'.Structure MPulls an L-structure along a language map ϕ : L →ᴸ L', and then expands it
to an L'-structure arbitrarily.
- Defined in
- Mathlib.ModelTheory.LanguageMap
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses Classical.choice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Set.rangestatement and proof · cited by 4,705
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Functionsstatement and proof · cited by 153
- FirstOrder.Language.Relationsstatement and proof · cited by 147
- FirstOrder.Language.Structure.funMapproof · cited by 69
- FirstOrder.Language.Structure.RelMapproof · cited by 68
- FirstOrder.Language.LHomstatement and proof · cited by 66
- FirstOrder.Language.LHom.onFunctionstatement and proof · cited by 27
- FirstOrder.Language.LHom.onRelationstatement and proof · cited by 27
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.Theory.ModelType.defaultExpansion_strucstatement · cited by 0
- FirstOrder.Language.LHom.Injective.isExpansionOn_defaultstatement and proof · cited by 0