Mathlib Map

Theorems · Theorem · group theory

Finset.prod_update_of_mem

∀ {ι : Type u_1} {M : Type u_3} [inst : CommMonoid M] [inst_1 : DecidableEq ι] {s : Finset ι} {i : ι},
  i ∈ s → ∀ (f : ι → M) (b : M), ∏ x ∈ s, Function.update f i b x = b * ∏ x ∈ s \ {i}, f x
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Piecewise
Cited by
5 results in Mathlib
Foundations
Depth 82 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.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.