Theorems · Definition · group theory
AddMonoidHom.prod
{M : Type u_3} →
{N : Type u_4} →
{P : Type u_5} →
[inst : AddZeroClass M] → [inst_1 : AddZeroClass N] → [inst_2 : AddZeroClass P] → (M →+ N) → (M →+ P) → M →+ N × PCombine two AddMonoidHoms f : M →+ N, g : M →+ P into
f.prod g : M →+ N × P given by (f.prod g) x = (f x, g x)
- Defined in
- Mathlib.Algebra.Group.Prod
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- Function.prodproof · cited by 38
Cited by21
Results whose statement or proof uses this declaration.
- AddMonoidHom.prodMapproof · cited by 15
- RingHom.prodproof · cited by 8
- AddCommGrpCat.binaryProductLimitConeproof · cited by 6
- NonUnitalRingHom.prodproof · cited by 6
- AddMonoid.Coprod.fst_prod_sndstatement and proof · cited by 3
- AddMonoidHom.fst_comp_prodstatement · cited by 2
- AddGrpCat.binaryProductLimitConeproof · cited by 2
- AddEquiv.prodAddUnitsproof · cited by 1
- AddMonoidHom.snd_comp_prodstatement · cited by 1
- ContinuousAddMonoidHom.prodproof · cited by 1
- AddMonoidHom.prod_applystatement · cited by 1
- AddCommGrpCat.binaryProductLimitCone_isLimit_liftstatement · cited by 0