Theorems · Theorem · combinatorics
Multiset.rel_cons_left
∀ {α : Type u_1} {β : Type v} {r : α → β → Prop} {a : α} {as : Multiset α} {bs : Multiset β},
Multiset.Rel r (a ::ₘ as) bs ↔ ∃ b bs', r a b ∧ Multiset.Rel r as bs' ∧ bs = b ::ₘ bs'- Defined in
- Mathlib.Data.Multiset.ZeroCons
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 22 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.consstatement and proof · cited by 313
- Multiset.Relstatement and proof · cited by 47
- Multiset.cons_swapproof · cited by 8
- Multiset.cons_eq_consproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Multiset.rel_cons_rightproof · cited by 2
- Multiset.Rel.transproof · cited by 0
- Multiset.Rel.countP_eqproof · cited by 0