Theorems · Theorem · order theory
Finset.sort_cons
∀ {α : Type u_1} {s : Finset α} (r : α → α → Prop) [inst : DecidableRel r] [inst_1 : IsTrans α r]
[inst_2 : Std.Antisymm r] [inst_3 : Std.Total r] {a : α},
(∀ b ∈ s, r a b) → ∀ (h₂ : a ∉ s), (Finset.cons a s h₂).sort r = a :: s.sort r- Defined in
- Mathlib.Data.Finset.Sort
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Multisetproof · cited by 2,627
- Finset.valproof · cited by 438
- Finset.consstatement and proof · cited by 221
- IsTransstatement and proof · cited by 157
- Finset.sortstatement and proof · cited by 42
- Multiset.sortproof · cited by 19
- Finset.cons_valproof · cited by 4
- Multiset.sort_consproof · cited by 1
- Finset.sort_valproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Ordinal.CNF.eval_single_add'proof · cited by 5
- Finset.sort_insertproof · cited by 0