Theorems · Theorem · combinatorics
Multiset.sub_cons
∀ {α : Type u_1} [inst : DecidableEq α] (a : α) (s t : Multiset α), s - a ::ₘ t = s.erase a - t- Defined in
- Mathlib.Data.Multiset.AddSub
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 25 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.consstatement · cited by 313
- Multiset.erasestatement · cited by 93
Cited by5
Results whose statement or proof uses this declaration.
- Multiset.sub_add_interproof · cited by 3
- Multiset.sub_le_iff_le_addproof · cited by 3
- Multiset.zero_subproof · cited by 2
- Multiset.antidiagonal_eq_map_powersetproof · cited by 1
- Multiset.filter_subproof · cited by 1