Theorems · Theorem · combinatorics
Finset.fold_singleton
∀ {α : Type u_1} {β : Type u_2} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op] {f : α → β} {b : β}
{a : α}, Finset.fold op b f {a} = op (f a) b- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- Finset.foldstatement · cited by 46
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sum_singletonproof · cited by 251
- Finset.prod_singletonproof · cited by 78