If $(a^2−b^2)$ is a prime number where $a$ and $b\in N$, then:
- $a^2−b^2 = 3$
- $a^2−b^2 = a−b$
- $a^2−b^2 = a+b$
- $a^2−b^2 = 5$
My attempt:
$(a^2-b^2)=(a-b)(a+b)$
if $a + b = 1$ and $a^2 + b^2$ is prime. (Since $\cfrac{a^4 − b^4}{a- b} = (a + b)(a^2 + b^2)$.
Thus, in this case the pair $(a, b)$ must be $(x + 1, −x)$ and $x^2 + (x + 1)^2$ must be prime. That is, $x$ must be in OEIS A027861.)
I didn't find proper proof.
Can you explain it, please?