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.