Mathlib Map

Theorems · Theorem · group theory

Finset.prod_apply

∀ {ι : Type u_1} {α : Type u_7} {M : α → Type u_8} [inst : (a : α) → CommMonoid (M a)] (a : α) (s : Finset ι)
  (g : ι → (a : α) → M a), (∏ c ∈ s, g c) a = ∏ c ∈ s, g c a
Defined in
Mathlib.Algebra.BigOperators.Pi
Cited by
70 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
CommMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

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

Cited by70

Results whose statement or proof uses this declaration.