Theorems · Definition · group theory
AddMonoidHom.noncommPiCoprodEquiv
{M : Type u_1} →
[inst : AddMonoid M] →
{ι : Type u_2} →
[Fintype ι] →
{N : ι → Type u_3} →
[inst_2 : (i : ι) → AddMonoid (N i)] →
[DecidableEq ι] →
{ ϕ // Pairwise fun i j => ∀ (x : N i) (y : N j), AddCommute ((ϕ i) x) ((ϕ j) y) } ≃
(((i : ι) → N i) →+ M)The universal property of MonoidHom.noncommPiCoprod
Given monoid morphisms φᵢ : Nᵢ → M whose images pairwise commute,
there exists a unique monoid morphism φ : Πᵢ Nᵢ → M that induces the φᵢ,
and it is given by AddMonoidHom.noncommPiCoprod.
- Defined in
- Mathlib.GroupTheory.NoncommPiCoprod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- Pairwisestatement and proof · cited by 516
- AddMonoidHom.compproof · cited by 339
- AddCommutestatement and proof · cited by 185
- AddMonoidHom.singleproof · cited by 19
- AddMonoidHom.noncommPiCoprodproof · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.