Theorems · Definition · group theory
AddConstMap.comp
{G : Type u_1} →
{H : Type u_2} →
[inst : Add G] →
[inst_1 : Add H] →
{a : G} →
{b : H} →
{K : Type u_3} →
[inst_2 : Add K] → {c : K} → AddConstMap H K b c → AddConstMap G H a b → AddConstMap G K a cComposition of two AddConstMaps.
- Defined in
- Mathlib.Algebra.AddConstMap.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddConstMapstatement and proof · cited by 32
Cited by4
Results whose statement or proof uses this declaration.
- AddConstMap.comp_idstatement · cited by 0
- AddConstMap.mul_defstatement · cited by 0
- AddConstMap.id_compstatement · cited by 0
- AddConstMap.coe_compstatement and proof · cited by 0