Successors and predecessors of integers #
In this file, we show that ℤ
is both an archimedean SuccOrder
and an archimedean PredOrder
.
@[reducible, inline]
Equations
- Int.instSuccOrder = { succ := Int.succ, le_succ := Int.instSuccOrder._proof_2, max_of_succ_le := @Int.instSuccOrder._proof_3, succ_le_of_lt := @Int.instSuccOrder._proof_4 }
Equations
- Int.instSuccAddOrder = { toSuccOrder := Int.instSuccOrder, succ_eq_add_one := Int.instSuccAddOrder._proof_5 }
@[reducible, inline]
Equations
- Int.instPredOrder = { pred := Int.pred, pred_le := Int.instPredOrder._proof_6, min_of_le_pred := @Int.instPredOrder._proof_7, le_pred_of_lt := ⋯ }
Equations
- Int.instPredSubOrder = { toPredOrder := Int.instPredOrder, pred_eq_sub_one := Int.instPredSubOrder._proof_8 }
Covering relation #
Alias of the reverse direction of Int.natCast_covBy
.