Theorems · Theorem · group theory
Finset.map_noncommProd
∀ {F : Type u_1} {α : Type u_3} {β : Type u_4} {γ : Type u_5} [inst : Monoid β] [inst_1 : Monoid γ]
[inst_2 : FunLike F β γ] [inst_3 : MonoidHomClass F β γ] (s : Finset α) (f : α → β)
(comm : (↑s).Pairwise (Function.onFun Commute f)) (g : F),
g (s.noncommProd f comm) = s.noncommProd (fun i => g (f i)) ⋯- Defined in
- Mathlib.Data.Finset.NoncommProd
- Cited by
- 5 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
- Monoidstatement and proof · cited by 3,887
- FunLikestatement and proof · cited by 2,560
- Multiset.mapproof · cited by 876
- Commutestatement and proof · cited by 639
- Function.onFunstatement and proof · cited by 570
- Finset.valproof · cited by 438
- Set.Pairwisestatement and proof · cited by 321
- MonoidHomClassstatement and proof · cited by 244
Cited by5
Results whose statement or proof uses this declaration.
- Finset.noncommProd_mulSingleproof · cited by 2
- MonoidHom.comp_noncommPiCoprodproof · cited by 1
- Matrix.SpecialLinearGroup.diag_eq_diag2n_prodproof · cited by 1
- MonoidHom.pi_extproof · cited by 1
- PiTensorProduct.tprod_noncommProdproof · cited by 0