Theorems · Theorem · combinatorics
Multiset.rel_iff
∀ {α : Type u_1} {β : Type v} (r : α → β → Prop) (a : Multiset α) (a_1 : Multiset β),
Multiset.Rel r a a_1 ↔
a = 0 ∧ a_1 = 0 ∨ ∃ a_2 b as bs, r a_2 b ∧ Multiset.Rel r as bs ∧ a = a_2 ::ₘ as ∧ a_1 = b ::ₘ bs- Defined in
- Mathlib.Data.Multiset.ZeroCons
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.consstatement and proof · cited by 313
- Multiset.Relstatement and proof · cited by 47
- Multiset.Rel.casesOnproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Multiset.rel_zero_rightproof · cited by 4
- Multiset.rel_zero_leftproof · cited by 3