If $f$ equals $g$ asymptotically, i.e., $f(x)/g(x) \to 1$ (as $x \to \infty$), and $h \leq f$, does that mean $h \leq g$ for sufficiently large $x$? It seems to be true because the relative error, $|f/g - 1|$, tends to zero. I, however, think it is not true in general, that is, we cannot always replace $f$ with $g$ in inequalities. Am I correct?
2026-05-15 22:51:59.1778885519
Asymptotic equality and inequalities
838 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It is false: Consider $f\colon x\mapsto x+1$, $h=f$ and $g=f-1$. You do have $\frac{f}{g}\to 1$ and $h \leq f$, but always $h > g$.
However, if you have $h$ multiplicatively bounded away from $f$ (that is, there exists $\epsilon > 0$, $A\in \mathbb R$ such that $h(x) \leq f(x)(1 - \epsilon)$ for all $x\geq A$), then what you want holds.