Further lemmas about the natural numbers #
The distinction between this file and Mathlib/Algebra/Order/Ring/Nat.lean
is not particularly
clear. They were separated for now to minimize the porting requirements for tactics
during the transition to mathlib4. Please feel free to reorganize these two files.
Sets #
Equations
- Nat.Subtype.semilatticeSup s = { toPartialOrder := LinearOrder.toPartialOrder, sup := SemilatticeSup.sup, le_sup_left := ⋯, le_sup_right := ⋯, sup_le := ⋯ }