Theorems · Theorem · combinatorics
Multiset.sort_cons
∀ {α : Type u_1} (a : α) (s : Multiset α) (r : α → α → Prop) [inst : DecidableRel r] [inst_1 : IsTrans α r]
[inst_2 : Std.Antisymm r] [inst_3 : Std.Total r], (∀ b ∈ s, r a b) → (a ::ₘ s).sort r = a :: s.sort r- Defined in
- Mathlib.Data.Multiset.Sort
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- IsTransstatement and proof · cited by 157
- Multiset.sortstatement · cited by 19
- List.insertionSortproof · cited by 19
- List.insertionSort_consproof · cited by 3
- List.mergeSort_eq_insertionSortproof · cited by 1
- List.insertionSort_cons_of_forall_relproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Finset.sort_consproof · cited by 2