The statement is biconditional ( P $\Longleftrightarrow$ Q )
$n-1$ is multiple of 4 $\Longleftrightarrow n^2-1$ is multiple of 4
The statement is true if $\,$ P $\Rightarrow$ Q and Q$\Rightarrow$ P are true
P $\Rightarrow$ Q
$ n-1=4k, \, k \in \mathbb{N} \Rightarrow n^2-1=4p\, , p \in \mathbb{N} $
Direct Proof:
\begin{split} n-1=4k, \, k \in \mathbb{N} \Rightarrow n^2-1 & = (n-1)(n+1)\\ & = 4k\, (n+1) \\ & =4kn+4k \\ &=4(kn+k) \\&=4p, \, p \in \mathbb{N} \end{split}
$\therefore \,$ P $\Rightarrow$ Q is true
Q $\Rightarrow$ P
$ n^2-1=4p, \, p \in \mathbb{N} \Rightarrow \, n-1=4k\ , k \in \mathbb{N} $
I found a counterexample for $n=7$ but I don't know how to proove it with a formal method.
Can someone help me please?