Theorems · Theorem · combinatorics
Multiset.foldr_induction
∀ {α : Type u_1} (f : α → α → α) [inst : LeftCommutative f] (x : α) (p : α → Prop) (s : Multiset α),
(∀ (a b : α), p a → p b → p (f a b)) → p x → (∀ a ∈ s, p a) → p (Multiset.foldr f x s)- Defined in
- Mathlib.Data.Multiset.MapFold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
- Assumes
- LeftCommutative
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
- LeftCommutativestatement and proof · cited by 20
- Multiset.foldrstatement · cited by 18
- Multiset.foldr_induction'proof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Multiset.prod_inductionproof · cited by 3
- Multiset.sum_inductionproof · cited by 1