Mathlib Map

Theorems · Theorem · combinatorics

Fin.prod_univ_succ

∀ {M : Type u_2} [inst : CommMonoid M] {n : ℕ} (f : Fin (n + 1) → M), ∏ i, f i = f 0 * ∏ i, f i.succ

A product of a function f : Fin (n + 1) → M over all Fin (n + 1) is the product of f 0 times the remaining product

Defined in
Mathlib.Algebra.BigOperators.Fin
Cited by
17 results in Mathlib
Foundations
Depth 79 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.

Cites4

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

Cited by17

Results whose statement or proof uses this declaration.