Conditionally complete linear order structure on ℕ
#
In this file we
- define a
ConditionallyCompleteLinearOrderBot
structure onℕ
; - prove a few lemmas about
iSup
/iInf
/Set.iUnion
/Set.iInter
and natural numbers.
Equations
- Nat.instInfSetNat = { sInf := fun s => if h : ∃ n, n ∈ s then Nat.find h else 0 }
This instance is necessary, otherwise the lattice operations would be derived via
ConditionallyCompleteLinearOrderBot
and marked as noncomputable.
Equations
- Nat.instLatticeNat = LinearOrder.toLattice
Equations
- One or more equations did not get rendered due to their size.