Theorems · Definition · group theory
AddMonoidHom.noncommCoprod
{M : Type u_1} →
{N : Type u_2} →
{P : Type u_3} →
[inst : AddZeroClass M] →
[inst_1 : AddZeroClass N] →
[inst_2 : AddMonoid P] →
(f : M →+ P) → (g : N →+ P) → (∀ (m : M) (n : N), AddCommute (f m) (g n)) → M × N →+ PCoproduct of two AddMonoidHoms with the same codomain,
with a commutation assumption:
f.noncommCoprod g (p : M × N) = f p.1 + g p.2.
(Noncommutative case; in the commutative case, use AddHom.coprod.)
- Defined in
- Mathlib.GroupTheory.NoncommCoprod
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- AddZeroClassstatement and proof · cited by 1,237
- AddHomproof · cited by 294
- AddCommutestatement and proof · cited by 185
- AddMonoidHom.toAddHomproof · cited by 9
- AddHom.noncommCoprodproof · cited by 3
Cited by7
Results whose statement or proof uses this declaration.
- AddMonoidHom.noncommCoprod_applystatement and proof · cited by 5
- AddMonoidHom.noncommCoprod_uniquestatement · cited by 1
- AddMonoidHom.comp_noncommCoprodstatement · cited by 0
- AddMonoidHom.noncommCoprod_apply'statement and proof · cited by 0
- AddMonoidHom.noncommCoprod_comp_inlstatement · cited by 0
- AddMonoidHom.noncommCoprod_comp_inrstatement · cited by 0
- AddMonoidHom.noncommCoprod_inl_inrstatement · cited by 0