I need to prove that $O(3^{2n}) \subseteq O(2^{3n})$. So far I have made this solution:
I)Lets assume that this is true, and that there $ \exists \space c \in \mathbb{R}^+ $ such as $$3^{2n} \leq 2^{3n} * c$$
II) therefore this fraction must be greater or equal as $1$
$$\frac{c*2^{3n}}{3^{2n}} \geq 1$$
III) lets look on $$\lim_{n\to\infty} \frac{c*2^{3n}}{3^{2n}}=(\frac{8}{9})^n=0$$ since the limit is equal to $0$ there occurs an conflict that shows us that II) can not ever be greater or equal as $1$. Is my solution correct? Any help is appreciated.
This is false.
Suppose it holds: then, since obviously $3^{2n} \in O(3^{2n}) \subseteq O(2^{3n}) \implies 3^{2n} \in O(2^{3n})$, $\lim_{n \to \infty}\, \sup |\frac{9}{8}|^n < \infty$, which obviously does not hold.