Successor function on WithBot
#
This file defines the successor of a : WithBot α
as an element of α
, and dually for WithTop
.
@[simp]
Not to be confused with WithBot.orderSucc_bot
, which is about Order.succ
.
@[simp]
Not to be confused with WithBot.orderSucc_coe
, which is about Order.succ
.
theorem
WithBot.succ_strictMono
{α : Type u_1}
[Preorder α]
[OrderBot α]
[SuccOrder α]
[NoMaxOrder α]
:
@[simp]
theorem
WithBot.succ_eq_bot
{α : Type u_2}
[Nontrivial α]
[LinearOrder α]
[OrderBot α]
[SuccOrder α]
(a : WithBot α)
:
@[simp]
Not to be confused with WithTop.orderPred_top
, which is about Order.pred
.
@[simp]
Not to be confused with WithTop.orderPred_coe
, which is about Order.pred
.
theorem
WithTop.pred_strictMono
{α : Type u_1}
[Preorder α]
[OrderTop α]
[PredOrder α]
[NoMinOrder α]
:
@[simp]
theorem
WithTop.pred_eq_top
{α : Type u_2}
[Nontrivial α]
[LinearOrder α]
[OrderTop α]
[PredOrder α]
(a : WithTop α)
: