Theorems · Theorem · logic and foundations
FirstOrder.Language.LHom.mk.injEq
∀ {L : FirstOrder.Language} {L' : FirstOrder.Language}
(onFunction : autoParam (⦃n : ℕ⦄ → L.Functions n → L'.Functions n) FirstOrder.Language.LHom.onFunction._autoParam)
(onRelation : autoParam (⦃n : ℕ⦄ → L.Relations n → L'.Relations n) FirstOrder.Language.LHom.onRelation._autoParam)
(onFunction_1 : autoParam (⦃n : ℕ⦄ → L.Functions n → L'.Functions n) FirstOrder.Language.LHom.onFunction._autoParam)
(onRelation_1 : autoParam (⦃n : ℕ⦄ → L.Relations n → L'.Relations n) FirstOrder.Language.LHom.onRelation._autoParam),
({ onFunction := onFunction, onRelation := onRelation } =
{ onFunction := onFunction_1, onRelation := onRelation_1 }) =
(onFunction = onFunction_1 ∧ onRelation = onRelation_1)- Defined in
- Mathlib.ModelTheory.LanguageMap
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Functionsstatement and proof · cited by 153
- FirstOrder.Language.Relationsstatement and proof · cited by 147
- FirstOrder.Language.LHomstatement · cited by 66
- FirstOrder.Language.LHom.mk.injproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.LHom.funextproof · cited by 9