Mathlib Map

Theorems · Theorem · group theory

Finset.prod_pow

∀ {ι : Type u_1} {M : Type u_3} [inst : CommMonoid M] (s : Finset ι) (n : ℕ) (f : ι → M),
  ∏ x ∈ s, f x ^ n = (∏ x ∈ s, f x) ^ n
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Defs
Cited by
10 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext, Quot.sound
Assumes
CommMonoid

Around this declaration

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

Cites4

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

Cited by10

Results whose statement or proof uses this declaration.