Theorems · Theorem · group theory
AddMonoidHom.noncommPiCoprod_apply
∀ {M : Type u_1} [inst : AddMonoid M] {ι : Type u_2} [inst_1 : Fintype ι] {N : ι → Type u_3}
[inst_2 : (i : ι) → AddMonoid (N i)] (ϕ : (i : ι) → N i →+ M)
{hcomm : Pairwise fun i j => ∀ (x : N i) (y : N j), AddCommute ((ϕ i) x) ((ϕ j) y)} (h : (i : ι) → N i),
(AddMonoidHom.noncommPiCoprod ϕ hcomm) h = Finset.univ.noncommSum (fun i => (ϕ i) (h i)) ⋯- Defined in
- Mathlib.GroupTheory.NoncommPiCoprod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Finsetstatement · cited by 13,712
- SetLike.coestatement · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Finset.univstatement and proof · 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.noncommSumstatement and proof · cited by 24
- Pairwise.set_pairwisestatement · cited by 18
- AddMonoidHom.noncommPiCoprodstatement · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.