Documentation

Mathlib.Data.Int.SuccPred

Successors and predecessors of integers #

In this file, we show that ℤ is both an archimedean SuccOrder and an archimedean PredOrder.

@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations

Covering relation #

@[simp]
theorem Int.natCast_covBy {a b : ℕ} :
↑a ⋖ ↑b ↔ a ⋖ b
theorem CovBy.intCast {a b : ℕ} :
a ⋖ b → ↑a ⋖ ↑b

Alias of the reverse direction of Int.natCast_covBy.