Theorems · Definition · group theory
AddMonoidHom.noncommPiCoprod
{M : Type u_1} →
[inst : AddMonoid M] →
{ι : Type u_2} →
[Fintype ι] →
{N : ι → Type u_3} →
[inst_2 : (i : ι) → AddMonoid (N i)] →
(ϕ : (i : ι) → N i →+ M) →
(Pairwise fun i j => ∀ (x : N i) (y : N j), AddCommute ((ϕ i) x) ((ϕ j) y)) → ((i : ι) → N i) →+ MThe canonical homomorphism from a family of additive monoids. See also
LinearMap.lsum for a linear version without the commutativity assumption.
- Defined in
- Mathlib.GroupTheory.NoncommPiCoprod
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Fintypestatement and proof · cited by 7,736
- Finset.univproof · cited by 3,473
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- Pairwisestatement and proof · cited by 516
- AddCommutestatement and proof · cited by 185
- Finset.noncommSumproof · cited by 24
Cited by10
Results whose statement or proof uses this declaration.
- AddSubgroup.noncommPiCoprodproof · cited by 5
- AddMonoidHom.noncommPiCoprod_singlestatement · cited by 3
- AddMonoidHom.noncommPiCoprod_rangestatement and proof · cited by 2
- AddMonoidHom.injective_noncommPiCoprod_of_iSupIndepstatement and proof · cited by 1
- AddMonoidHom.independent_range_of_coprime_orderproof · cited by 1
- AddMonoidHom.comp_noncommPiCoprodstatement · cited by 0
- AddMonoidHom.noncommPiCoprodEquivproof · cited by 0
- AddMonoidHom.noncommPiCoprod_applystatement · cited by 0
- AddMonoidHom.noncommPiCoprod_mrangestatement and proof · cited by 0
- AddMonoidHom.addCommute_noncommPiCoprodstatement · cited by 0