Note about Mathlib/Init/ #
The files in Mathlib/Init are leftovers from the port from Mathlib3.
(They contain content moved from lean3 itself that Mathlib needed but was not moved to lean4.)
We intend to move all the content of these files out into the main Mathlib directory structure.
Contributions assisting with this are appreciated.
#align statements without corresponding declarations
(i.e. because the declaration is in Batteries or Lean) can be left here.
These will be deleted soon so will not significantly delay deleting otherwise empty Init files.
The order relation on the integers #
Alias of the reverse direction of Int.ofNat_le.
Alias of the forward direction of Int.ofNat_le.
Alias of the forward direction of Int.ofNat_lt.
Alias of the reverse direction of Int.ofNat_lt.
Equations
- Int.instLinearOrder = LinearOrder.mk Int.le_total inferInstance inferInstance inferInstance Int.instLinearOrder.proof_1 Int.instLinearOrder.proof_2 Int.instLinearOrder.proof_3