I have a question about the following method...
Q) Show that the number $2^{64} -1$ is not a prime.
Working:
If $2^{64} -1$ is a prime then it's only factors are 1 and itself $2^{64} -1 =(2^{32})^2 -1^2$ , using DOTS=$(2^{32}+1)(s^{32}-1)$ So $(2^{32}+1)$ and $(s^{32}-1)$ are factors of $2^{64} -1$.
I understand up to here, but not the following:
So if $(2^{32}+1)$ and $(s^{32}-1)$ are factors then why isn't it a prime as it is being techincally being divided by itself? If someone could show how to prove why this is not a prime that would be much appreciated.