The natural numbers form a linear order #
This file contains the linear order instance on the natural numbers.
See note [foundational algebra order theory].
TODO #
Move the LinearOrder ℕ
instance here (https://github.com/leanprover-community/mathlib4/pull/13092).
Equations
- Nat.instOrderBot = { bot := 0, bot_le := Nat.zero_le }