In 'Related notations' chapter:
We write $f(x) = o(g(x))$ for $x \to a$ if and only if for every $C>0$ there exists a positive real number $d$ such that for all $x$ with $|x - a| < d$ we have $|f(x)| < C |g(x)|$.
If $g(x)\neq 0$, this is equivalent to $\lim_{x \to a} f(x)/g(x) = 0$.
How can we prove that these two definitions are equivalent?