Theorems · Theorem · group theory
Finset.map_noncommSum
∀ {F : Type u_1} {α : Type u_3} {β : Type u_4} {γ : Type u_5} [inst : AddMonoid β] [inst_1 : AddMonoid γ]
[inst_2 : FunLike F β γ] [inst_3 : AddMonoidHomClass F β γ] (s : Finset α) (f : α → β)
(comm : (↑s).Pairwise (Function.onFun AddCommute f)) (g : F),
g (s.noncommSum f comm) = s.noncommSum (fun i => g (f i)) ⋯- Defined in
- Mathlib.Data.Finset.NoncommProd
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredproof · cited by 6,101
- AddMonoidstatement and proof · cited by 2,864
- FunLikestatement and proof · cited by 2,560
- Multiset.mapproof · cited by 876
- Function.onFunstatement and proof · cited by 570
- Finset.valproof · cited by 438
- Set.Pairwisestatement and proof · cited by 321
- AddMonoidHomClassstatement and proof · cited by 252
Cited by3
Results whose statement or proof uses this declaration.
- Finset.noncommSum_singleproof · cited by 2
- AddMonoidHom.comp_noncommPiCoprodproof · cited by 0
- AddMonoidHom.pi_extproof · cited by 0