Why $2^n$ is $\Theta (2^{n+1})$? I have come across any example saying
“It is easy to see that $2^n$ is $\Theta(2^{n+1})$. That is an example of many functions that satisfy $f(n)= \Theta(f(n+1))$.”
Why is that true? And what are these functions which satisfy $f (n)= \Theta(f(n+1))$ ?
I would really appreciate any help. Thanks in advance