Theorems · Theorem · group theory
finprod_mem_powerset_sdiff_elem
∀ {α : 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)- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 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
- CommMonoidstatement and proof · cited by 2,264
- Set.Finitestatement and proof · cited by 1,814
- Set.Finite.subsetproof · cited by 285
- finprodstatement and proof · cited by 257
- Set.mem_singletonproof · cited by 183
- Set.sdiff_subsetproof · cited by 156
- Set.powersetstatement and proof · cited by 67
- Set.insert_sdiff_self_of_memproof · cited by 13
- Set.notMem_sdiff_of_memproof · cited by 7
- finprod_mem_powerset_insertproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- finprod_mem_powerset_diff_elemproof · cited by 0