The Question: Show that if $f(n) = \mathcal{O}(g(n))$ and $g(n) = \mathcal{O}(f(n))$, then $f(n) = \Theta(g(n)).$
I know that since $\Theta$ is a stronger notation than $\mathcal{O}$, then: $f(n) = \Theta(g(n))$ is contained in $f(n) = \mathcal{O}(g(n))$.
I'm really unsure about this one; guess I haven't had enough practice with notation to get the full picture. Can someone explain/guide me on this?
Thanks
Hints: