Proof $\log(cn)$ is in $\Theta(\log(n))$

1.9k Views Asked by At

How can I prove that $\log(cn)$ is in $\Theta(\log(n))$, where $c$ is a constant? I tried to prove $c_1\log(n) \le \log(cn) \le c_2\log(n)$, where $c_1$ and $c_2$ are also constants, but I'm having trouble with that approach.