Theorems · Theorem · combinatorics
Multiset.replicate_add
∀ {α : Type u_1} (m n : ℕ) (a : α), Multiset.replicate (m + n) a = Multiset.replicate m a + Multiset.replicate n a- Defined in
- Mathlib.Data.Multiset.Replicate
- Cited by
- 0 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.ofListproof · cited by 290
- Multiset.replicatestatement · cited by 88
- List.replicate_addproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.replicateAddMonoidHomproof · cited by 3