Solve in $\mathbb N$: $ 2^x\equiv 1 \bmod{x}$.
1) first we showed that for all $ m $ and $ n \in\mathbb N$ if $\gcd(m,n)=d$ then ($2^m\equiv 1 \bmod{p} $ and $2^n\equiv 1 \bmod{p} $) implies that $2^d\equiv 1 \bmod{p}$ for all $p$ $\in\mathbb N^*$.
2) if we consider that $p$ is the smallest prime number dividing $x$ we would have $\gcd(x-1,p) = 1$ and $2^{p-1} \equiv 1 \bmod{p} $ (using Fermat) and $ 2^x \equiv 1 \bmod{p}$.
Can I deduce something from this ?
In that sense we do have $2^0\equiv 1 \mod 0$
– Thomas Lesgourgues Feb 06 '19 at 11:35