Question - Prove that for any even positive integer $n, n^{2}-1$ divides $2^{n !}-1$
Proof: Let $m=n+1 .$ We need to prove that $m(m-2)$ divides $2^{(m-1) !}-1$
Because $\varphi(m)$ divides $(m-1) !$
we have $\left(2^{\varphi(m)}-1\right) |\left(2^{(m-1) !}-1\right)$
and from Euler's theorem, $m |\left(2^{\varphi(m)}-1\right) .$ It follows that $m |\left(2^{(m-1) !}-1\right) .$
Similarly $(m-2) |\left(2^{(m-1) !}-1\right) .$ Because $m$ is odd, gcd $(m, m-2)=1$ and the conclusion follows.
I just want to understand how they write
Similarly $(m-2) |\left(2^{(m-1) !}-1\right) .$
Here's my initial thought:
Because $\varphi(m-2)$ divides $(m-3)!$ then it also divides $(m-1)!$.
Does that help?