Documentation
Mathlib
.
Deprecated
.
Order
Search
Google site search
return to top
source
Imports
Init
Mathlib.Order.Defs.LinearOrder
Mathlib.Order.Defs.Unbundled
Imported by
isStrictTotalOrder_of_linearOrder
Deprecated instances about order structures.
#
source
@[deprecated]
instance
isStrictTotalOrder_of_linearOrder
{α :
Type
u_1}
[
LinearOrder
α
]
:
IsStrictTotalOrder
α
fun (
x1
x2
:
α
) =>
x1
<
x2