According to Wikipedia:
If $n$ is a composite number then so is $2^n − 1$. ($2^{ab} − 1$ is divisible by both $2^a − 1$ and $2^b − 1$.) This definition is therefore equivalent to a definition as a prime number of the form $M_p = 2^p − 1$ for some prime $p$.
I'm wondering why the definition is equivalent. If $p$ is prime, it doesn't necessarily mean that $2^p-1$ is prime, of course. It does, however, mean from my understanding that by the contrapositive, if $2^n-1$ is prime, then $n$ is prime, but that doesn't help much. So what precisely does the second sentence mean?
It is not clear from your extract which definitions are being counted as equivalent. It looks like:
A Mersenne Prime is a prime of the form $2^n-1$
and
A Mersenne Prime is a prime of the form $2^p-1$ with $p$ prime
And the fact that if $n$ is composite, so is $2^n-1$ means that these define the same set of primes.