Why is $ab=(a-b)(a+b)$ false when $a,b$ are coprime?
If both $a$ and $b$ are $\pm 1$ it is easy to see that $ab \neq (a-b)(a+b)$.
If one of them is not $\pm 1$, then it is divisible by some prime $p$. Then $$p| ab =(a-b)(a+b)$$ which means that $p$ divides $(a-b)$ or $p$ divides $(a+b)$. In either case, since $p$ divides one of $a,b$ and divides their sum/difference, it follows that $p$ divides both of them. But then $a,b$ are not coprime.
it becomes $$ a^2 - ab - b^2 = 0. $$ If $b \neq 0,$ divide through by $b^2$ and introduce $r = \frac{a}{b},$ this gives $$ r^2 - r - 1 = 0 $$ So $r$ is either the Golden ratio $$ \frac{1 + \sqrt 5}{2} $$ or negative its reciprocal. Put briefly, irrational, contradicting $a,b$ being integers.
It is also possible to use anisotropy in $\mathbb Q_5,$ which is probably what they want. Well, why not. Take $$ a^2 - ab - b^2 \equiv 0 \pmod {25} $$ and ASSUME $\gcd(a,b) =1.$ The number $4$ is invertible $\pmod 5 $ and $\pmod {25},$ so we change nothing demanding $$ 4 a^2 - 4ab - 4 b^2 \equiv 0 \pmod {25}, $$ $$ \left( 2a -b \right)^2 - 5 b^2 \equiv 0 \pmod {25}. $$ It follows that $(2a-b)$ is divisible by $5,$ and then $\left( 2a -b \right)^2$ is divisible by $25.$ In turn, this means $5 b^2$ is divisible by $25,$ so $b^2$ is divisble by $5,$ finally $b$ itself is divisible by $5.$ As $(2a-b)$ is also divisible by $5,$ we find that $a$ is divisible by $5.$ So far, both $a,b$ are divisible by $5.$ This means $5 | \gcd(a,b)$ and $\gcd(a,b) \neq 1$
This is the method I like to show that there is, in fact, no solution of $a^2 - ab - b^2 = 0$ in integers unless both $a,b$ are zero. The lemma that you need to really, really believe, is that, should there be a solution with at least one variable nonzero, then we can divide through by the gcd of those original $a,b$ numbers, divide both by that, resulting in a solution in coprime integers. Our proof of impossibility for coprime integers thus extends to a proof of impossibility at least one variable nonzero, finally to any nonzero solution. The quadratic form name for this argument is "anisotropy." We say that the quadratic form $a^2 - ab - b^2 $ is not isotropic in the $5$-adic numbers $\mathbb Q_5$
It is also true that the quadratic form $a^2 - ab - b^2 $ is not isotropic in the $2$-adic numbers $\mathbb Q_2.$ This is posted in some earlier answers. One may check, there are just four cases, $a^2 - ab - b^2 $ is odd unless both $a,b$ are even. Thus is was enough to use $\pmod 2,$ for this prime it was not even necessary to use $\pmod 4.$
Suppose we have equality, then we have that $$ab = a^2 - b^2$$ or equivalently: $$ab + b^2 = a^2.$$ Since $b \mid (ab + b^2) = a^2$, this would imply that $b$ divides $a^2$. However, since $a,b$ are coprime, so are $b$ and $a^2$. Indeed: if $b, a^2$ are not coprime, we can look at the prime factorization of their greatest common divisor (which would be different from $1$). Then there is a prime $p$ such that $p \mid b$ and $p \mid a^2$. Therefore $p \mid a$, hence $p \mid \text{gcd}(a,b)$, so $a,b$ would not be coprime.
Since we have shown that $b$ divides $a^2$, whereas they have to be coprime, we need that $b = 1$ (or $-1$). However, applying the same reasoning would show that $a$ divides $b^2$, so then also $a = 1$ or $-1$, but clearly this is not possible (since we would never have $ab = a^2 - b^2$).
Therefore, we have a contradiction, so $ab \neq (a -b)(a + b)$.