Theorems · Theorem · group theory
AddMonoid.Coprod.map_comp_map
∀ {M : Type u_1} {N : Type u_2} {M' : Type u_3} {N' : Type u_4} [inst : AddZeroClass M] [inst_1 : AddZeroClass N]
[inst_2 : AddZeroClass M'] [inst_3 : AddZeroClass N'] {M'' : Type u_6} {N'' : Type u_7} [inst_4 : AddZeroClass M'']
[inst_5 : AddZeroClass N''] (f' : M' →+ M'') (g' : N' →+ N'') (f : M →+ M') (g : N →+ N'),
(AddMonoid.Coprod.map f' g').comp (AddMonoid.Coprod.map f g) = AddMonoid.Coprod.map (f'.comp f) (g'.comp g)- Defined in
- Mathlib.GroupTheory.Coprod.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- AddMonoidHom.compstatement · cited by 339
- AddMonoid.Coprodstatement · cited by 104
- AddMonoid.Coprod.hom_extproof · cited by 12
- AddMonoid.Coprod.mapstatement · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- AddMonoid.Coprod.map_mapproof · cited by 0