Further lemmas about the natural numbers #
The distinction between this file and Mathlib.Algebra.Order.Ring.Nat 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 #
instance
Nat.Subtype.orderBot
(s : Set ℕ)
[DecidablePred fun (x : ℕ) => x ∈ s]
[h : Nonempty ↑s]
:
OrderBot ↑s