Theorems · Theorem · group theory
Finset.noncommProd_cons
∀ {α : Type u_3} {β : Type u_4} [inst : Monoid β] (s : Finset α) (a : α) (f : α → β) (ha : a ∉ s)
(comm : (↑(Finset.cons a s ha)).Pairwise (Function.onFun Commute f)),
(Finset.cons a s ha).noncommProd f comm = f a * s.noncommProd f ⋯- Defined in
- Mathlib.Data.Finset.NoncommProd
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Monoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- 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
- Multiset.consproof · cited by 313
- Finset.consstatement and proof · cited by 221
- Multiset.map_consproof · cited by 93
Cited by4
Results whose statement or proof uses this declaration.
- Finset.noncommProd_insert_of_notMemproof · cited by 8
- Finset.noncommProd_eq_prodproof · cited by 3
- Finset.sum_pow_eq_sum_piAntidiag_of_commuteproof · cited by 1
- Finset.noncommProd_mul_distribproof · cited by 0