Theorems · Theorem · combinatorics
Multiset.foldl_induction
∀ {α : Type u_1} (f : α → α → α) [inst : RightCommutative f] (x : α) (p : α → Prop) (s : Multiset α),
(∀ (a b : α), p a → p b → p (f b a)) → p x → (∀ a ∈ s, p a) → p (Multiset.foldl f x s)- Defined in
- Mathlib.Data.Multiset.MapFold
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Quot.sound
- Assumes
- RightCommutative
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.
- Multisetstatement and proof · cited by 2,627
- RightCommutativestatement and proof · cited by 17
- Multiset.foldlstatement · cited by 13
- Multiset.foldl_induction'proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.