Theorems · Theorem · order theory
Multiset.disjoint_union_left
∀ {α : Type u_1} [inst : DecidableEq α] {s t u : Multiset α}, Disjoint (s ∪ t) u ↔ Disjoint s u ∧ Disjoint t u- Defined in
- Mathlib.Data.Multiset.UnionInter
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Disjointstatement · cited by 2,201
- disjoint_sup_leftproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.