I had a test about asymptotic notations and there was a question:
Consider the following:
O(o(f(n)) = o(f(n))
- Write in words the meaning of the statement, using conventions from asymptotic notation.
- Is the statement true or false? Justify.
I got it wrong (don't exactly remember what I wrote), but I think is something like:
For any function g(n) = o(f(n)), there is a function h(n) = o(f(n)) so that h(n) = O(f(n)).
Is it correct?
And for (2), I'm not totally sure. Can someone help me with this one too?
Thanks in advance.