I am currently trying to learn the meaning of the Landau Symbols a bit better by solving exercices, namely the following three:
$f_1(x) + f_2(x) = O(g_1(x) + g_2(x))$ given that for each f(x) the property already holds
$n!n^{s} = o(n^n)$ for $n \rightarrow \infty, s \geq 0$
For all $\epsilon > 0: 2^{n+\epsilon} = O(2^n)$ but $ 2^{n(n+\epsilon)} \neq O(2^n)$
where are the Landau-Symbol's Definitions are as follows: For $x \rightarrow a \ f(x) = O(g(x))$ when $\limsup_{x \rightarrow a} f(x)/g(x) < \infty$ and for $x \rightarrow a \ f(x) = o(g(x))$ if $\lim_{x \rightarrow a} f(x)/g(x) = 0$
I have no experience at all with the Landau Notations yet and would be quite glad for hints and help