I think everyone must have heard about twin prime numbers, but while dealing with some questions regarding prime numbers I found this problem:
Show that there are no prime triplets other than $3,5,7$.
What I found interesting was I had never heard of Prime triplet and also that there is only one such triplet.
MY WORK: I thought suppose there exist a prime triplet $(a,b,c)$ such that ${(a,b,c)}\mathbb∈Z^+-${$3,5,7$}.
Since these three are going to be three consecutive odd integers so one of them will be divisible by $3$ and we also know that none of these numbers can be $3$. Hence one number of them will be a composite number (Divisible by $3$). And hence we are done.
I have two questions now:
$1$. Is my proof correct??
$2$. Are there alternative ways by which I can prove it??
Thanks.
A few places to tighten up:
This is a statement you'd need to prove.
I'd start by saying that the triplet is of the form $a, a+2, a+4$, where $a$ is an integer. The value of $a$ is either even or odd. You can dismiss all of the even cases by noting that if $a$ is even, then it can be expressed as $a=2b$, with $b$ an integer. Then you can show that there are no prime triplets with $a$ even.
Again, this is something you have to prove. You can do this by noting that $a \equiv 0,1,$ or $2$ mod $3$, and then showing that one of $a$, $a+2$ or $a+4$ is $0$ mod $3$.