Theorems · Theorem · group theory
finprod_mem_powerset_diff_elem
Deprecated since 2026-06-03Use finprod_mem_powerset_sdiff_elem instead.
∀ {α : Type u_1} {M : Type u_5} [inst : CommMonoid M] {f : Set α → M} {s : Set α} {a : α},
s.Finite →
a ∈ s →
∏ᶠ (t : Set α) (_ : t ∈ 𝒫 s), f t =
(∏ᶠ (t : Set α) (_ : t ∈ 𝒫 (s \ {a})), f t) * ∏ᶠ (t : Set α) (_ : t ∈ 𝒫 (s \ {a})), f (insert a t)Alias of finprod_mem_powerset_sdiff_elem.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 89 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.
- Setstatement · cited by 53,352
- CommMonoidstatement · cited by 2,264
- Set.Finitestatement · cited by 1,814
- finprodstatement · cited by 257
- Set.powersetstatement · cited by 67
- finprod_mem_powerset_sdiff_elemproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.