class
LtWellOrder
(α : Type u_1)
extends LinearOrder α, IsWellOrder α fun (x1 x2 : α) => x1 < x2 :
Type u_1
- min : α → α → α
- max : α → α → α
- decidableLE : DecidableRel fun (x1 x2 : α) => x1 ≤ x2
- decidableLT : DecidableRel fun (x1 x2 : α) => x1 < x2
- wf : WellFounded fun (x1 x2 : α) => x1 < x2
Instances
instance
instLtWellOrderOfIsWellOrderLt
{α : Type u_1}
[LinearOrder α]
[IsWellOrder α fun (x1 x2 : α) => x1 < x2]
: