Theorems · Theorem · group theory
Finset.prod_eq_mul
∀ {ι : Type u_1} {M : Type u_4} [inst : CommMonoid M] {s : Finset ι} {f : ι → M} (a b : ι),
a ≠ b → (∀ c ∈ s, c ≠ a ∧ c ≠ b → f c = 1) → (a ∉ s → f a = 1) → (b ∉ s → f b = 1) → ∏ x ∈ s, f x = f a * f b- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 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.
- Finsetstatement and proof · cited by 13,712
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.prod_congrproof · cited by 646
- Classical.decEqproof · cited by 134
- transproof · cited by 111
- Finset.prod_const_oneproof · cited by 100
- Finset.prod_eq_single_of_memproof · cited by 5
- Finset.prod_eq_mul_of_memproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Fintype.prod_eq_mulproof · cited by 0