Theorems · Theorem · combinatorics
Multiset.map_eq_map_of_bij_of_nodup
∀ {α : Type u_1} {β : Type v} {γ : Type u_2} (f : α → γ) (g : β → γ) {s : Multiset α} {t : Multiset β},
s.Nodup →
t.Nodup →
∀ (i : (a : α) → a ∈ s → β),
(∀ (a : α) (ha : a ∈ s), i a ha ∈ t) →
(∀ (a₁ : α) (ha₁ : a₁ ∈ s) (a₂ : α) (ha₂ : a₂ ∈ s), i a₁ ha₁ = i a₂ ha₂ → a₁ = a₂) →
(∀ b ∈ t, ∃ a, ∃ (ha : a ∈ s), i a ha = b) →
(∀ (a : α) (ha : a ∈ s), f a = g (i a ha)) → Multiset.map f s = Multiset.map g t- Defined in
- Mathlib.Data.Multiset.MapFold
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 52 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Multiset.mapstatement and proof · cited by 876
- Multiset.map_congrproof · cited by 232
- Multiset.map_mapproof · cited by 151
- Multiset.Nodupstatement and proof · cited by 148
- Multiset.attachproof · cited by 31
- Multiset.Nodup.mapproof · cited by 9
- Multiset.pmap_eq_mapproof · cited by 7
- Multiset.Nodup.extproof · cited by 2
- Multiset.pmap_eq_map_attachproof · cited by 1
- Multiset.Nodup.attachproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Finset.sum_bijproof · cited by 16
- Finset.prod_bijproof · cited by 8
- ZMod.Ico_map_valMinAbs_natAbs_eq_Ico_map_idproof · cited by 0