Mathlib Map

Theorems · Theorem · group theory

Finset.mul_prod_erase

∀ {ι : Type u_1} {M : Type u_4} [inst : CommMonoid M] [inst_1 : DecidableEq ι] (s : Finset ι) (f : ι → M) {a : ι},
  a ∈ s → f a * ∏ x ∈ s.erase a, f x = ∏ x ∈ s, f x

Taking a product over s : Finset ι is the same as multiplying the value on a single element f a by the product of s.erase a. See Multiset.prod_map_erase for the Multiset version.

Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Basic
Cited by
23 results in Mathlib
Foundations
Depth 57 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.

Cited by23

Results whose statement or proof uses this declaration.