A collection of specific asymptotic results #
This file contains specific lemmas about asymptotics which don't have their place in the general
theory developed in Mathlib/Analysis/Asymptotics/Defs.lean and
Mathlib/Analysis/Asymptotics/Lemmas.lean.
If f : ๐ โ E is bounded in a punctured neighborhood of a, then f(x) = o((x - a)โปยน) as
x โ a, x โ a.
The Cesaro average of a converging sequence converges to the same limit.
Bounded Range versus IsBigO Asymptotics #
For a continuous function f into a seminormed space, having bounded range is equivalent to being
O(1) along the cocompact filter (Continuous.isBounded_range_iff_isBigO). On an unbounded linear
order whose order topology has compact intervals, this means being O(1) along both atTop and
atBot (Continuous.isBounded_range_iff_isBigO_atTop_atBot). For an even function a single O(1)
bound along atTop already suffices (Continuous.isBounded_range_iff_isBigO_atTop_of_even).
A continuous function f has bounded range if and only if it is O(1) with respect to the
cocompact filter.
A continuous function f on an unbounded linear order with compact intervals has bounded range if
and only if it is O(1) at both atTop and atBot.
A continuous even function has bounded range if and only if f =O[atTop] 1.