Theorems · Theorem · combinatorics
Finset.fold_op_rel_iff_or
∀ {α : 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
- 4 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 by4
Results whose statement or proof uses this declaration.
- Finset.fold_min_leproof · cited by 0
- Finset.fold_min_ltproof · cited by 0
- Finset.le_fold_maxproof · cited by 0
- Finset.lt_fold_maxproof · cited by 0