Successors and predecessors of naturals #
In this file, we show that ℕ
is both an archimedean succOrder
and an archimedean predOrder
.
@[reducible, inline]
Equations
Equations
- Nat.instSuccAddOrder = { toSuccOrder := Nat.instSuccOrder, succ_eq_add_one := Nat.instSuccAddOrder._proof_1 }
@[reducible, inline]
Equations
- Nat.instPredOrder = { pred := Nat.pred, pred_le := Nat.pred_le, min_of_le_pred := @Nat.instPredOrder._proof_2, le_pred_of_lt := @Nat.instPredOrder._proof_3 }
Equations
- Nat.instPredSubOrder = { toPredOrder := Nat.instPredOrder, pred_eq_sub_one := Nat.instPredSubOrder._proof_4 }
Alias of the reverse direction of Fin.coe_covBy_iff
.