I got this question in one of the whatsapp group I am in:
$p$ is a prime iff there exist a unique $m, n\in \mathbb{N}$ such that $$\frac{1}{p}=\frac{1}{m}-\frac{1}{n}$$
Does this question even make sense.
I can pick $m=2, n=3$ then I get $p=6$ but it is not prime. Is this result true?
Suppose that $p$ is prime. Then by assumtion we have $$(n+p)(p-m)=p^2$$ and we obtain the following cases: $$n+p=p^2$$ and $$p-m=1,$$ which gives $$(m,n)=(p-1,p^2-p)$$ or $$n+p=p$$ and $$p-m=p,$$ which is impossible or $$n+p=1$$ and $$p-m=p^2,$$ which is impossible again.
Id est, we got an unique solution.
Also, by the same way, we see that if $p$ is not prime so we get more systems and we don't get an unique naturals $m$ and $n$.