Theorems · Theorem · combinatorics
Finset.prod_powerset_insert
∀ {α : Type u_1} {β : Type u_2} {s : Finset α} {a : α} [inst : CommMonoid β] [inst_1 : DecidableEq α],
a ∉ s →
∀ (f : Finset α → β), ∏ t ∈ (insert a s).powerset, f t = (∏ t ∈ s.powerset, f t) * ∏ t ∈ s.powerset, f (insert a t)A product over all subsets of s ∪ {x} is obtained by multiplying the product over all subsets
of s, and over all subsets of s to which one adds x.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- SetLike.coeproof · cited by 8,199
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.powersetstatement and proof · cited by 93
- Set.InjOn.monoproof · cited by 61
- Finset.prod_unionproof · cited by 31
- Finset.mem_powersetproof · cited by 26
- Finset.prod_imageproof · cited by 17
- Set.LeftInvOn.injOnproof · cited by 15
- Finset.notMem_monoproof · cited by 14
- Finset.insert_erase_invOnproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Finset.prod_powerset_consproof · cited by 0