Extended natural numbers form a complete linear order #
This instance is not in Data.ENat.Basic
to avoid dependency on Finset
s.
We also restate some lemmas about WithTop
for ENat
to have versions that use Nat.cast
instead
of WithTop.some
.
TODO #
Currently (2024-Nov-12), shake
does not check proof_wanted
and insist that
Mathlib.Algebra.Group.Action.Defs
should not be imported. Once shake
is fixed, please remove the
corresponding noshake.json
entry.
Equations
Equations
theorem
ENat.coe_iSup
{ι : Sort u_1}
{f : ι → ℕ}
:
BddAbove (Set.range f) → ↑(⨆ (i : ι), f i) = ⨆ (i : ι), ↑(f i)
@[simp]
theorem
ENat.exists_eq_iSup_of_lt_top
{ι : Sort u_1}
{f : ι → ℕ∞}
[Nonempty ι]
(h : ⨆ (i : ι), f i < ⊤)
: