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, defined on an unbounded linear order whose
order topology has compact intervals, having bounded range is equivalent to 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), since Function.Even transports an atTop
bound to an atBot bound (Function.Even.isBigO_atTop_iff_isBigO_atBot).
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.