Theorems · Theorem · logic and foundations
FirstOrder.Language.LHom.comp_sumElim
∀ {L : FirstOrder.Language} {L' : FirstOrder.Language} (ϕ : L →ᴸ L') {L'' : FirstOrder.Language} (ψ : L'' →ᴸ L')
{L3 : FirstOrder.Language} (θ : L' →ᴸ L3), θ.comp (ϕ.sumElim ψ) = (θ.comp ϕ).sumElim (θ.comp ψ)- Defined in
- Mathlib.ModelTheory.LanguageMap
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.Functionsproof · cited by 153
- FirstOrder.Language.Relationsproof · cited by 147
- FirstOrder.Language.LHomstatement and proof · cited by 66
- FirstOrder.Language.sumstatement · cited by 31
- FirstOrder.Language.LHom.onFunctionproof · cited by 27
- FirstOrder.Language.LHom.onRelationproof · cited by 27
- FirstOrder.Language.LHom.compstatement · cited by 20
- FirstOrder.Language.LHom.funextproof · cited by 9
- FirstOrder.Language.LHom.sumElimstatement · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.