Theorems · Theorem · group theory
finprod_mem_union
∀ {α : Type u_1} {M : Type u_5} [inst : CommMonoid M] {f : α → M} {s t : Set α},
Disjoint s t →
s.Finite → t.Finite → ∏ᶠ (i : α) (_ : i ∈ s ∪ t), f i = (∏ᶠ (i : α) (_ : i ∈ s), f i) * ∏ᶠ (i : α) (_ : i ∈ t), f iGiven two finite disjoint sets s and t, 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
- 2 results in Mathlib
- Foundations
- Depth 86 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.
Cites8
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
- CommMonoidstatement and proof · cited by 2,264
- Disjointstatement and proof · cited by 2,201
- Set.Finitestatement and proof · cited by 1,814
- finprodstatement · cited by 257
- Function.mulSupportproof · cited by 240
- Set.Finite.inter_of_leftproof · cited by 31
- finprod_mem_union'proof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- finprod_mem_powerset_insertproof · cited by 1
- finprod_mem_union''proof · cited by 0