I was working for various method to solve this:
For all $n\in \mathbb N$: $4\;\mid\;(5^{n}-1)$.
My try was:
1st: $$n=1 \to 4|5^1-1\\n \geq 2 \to 5^n=25,125,625,3125,...\\ n\geq 2 \to 5^n=\overline{...a_4a_3a_225}\\=5+2(10)=100a_2+1000a_3+10^4a_4+...=\\25+100(a_2+10a_3+...)=25+100q\\{\color{Red}{5^n-1=25+100q-1=24+100q=4(6+25q)} }$$
2nd: divide into cases (even,odd) $$n=2k \to 5^n-1=5^{2k}-1=\overset{even}{(5^k-1)}\overset{even}{(5^k+1)}=\\2q*2q'=4qq' \to {\color{Blue} {4|5^{2k}-1}} \\n=2k+1 \to 5^n-1=5^{2k+1}-1 =5^{2k+1}-(5)+4\\=5*5^{2k}-5+4=5(5^{2k-1}-1)+4\\ \overset{{\color{Blue} {4|5^{2k}-1}}}{\rightarrow} =5(4qq')+4 =4q''$$
3rd: induction $$p_1:4|5^k-1\\p_k:4|5^k-1\\p_{k+1}:4|5^{k+1}-1\\$$ multiply R.H.S of $p_k $by 5 $$4|(5^k-1)*5 \to 4|5^{k+1}-5\\\left\{\begin{matrix} 4|{\color{Blue} {5^{k+1}-5}}\\ 4|4 \end{matrix}\right. \to 4|{\color{Blue} {5^{k+1}-5}} +4 \to 4|5^{k+1}-1$$
4th: we know $a^n-b^n=(a-b)(a^{n-1}b^0+a^{n-2}b^1+a^{n-3}b^2+...+a^0b^{n-1})$ so $$ 5^n-1=5^n-1^n=\\(5-1)(5^{n-1}+5^{n-2}+...+5^1+1)=\\4(5^{n-1}+5^{n-2}+...+5^1+1)=4q$$
5th: we know $(a+b)^n=\binom{n}{0}a^nb^0+\binom{n}{1}a^{n-1}b^1+\binom{n}{2}a^{n-2}b^2+...+\binom{n}{n-1}a^1b^{n-1}+\binom{n}{n}a^0b^n$ so $$5^n{\color{Magenta}{-1} }=(4+1)^n{\color{Magenta}{-1} }=\\\binom{n}{0}4^n+\binom{n}{1}4^{n-1}+\binom{n}{2}4^{n-2}+...+\binom{n}{n-1}4^1+\binom{n}{n}4^0 {\color{Magenta}{1} }=\\ \binom{n}{0}4^n+\binom{n}{1}4^{n-1}+\binom{n}{2}4^{n-2}+...+\binom{n}{n-1}4^1+1 {\color{Magenta}{-1} }=\\\binom{n}{0}4^n+\binom{n}{1}4^{n-1}+\binom{n}{2}4^{n-2}+...+\binom{n}{n-1}4^1=\\ 4(\binom{n}{0}4^{n-1}+\binom{n}{1}4^{n-2}+\binom{n}{2}4^{n-3}+...+\binom{n}{n-1})=4q$$
6th: $$5\equiv 1 (mod 4)\\5^n\equiv 1^n (mod 4)\\5^n\equiv 1 (mod 4)\\ \to 5^n-1\equiv 0 (mod 4)$$
7th:
$$f(x)=x^n-1\\$$divide by $x-1$ so
$$x^n-1=(x-1)q(x)+R$$finding remainder by putting $x=1 \to r=0$
so,in division of $f(x)$ to $x-1$ remainder is zero
now put $x=5 $ in f(x)
$$f(5)=5^n-1=(5-1)Q(5) \to =4q $$
8th: we know $4|4$ it is possible to multiply right side by any integer $$4|4 \to 4|4*(5^{n-1}+5^{n-2}+5^{n-3}+...+5^{1}+5^{0})\\4|{\color{Red} {(5-1)}}*(5^{n-1}+5^{n-2}+5^{n-3}+...+5^{1}+5^{0})\\4|5^n-1$$
9th: If $a$ divide by $b$ we can write $a=bq+r , 0\leq r <b$ . then it is easy to proof by induction that $$a^n=b^nq'+r^n $$ so ,in division of $5$ by $4$ we have $$5=4q+1\\5^n=4q'+1^n\\ \to 5^n-1^n=4q'$$
Now I am looking for other proofs. Maybe:
${\color{Red} {Argue \space by \space contradiction}}$
formulate and equivalent problem
choose effective notation
work backward
generalize
draw a figure
or
any other idea
Algebraic proof:
Consider the field $K:=\mathbb{F}_{5^n}$. We shall show that the group of units $K^\times =K\setminus\left\{0\right\}$ has a subgroup $H$ of order $4$. By Lagrange's Theorem, $4$ must then divide the order of $K^\times$, which is $5^n-1$. Now, this group $H$ is given by the subset $\{1,2,3,4\}=\mathbb{F}_5\setminus\{0\}$. The result follows immediately.
Proof by Contradiction
Suppose there exists $n\in\mathbb{N}$ such that $4\nmid 5^n-1$. Then, choose $n$ to be the smallest. Clearly, $n>1$. Now, $4\mid 5^{n-1}-1$ as $n-1\in\mathbb{N}$ and $n-1<n$. Hence, $4\mid 5\left(5^{n-1}-1\right)=5^n-5$. Consequently, $4\mid \left(5^n-5\right)+4=5^n-1$, which contradicts the choice of $n$.