1 Basic asymptotic properties of functions
\(f\) is asymptotically positive if there exists \(x_0\) such that \(f(x) {\gt} 0\) for all \(x \ge x_0\).
\(f\) is asymptotically negative if there exists \(x_0\) such that \(f(x) {\lt} 0\) for all \(x \ge x_0\).
\(f\) is asymptotically nonpositive if there exists \(x_0\) such that \(f(x) \ge 0\) for all \(x \ge x_0\).
\(f\) is asymptotically negative if there exists \(x_0\) such that \(f(x) \le 0\) for all \(x \ge x_0\).
\(f\) is asymptotically less than \(g\) if there exists \(x_0\) such that \(f(x) \le g(x)\) for all \(x \ge x_0\).
\(f\) is asymptotically greater than \(g\) if there exists \(x_0\) such that \(f(x) \ge g(x)\) for all \(x \ge x_0\).
1.1 Asymptotic positivity and negativity
If \(f\) is asymptotically negative, then \(-f\) is asymptotically positive.
By definition of asymptotic positivity, there exists an \(x\_ 0\) such that \(f(x) {\gt} 0\) for all \(x {\gt} x\_ 0\). It follows that \(-f(x) {\gt} 0\), which is what is needed.
If \(f\) is asymptotically positive, then \(-f\) is asymptotically negative.
By definition of asymptotic negativity, there exists an \(x\_ 0\) such that \(f(x) {\lt} 0\) for all \(x {\gt} x\_ 0\). It follows that \(-f(x) {\lt} 0\), which is what is needed.
1.2 Asymptotic inequality
1.2.1 Positivity and negativity
Let \(f\) be asymptotically positive and let it be asymptotically less than \(g\). Then \(g\) is asymptotically positive.
Assume with no loss of generality that \(f(x) {\gt} 0\) for all \(x {\gt} x\_ 0\) and that \(f(y) \le g(y)\) for all \(y {\gt} y\_ 0\). Let \(z\_ 0 = \max \{ x\_ 0, y\_ 0 \} \). By transitivity of the inequality relations, we have \(g(z) {\gt} 0\) for all \(z {\gt} z\_ 0\).
Let \(f\) be asymptotically less than \(g\) and let \(g\) be asymptotically negative. Then \(f\) is asymptotically negative.
Assume with no loss of generality that \(g(x) {\lt} 0\) for all \(x {\gt} x\_ 0\) and that \(f(y) \le g(y)\) for all \(y {\gt} y\_ 0\). Let \(z\_ 0 = \max \{ x\_ 0, y\_ 0 \} \). By transitivity of the inequality relations, we have \(f(z) {\lt} 0\) for all \(z {\gt} z\_ 0\).
Let \(f\) be asymptotically greater than \(g\) and let \(g\) be asymptotically negative. Then \(g\) is asymptotically negative.
Let \(f\) be asymptotically negative and let it be asymptotically greater than \(g\). Then \(g\) is asymptotically negative.
1.2.2 Reflexivity
\(f\) is asymptotically less than \(f\).
By reflexivity of \(\le \), we have \(f(x) \le f(x)\) for any given \(x\).
\(f\) is asymptotically greater than \(f\).
By reflexivity of \(\ge \), we have \(f(x) \ge f(x)\) for any given \(x\).
1.2.3 Equivalence
Let \(f\) be asymptotically less than \(g\). Then \(g\) is asymptotically greater than \(f\).
Since \(f(x) \le g(x)\) for all \(x {\gt} x\_ 0\), we have \(g(x) \ge f(x)\).
Let \(f\) be asymptotically greater than \(g\). Then \(g\) is asymptotically less than \(f\).
Since \(f(x) \ge g(x)\) for all \(x {\gt} x\_ 0\), we have \(g(x) \le f(x)\).
\(f\) is asymptotically less than \(g\) if and only if \(g\) is asymptotically greater than \(f\).
1.2.4 Transitivity
If \(f\) is asymptotically less than \(g\) and \(g\) is asymptotically less than \(h\), then \(f\) is asymptotically less than \(h\).
By assumption, \(f(x) \le g(x)\) for all \(x \ge x\_ 0\) and \(g(y) \le h(y)\) for all \(y \ge y\_ 0\). Let \(z\_ 0 = \max \{ x\_ 0, y\_ 0 \} \). By transitivity, we have \(f(z) \le g(z)\) for all \(z \ge z\_ 0\).
If \(f\) is asymptotically greater than \(g\) and \(g\) is asymptotically greater than \(h\), then \(f\) is asymptotically greater than \(h\).
1.2.5 Additivity
Let \(f\_ 1\) be asymptotically less than \(g\_ 1\) and \(f\_ 2\) be asymptotically less than \(g\_ 2\). Then \(f\_ 1 + f\_ 2\) is asymptotically less than \(g\_ 1 + g\_ 2\).
Let \(x\_ 0\) be such that \(f\_ 1(x) \le g\_ 1(x)\) for all \(x {\gt} x\_ 0\) and let \(y\_ 0\) be such that \(f\_ 2(y) \le g\_ 2(y)\) for all \(y {\gt} y\_ 0\). Those exist due to assumptions. Now let \(z\_ 0 = \max \{ x\_ 0, y\_ 0 \} \). By transitivity, \(f\_ 1(z) \le g\_ 1(z)\) and \(f\_ 2(z) \le g\_ 2(z)\) for all \(z {\gt} z\_ 0\). By additivity, we can merge both inequalities by adding both terms on the left side and both terms on the right side. We thus get \(f\_ 1(z) + f\_ 2(z) \le g\_ 1(z) + g\_ 2(z)\), which by definition and and extensionality means that \(f\_ 1 + f\_ 2\) is asymptotically less than \(g\_ 1 + g\_ 2\).
Let \(f\_ 1\) be asymptotically greater than \(g\_ 1\) and \(f\_ 2\) be asymptotically greater than \(g\_ 2\). Then \(f\_ 1 + f\_ 2\) is asymptotically greater than \(g\_ 1 + g\_ 2\).
Let \(f\_ 1\) be asymptotically positive. Let also \(f\_ 2\) be asymptotically greater than \(g\). Then \(f\_ 1 + f\_ 2\) is asymptotically greater than \(g\).
By definition, there exists some \(x\_ 0\) such that \(f\_ 1(x) {\gt} 0\) for all \(x {\gt} x\_ 0\). We also have \(f\_ 2(y) \ge g(y)\) for all \(y {\gt} y\_ 0\) for some \(y\_ 0\). Let \(z\_ 0 = \max \{ x\_ 0, y\_ 0, \} \). We now have, for all \(z {\gt} z\_ 0\) both \(f\_ 1(z) {\gt} 0\) and \(f\_ 2(z) \ge g(z)\). By additivity, we have \(f\_ 1(z) + f\_ 2(z) \ge g(z)\).
Let \(f\_ 1\) be asymptotically negative. Let also \(f\_ 2\) be asymptotically less than \(g\). Then \(f\_ 1 + f\_ 2\) is asymptotically less than \(g\).
By definition, there exists some \(x\_ 0\) such that \(f\_ 1(x) {\lt} 0\) for all \(x {\gt} x\_ 0\). We also have \(f\_ 2(y) \le g(y)\) for all \(y {\gt} y\_ 0\) for some \(y\_ 0\). Let \(z\_ 0 = \max \{ x\_ 0, y\_ 0, \} \). We now have, for all \(z {\gt} z\_ 0\) both \(f\_ 1(z) {\lt} 0\) and \(f\_ 2(z) \le g(z)\). By additivity, we have \(f\_ 1(z) + f\_ 2(z) \le g(z)\).
1.2.6 Scalar multiplicativity
Let \(c {\gt} 0\) and let \(f\) be asymptotically less than \(g\). Then \(c \cdot f\) is asymptotically less than \(c \cdot g\).
This is a simple consequence of scalar multiplication by a positive constant.
Let \(c {\gt} 0\) and let \(f\) be asymptotically greater than \(g\). Then \(c \cdot f\) is asymptotically greater than \(c \cdot g\).
Let \(c {\lt} 0\) and let \(f\) be asymptotically less than \(g\). Then \(c \cdot f\) is asymptotically greater than \(c \cdot g\).
This is a simple consequence of the fact that if \(f(x) \le g(x)\), then for a \(c {\lt} 0\) we have \(c \cdot f(x) \ge c \cdot g(x)\).
Let \(c {\lt} 0\) and let \(f\) be asymptotically greater than \(g\). Then \(c \cdot f\) is asymptotically less than \(c \cdot g\).
1.2.7 Multiplicativity
Let \(f\_ 1\) and \(f\_ 2\) be asymptotically nonnegative functions. If f\(\_ 1\) is asymptotically less than \(g\_ 1\) and \(f\_ 2\) is asymptotically less than \(g\_ 2\), then \(f\_ 1 * f\_ 2\) is asymptotically less than \(g\_ 1 * g\_ 2\).
Asymptotic properties give constants \(x\_ i, 0 \le i \le 3\), above which each property holds. We take \(x_M = \max _{0 \le i \le 3} x_i\) as the constant of the needed property. For all \(x {\gt} x_M\), all given asymptotic properties hold, so the wanted property holds by properties of the inequality relation.
Let \(f\_ 1\) and \(f\_ 2\) be asymptotically nonpositive functions. If f\(\_ 1\) is asymptotically greater than \(g\_ 1\) and \(f\_ 2\) is asymptotically greater than \(g\_ 2\), then \(f\_ 1 * f\_ 2\) is asymptotically less than \(g\_ 1 * g\_ 2\).
Analogously to above, the proof comes from taking the maximum of asymptotic constants as the asymptotic lower bound for nonpositivity. This time, however, the inequality flips due to nonpositive terms in \(f\_ 1(n) * f\_ 2(n) \le g\_ 1(n) * g\_ 2(n)\), since \(n\) is larger than all of the asymptotic lower bounds.