This question is from Elementary Number Theory by W. Edwin Clark.
Is $2^n - 1$ always prime, or not? Prove.
Is this a start? $x^n - 1 = ( x - 1)(1 + x + x^2 \cdots x^{n - 1})$. So, $2^n - 1 = \sum \limits _{i = 0}^{n - 1} 2^i.$
Will I reach a solution through the above, or is there any other way?
I know that the property doesn't hold true for $n = 1,4,6$ et al but I want an algebraic proof.