Automatic uniformity #
This module formalizes the automatic uniformity results of the blueprint's Basic notation chapter
(notation-chapter):
pointwise boundedness or infinitesimality along every variable sequence can be made uniform
after passing to a subsequence.
Auxiliary lemmas for subsequence extraction #
Automatic uniformity (auto) #
Automatic uniform bound (blueprint auto, case (i)).
If f(x) = O(1) for every variable x ∈ E, then after passing to a
subsequence there exists a fixed C with |f(x)| ≤ C for all x ∈ E.
Automatic uniform infinitesimal (blueprint auto, case (ii)).
If f(x) = o(1) for every variable x ∈ E, then after passing to a
subsequence there exists an infinitesimal c with |f(x)| ≤ c for all x ∈ E.
Full-tail uniformity #
Boundedness along every variable choice is equivalent to an eventual bound uniform over
the original variable sets. This strengthens automatic_uniformity_of_pointwise_bounded.
Infinitesimality along every variable choice is equivalent to convergence that is eventually
uniform over the original variable sets. This strengthens
automatic_uniformity_of_pointwise_infinitesimal.