Theorems · Theorem · combinatorics
Multiset.rel_map_right
∀ {α : Type u_1} {β : Type v} {γ : Type u_2} {r : α → β → Prop} {s : Multiset α} {t : Multiset γ} {f : γ → β},
Multiset.Rel r s (Multiset.map f t) ↔ Multiset.Rel (fun a b => r a (f b)) s t- Defined in
- Mathlib.Data.Multiset.MapFold
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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 · cited by 876
- Multiset.Relstatement and proof · cited by 47
- Multiset.rel_flipproof · cited by 6
- Multiset.rel_map_leftproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.rel_mapproof · cited by 5