Theorems · Theorem · group theory
Finset.prod_erase
∀ {ι : Type u_1} {M : Type u_4} [inst : CommMonoid M] [inst_1 : DecidableEq ι] (s : Finset ι) {f : ι → M} {a : ι},
f a = 1 → ∏ x ∈ s.erase a, f x = ∏ x ∈ s, f xIf a function applied at a point is 1, a product is unchanged by
removing that point, if present, from a Finset.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 68 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.
Cites7
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
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.erasestatement · cited by 455
- Finset.prod_subsetproof · cited by 31
- Finset.sdiff_subsetproof · cited by 21
- Finset.sdiff_singleton_eq_eraseproof · cited by 16
Cited by2
Results whose statement or proof uses this declaration.
- mul_finprod_cond_neproof · cited by 1
- Finset.prod_eraseNoneproof · cited by 0