Theorems · Theorem · group theory
finprod_prod_comm
∀ {α : Type u_1} {β : Type u_2} {M : Type u_5} [inst : CommMonoid M] (s : Finset β) (f : α → β → M),
(∀ b ∈ s, Function.HasFiniteMulSupport fun a => f a b) → ∏ᶠ (a : α), ∏ b ∈ s, f a b = ∏ b ∈ s, ∏ᶠ (a : α), f a b- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
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.
- Setproof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Set.iUnionproof · cited by 2,483
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.prod_congrproof · cited by 646
- Set.iUnion_congr_Propproof · cited by 374
- Set.Finite.toFinsetproof · cited by 351
- finprodstatement and proof · cited by 257
- Function.mulSupportproof · cited by 240
- Finset.finite_toSetproof · cited by 210
Cited by3
Results whose statement or proof uses this declaration.
- Height.mulHeight₁_sum_leproof · cited by 2
- Height.mulHeight_fun_prod_eqproof · cited by 1
- prod_finprod_commproof · cited by 0