Theorems · Theorem · order theory
List.IsChain.sortedLT
∀ {α : Type u_1} {l : List α} [inst : Preorder α], List.IsChain (fun x1 x2 => x1 < x2) l → l.SortedLTAlias of the reverse direction of List.sortedLT_iff_isChain.
- Defined in
- Mathlib.Data.List.Sort
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Preorder
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.
- Preorderstatement and proof · cited by 7,952
- List.SortedLTstatement · cited by 66
- List.sortedLT_iff_isChainproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- CompositionSeries.toList_sortedproof · cited by 2
- SimplexCategoryGenRel.IsAdmissible.sortedLTproof · cited by 1
- Denumerable.raise'_sortedproof · cited by 0