Theorems · Definition · combinatorics
Multiset.coeEmbedding
{α : Type u_1} → [inst : DecidableEq α] → (m : Multiset α) → m.ToType ↪ α × ℕThe embedding from a multiset into α × ℕ where the second coordinate enumerates repeats.
If you are looking for the function m → α, that would be plain (↑).
- Defined in
- Mathlib.Data.Multiset.Fintype
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Function.Embeddingstatement · cited by 988
- Multiset.ToTypestatement and proof · cited by 30
Cited by5
Results whose statement or proof uses this declaration.
- Multiset.coeEquivproof · cited by 7
- Multiset.coeEmbedding_applystatement and proof · cited by 2
- Multiset.map_univ_coeEmbeddingstatement · cited by 1
- Multiset.toEmbedding_coeEquiv_transstatement · cited by 0
- Multiset.coeEquiv_apply_coestatement · cited by 0