Linear growth #
This file defines the linear growth of a sequence u : โ โ R. This notion comes in two
versions, using a liminf and a limsup respectively. Most properties are developed for
R = EReal.
Main definitions #
linearGrowthInf,linearGrowthSup: respectively,liminfandlimsupof(u n) / n.linearGrowthInfTopHom,linearGrowthSupBotHom: the functionslinearGrowthInf,linearGrowthSupas homomorphisms preserving finitaryInf/Suprespectively.
TODO #
Generalize statements from EReal to ENNReal (or others). This may need additional typeclasses.
Lemma about coercion from ENNReal to EReal. This needs additional lemmas about
ENNReal.toEReal.
Definition #
Lower linear growth of a sequence.
Instances For
Upper linear growth of a sequence.
Instances For
Basic properties #
Special cases #
Addition and negation #
See linearGrowthInf_add_le' for a version with swapped argument u and v.
See linearGrowthInf_add_le for a version with swapped argument u and v.
See le_linearGrowthSup_add' for a version with swapped argument u and v.
See le_linearGrowthSup_add for a version with swapped argument u and v.
Affine bounds #
Infimum and supremum #
Lower linear growth as an InfTopHom.
Instances For
Upper linear growth as a SupBotHom.