Theorems · Theorem · order theory
Multiset.add_inter_distrib
∀ {α : Type u_1} [inst : DecidableEq α] (s t u : Multiset α), s + t ∩ u = (s + t) ∩ (s + u)- Defined in
- Mathlib.Data.Multiset.UnionInter
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 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
- Multiset.add_commproof · cited by 13
- Multiset.inter_add_distribproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.union_add_interproof · cited by 3