Theorems · Theorem · group theory
Finset.prod_eq_ite
∀ {ι : Type u_1} {M : Type u_4} [inst : CommMonoid M] [inst_1 : DecidableEq ι] {s : Finset ι} {f : ι → M} (a : ι),
(∀ b ∈ s, b ≠ a → f b = 1) → ∏ x ∈ s, f x = if a ∈ s then f a else 1- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 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.
Cites6
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 · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.prod_congrproof · cited by 646
- Finset.prod_const_oneproof · cited by 100
- Finset.prod_eq_single_of_memproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- Int.prod_modEq_iteproof · cited by 0
- Nat.prod_modEq_iteproof · cited by 0