Theorems · Theorem · group theory
AddMonoidHom.noncommCoprod_apply
∀ {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) (comm : ∀ (m : M) (n : N), AddCommute (f m) (g n)) (mn : M × N),
(f.noncommCoprod g comm) mn = f mn.1 + g mn.2- Defined in
- Mathlib.GroupTheory.NoncommCoprod
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- AddCommutestatement and proof · cited by 185
- AddMonoidHom.noncommCoprodstatement and proof · cited by 7
Cited by5
Results whose statement or proof uses this declaration.
- AddMonoidHom.noncommCoprod_uniqueproof · cited by 1
- AddMonoidHom.comp_noncommCoprodproof · cited by 0
- AddMonoidHom.noncommCoprod_apply'proof · cited by 0
- AddMonoidHom.noncommCoprod_comp_inlproof · cited by 0
- AddMonoidHom.noncommCoprod_comp_inrproof · cited by 0