From http://oeis.org/wiki/Carmichael_numbers, Carmichael numbers are (1) "composite numbers $n$ which divide $b^n − b$ for every integer $b$ . OR equivalently (2) Carmichael numbers have the property that $b^{n − 1} ≡ 1 \pmod n$ for all bases $b$ coprime to $n$."
So essentially my question is: why does the second definition requires $b$ to be coprime to $n$ and the first doesn't?
I tried to go from $b^{n-1} \equiv 1 \pmod n$ (with $b$ coprime) to $b^n \equiv b \pmod n$ for ANY $b$ but I hit a lot of dead ends.