Finiteness and Filter.atTop
and Filter.atBot
filters #
This file contains results on Filter.atTop
and Filter.atBot
that depend on
the finiteness theory developed in Mathlib.
Sequences #
If u
is a sequence which is unbounded above,
then after any point, it reaches a value strictly greater than all previous values.
If u
is a sequence which is unbounded below,
then after any point, it reaches a value strictly smaller than all previous values.
If u
is a sequence which is unbounded above,
then it Frequently
reaches a value strictly greater than all previous values.
If u
is a sequence which is unbounded below,
then it Frequently
reaches a value strictly smaller than all previous values.
Given an antitone basis s : ℕ → Set α
of a filter, extract an antitone subbasis s ∘ φ
,
φ : ℕ → ℕ
, such that m < n
implies r (φ m) (φ n)
. This lemma can be used to extract an
antitone basis with basis sets decreasing "sufficiently fast".