The problem is: If $a,b \ge 2$ are natural numbers s.t $a^b - 1$ is prime, then $a = 2$.
My ideas so far:
Since the we want to show that $a = 2$, we can take the the expression modulo $a$.
$a^b-1 \equiv -1 \pmod{a}$, so we know that there's a prime $p>2$ such that $p \equiv -1 \pmod{a}$ However I am not really sure where to go from here.
Suppose, there is an $a>2$, and a $b$ such that $a^b-1$ is prime. Observe that $a-1\mid a^b-1$, $2\leq a-1<a^b-1$ establishes, $a^b-1$ is not a prime.