Theorems · Theorem · combinatorics
Finset.fold_op_rel_iff_and
∀ {α : Type u_1} {β : Type u_2} {op : β → β → β} [hc : Std.Commutative op] [ha : Std.Associative op] {f : α → β} {b : β}
{s : Finset α} {r : β → β → Prop},
(∀ {x y z : β}, r x (op y z) ↔ r x y ∧ r x z) → ∀ {c : β}, r c (Finset.fold op b f s) ↔ r c b ∧ ∀ x ∈ s, r c (f x)- Defined in
- Mathlib.Data.Finset.Fold
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Finsetstatement and proof · cited by 13,712
- Finset.induction_onproof · cited by 167
- Finset.foldstatement and proof · cited by 46
- Finset.fold_insertproof · cited by 11
Cited by5
Results whose statement or proof uses this declaration.
- Finset.fold_max_leproof · cited by 4
- Finset.fold_max_ltproof · cited by 1
- Finset.fold_inf_univproof · cited by 1
- Finset.le_fold_minproof · cited by 0
- Finset.lt_fold_minproof · cited by 0