Automatic uniformity #
This module formalizes Proposition 2.1 of the ANTEDB blueprint: pointwise boundedness or infinitesimality along every variable sequence can be made uniform after passing to a subsequence.
Auxiliary lemmas for subsequence extraction #
Proposition 2.1: automatic uniformity #
Proposition 2.1(i) — Automatic uniform bound. 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.
Proposition 2.1(ii) — Automatic uniform infinitesimal. 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.