Theorems · Theorem · group theory
prod_finprod_comm
∀ {α : Type u_1} {β : Type u_2} {M : Type u_5} [inst : CommMonoid M] (s : Finset α) (f : α → β → M),
(∀ a ∈ s, Function.HasFiniteMulSupport (f a)) → ∏ a ∈ s, ∏ᶠ (b : β), f a b = ∏ᶠ (b : β), ∏ a ∈ s, f a b- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Finset.prodstatement · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- finprodstatement · cited by 257
- Function.HasFiniteMulSupportstatement and proof · cited by 99
- finprod_prod_commproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.