Show $p$, $p+1$ and $p+3$ are all primes iff $p=2$
This is, of course, easy to prove one way. That is, assume $p=2$, then $p+1=3$ and $p+3=5$.
However, I am not sure how to prove the reverse? That is, if $p, p+1, p+3$ are all primes, then $p=2$.
How would I be able to show that there isn't a prime greater than 2 that satisfies this condition?