Theorems · Theorem · group theory
finprod_mem_union_inter
∀ {α : Type u_1} {M : Type u_5} [inst : CommMonoid M] {f : α → M} {s t : Set α},
s.Finite →
t.Finite →
(∏ᶠ (i : α) (_ : i ∈ s ∪ t), f i) * ∏ᶠ (i : α) (_ : i ∈ s ∩ t), f i =
(∏ᶠ (i : α) (_ : i ∈ s), f i) * ∏ᶠ (i : α) (_ : i ∈ t), f iGiven finite sets s and t, the product of f i over i ∈ s ∪ t times the product of
f i over i ∈ s ∩ t equals the product of f i over i ∈ s times the product of f i
over i ∈ t.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 1 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Finset.prodproof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Set.Finitestatement and proof · cited by 1,814
- finprodstatement and proof · cited by 257
- Finset.coe_unionproof · cited by 78
- Finset.coe_interproof · cited by 27
- finprod_mem_coe_finsetproof · cited by 4
- Finset.prod_union_interproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- finprod_mem_union_inter'proof · cited by 1