Theorems · Definition · group theory
MulHom.prod
{M : Type u_3} →
{N : Type u_4} →
{P : Type u_5} → [inst : Mul M] → [inst_1 : Mul N] → [inst_2 : Mul P] → (M →ₙ* N) → (M →ₙ* P) → M →ₙ* N × PCombine two MonoidHoms 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
- 7 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MulHomstatement and proof · cited by 299
- Function.prodproof · cited by 38
Cited by9
Results whose statement or proof uses this declaration.
- NonUnitalRingHom.prodproof · cited by 6
- MulHom.prodMapproof · cited by 4
- MulHom.prod_uniquestatement · cited by 0
- MulHom.snd_comp_prodstatement · cited by 0
- MulHom.fst_comp_prodstatement · cited by 0
- MulHom.coe_prodstatement · cited by 0
- MulHom.prodMap_defstatement · cited by 0
- MulHom.prod_applystatement · cited by 0
- MulHom.prod_comp_prodMapstatement · cited by 0