Theorems · Definition · group theory
MulHom.coprod
{M : Type u_3} →
{N : Type u_4} →
{P : Type u_5} →
[inst : Mul M] → [inst_1 : Mul N] → [inst_2 : CommSemigroup P] → (M →ₙ* P) → (N →ₙ* P) → M × N →ₙ* PCoproduct of two MulHoms with the same codomain:
f.coprod g (p : M × N) = f p.1 * g p.2.
(Commutative codomain; for the general case, see MulHom.noncommCoprod)
- Defined in
- Mathlib.Algebra.Group.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext
- Assumes
- MulMulCommSemigroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MulHomstatement and proof · cited by 299
- CommSemigroupstatement and proof · cited by 62
- MulHom.compproof · cited by 44
- MulHom.sndproof · cited by 9
- MulHom.fstproof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- MulHom.comp_coprodstatement · cited by 0
- MulHom.coprod_applystatement · cited by 0