Theorems · Theorem · combinatorics
Multiset.range_add
∀ (a b : ℕ), Multiset.range (a + b) = Multiset.range a + Multiset.map (fun x => a + x) (Multiset.range b)
- Defined in
- Mathlib.Data.Multiset.Range
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, 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.
- Multisetstatement · cited by 2,627
- Multiset.mapstatement · cited by 876
- Multiset.ofListproof · cited by 290
- Multiset.rangestatement · cited by 30
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.range_add_eq_unionproof · cited by 1