Majorized predicate #
This file defines the Majorized predicate, along with a few basic lemmas.
Main definitions #
Majorized f b expmeans thatf =o[atTop] (b ^ exp')for anyexp' > exp. Intuitively, this means that the right order offin terms ofbis at mostb ^ exp. This predicate is used in the definition of theMultiseriesExpansion.Approximatespredicate.
Majorized f g exp for real functions f and g means that for any exp' > exp,
f =o[atTop] g ^ exp'. This is used to define the MultiseriesExpansion.Approximates predicate.
The naming Majorized is non-standard because this notion is invented for the purposes of
this tactic, and does not exists in literature.
Instances For
Replacing the first argument of Majorized by an eventually equal function preserves it.
For any function f tending to infinity, f ^ exp is majorized by f with exponent exp.
If f is majorized with a negative exponent, then it tends to zero.
Constants are majorized with exponent exp = 0 by any functions which tends to infinity.
The zero function is majorized with any exponent.
The sum of two functions that are majorized with exponents f_exp and g_exp is
majorized with exponent exp whenever exp โฅ max f_exp g_exp.
The product of two functions that are majorized with exponents f_exp and g_exp is
majorized with exponent f_exp + g_exp.