Conditionally complete linear order structure on ℕ #
In this file we
- define a
ConditionallyCompleteLinearOrderBotstructure onℕ; - prove a few lemmas about
iSup/iInf/Set.iUnion/Set.iInterand natural numbers.
@[simp]
This combines Nat.iInf_of_empty with ciInf_const.
This instance is necessary, otherwise the lattice operations would be derived via
ConditionallyCompleteLinearOrderBot and marked as noncomputable.
Equations
theorem
Set.accumulate_succ
{α : Type u_1}
(u : ℕ → Set α)
(n : ℕ)
:
Accumulate u (n + 1) = Accumulate u n ∪ u (n + 1)