Question on definition of little o

65 Views Asked by At

I would like to generalize the definition of little o.

The definition from Wikipedia is as such:

Let $f$ and $g$ be two real valued functions. We write $f(x) = o(g(x))$ as $x \to \infty$ if for all $\epsilon > 0$, there exists $x_0$ such that $|f(x)| \leq \epsilon |g(x)|$ whenever $x \geq x_0$.

I would like to extend this definition so that $x \to a$ where $a$ is some real number, and not necessarily infinity. How does this change the definition?

1

There are 1 best solutions below

1
On BEST ANSWER

Replace the ending “there exists …” with

… there exists $\delta>0$ such that $|f(x)|\le\epsilon|g(x)|$ whenever $0<|x-a|<\delta$.