Successors and predecessors of naturals #
In this file, we show that ℕ
is both an archimedean succOrder
and an archimedean predOrder
.
@[reducible, inline]
Equations
@[reducible, inline]
Equations
- Nat.instPredOrder = { pred := Nat.pred, pred_le := Nat.pred_le, min_of_le_pred := @Nat.instPredOrder.proof_1, le_pred_of_lt := @Nat.instPredOrder.proof_2 }
Covering relation #
Alias of the reverse direction of Fin.coe_covBy_iff
.