Theorems · Definition · group theory
MulHom.noncommCoprod
{M : Type u_1} →
{N : Type u_2} →
{P : Type u_3} →
[inst : Mul M] →
[inst_1 : Mul N] →
[inst_2 : Semigroup P] →
(f : M →ₙ* P) → (g : N →ₙ* P) → (∀ (m : M) (n : N), Commute (f m) (g n)) → M × N →ₙ* PCoproduct of two MulHoms with the same codomain with Commute assumption:
f.noncommCoprod g _ (p : M × N) = f p.1 * g p.2.
(For the commutative case, use MulHom.coprod)
- Defined in
- Mathlib.GroupTheory.NoncommCoprod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext
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.coestatement and proof · cited by 62,936
- Commutestatement and proof · cited by 639
- MulHomstatement and proof · cited by 299
- Semigroupstatement and proof · cited by 202
Cited by4
Results whose statement or proof uses this declaration.
- MonoidHom.noncommCoprodproof · cited by 10
- MulHom.noncommCoprod_applystatement and proof · cited by 1
- MulHom.noncommCoprod_apply'statement and proof · cited by 0
- MulHom.comp_noncommCoprodstatement · cited by 0