Successors and predecessors of integers #
In this file, we show that ℤ
is both an archimedean SuccOrder
and an archimedean PredOrder
.
@[reducible, inline]
Equations
- One or more equations did not get rendered due to their size.
@[reducible, inline]
Equations
- Int.instPredOrder = { pred := Int.pred, pred_le := Int.instPredOrder.proof_1, min_of_le_pred := @Int.instPredOrder.proof_2, le_pred_of_lt := ⋯, le_of_pred_lt := ⋯ }
Covering relation #
Alias of the reverse direction of Int.natCast_covBy
.
@[deprecated Int.natCast_covBy]
Alias of Int.natCast_covBy
.
@[deprecated CovBy.intCast]
Alias of the reverse direction of Int.natCast_covBy
.
Alias of the reverse direction of Int.natCast_covBy
.