Theorems · Theorem · combinatorics
Multiset.cons_product
∀ {α : Type u_1} {β : Type v} (a : α) (s : Multiset α) (t : Multiset β),
(a ::ₘ s) ×ˢ t = Multiset.map (Prod.mk a) t + s ×ˢ t- Defined in
- Mathlib.Data.Multiset.Bind
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- SProd.sprodstatement · cited by 1,750
- Multiset.mapstatement and proof · cited by 876
- Multiset.consstatement · cited by 313
- Multiset.bindproof · cited by 59
- Multiset.cons_bindproof · cited by 13
Cited by4
Results whose statement or proof uses this declaration.
- Multiset.map_swap_productproof · cited by 2
- Multiset.prod_map_product_eq_prod_prodproof · cited by 1
- Multiset.product_addproof · cited by 1
- Multiset.sum_smul_sumproof · cited by 0