I have some difficulties understanding asymptotics in general.
Is $O(n)$ the same as $O(-n)$?
Is $O(f(n))$ the same as $O(cf(n))$ even though we know that $f(n)\leq 1$ for all $n$?
I know the general Standard rules you can find e.g. on Wikipedia, but I don't have a very good intuitive understanding of these things.
But what about if I want to Show a relative Approximation, thus e.g. $f=g(1+o(1))$. Then I Need to Show that $|f-g|=o(g)$?
Can somebody link me a good paper or a good book for this Topic of asymptotic Approximation?
– user146358 May 01 '14 at 08:02