Theorems · Theorem · group theory
Finset.prod_pow_boole
∀ {ι : Type u_1} {M : Type u_3} [inst : CommMonoid M] [inst_1 : DecidableEq ι] (s : Finset ι) (f : ι → M) (a : ι),
(∏ x ∈ s, f x ^ if a = x then 1 else 0) = if a ∈ s then f a else 1- Cited by
- 0 results in Mathlib
- Foundations
- Depth 72 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.
Cites8
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
- pow_zeroproof · cited by 1,094
- pow_oneproof · cited by 894
- Finset.prod_congrproof · cited by 646
- pow_iteproof · cited by 5
- Finset.prod_ite_eqproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.