Theorems · Theorem · combinatorics
Multiset.rel_flip
∀ {α : Type u_1} {β : Type v} {r : α → β → Prop} {s : Multiset β} {t : Multiset α},
Multiset.Rel (flip r) s t ↔ Multiset.Rel r t s- Defined in
- Mathlib.Data.Multiset.ZeroCons
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.Relstatement · cited by 47
Cited by6
Results whose statement or proof uses this declaration.
- Multiset.rel_cons_rightproof · cited by 2
- Multiset.rel_map_rightproof · cited by 1
- Multiset.rel_replicate_leftproof · cited by 1
- Multiset.rel_flip_eqproof · cited by 0
- Multiset.rel_add_rightproof · cited by 0
- Multiset.rel_replicate_rightproof · cited by 0