Commit 2025-05-20 14:06 819e8e59
View on Github →feat(Analysis/Asymptotics): add LinearGrowth (#24442) This new file is about the linear growth of sequences of extended real numbers, expressed using liminf and limsups. The documentation, names, lemmas and their proofs are directly ported from Asymptotics.ExpGrowth. Some auxiliary lemmas in ExpGrowth are moved to LinGrowth. ExpGrowthInf and ExpGrowthSup can be expressed using LinearGrowthInf and LinearGrowthSup. Any proof longer than four lines in ExpGrowth, and which has a linear equivalent, uses this strategy.