Prove that if $n$ is composite, then $2^n$ is composite.
I tried the following:
$$2^n-1 = 2^n-1^b = (2-1)(2^{n-1}+2^{n-2} + \ldots + 1) = 2^{n-1}+2^{n-2} + \ldots + 1$$
This is the summation of $n$ numbers and $n$ is composite, hence $2^n-1$ is composite.
Is this correct?