Mathlib Map

Theorems · Theorem · combinatorics

Fin.prod_univ_eq_prod_range

∀ {α : Type u_1} [inst : CommMonoid α] (f : ℕ → α) (n : ℕ), ∏ i, f ↑i = ∏ i ∈ Finset.range n, f i

It is equivalent to compute the product of a function over Fin n or Finset.range n.

Defined in
Mathlib.Data.Fintype.BigOperators
Cited by
5 results in Mathlib
Foundations
Depth 78 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.

Cites14

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.