-2

Here is an other random conjecture which I have no clue how to prove:

$a,b\in\mathbb N^+\wedge a^2+b^2+ab\in\mathbb P\implies\exists$ $A,B\in\mathbb N^+:A^2+B^2-AB=a^2+b^2+ab$.

Tested for $a,b<20,000$ on my 32 bit tabloid.

I would like to see a proof or an counter-example.

Lehs
  • 13,791
  • 4
  • 25
  • 77

2 Answers2

3

$$(a+b)^2-(a+b)b+b^2=a^2+ab+b^2.$$

Angina Seng
  • 158,341
1

Hint $ $ If $\,x_1=a\,$ is a root of $\,f(x)\ =\ x^2+\,\color{#c00}b\,x+b^2\,$ then so too is $\,\overbrace{x_2 = -\color{#c00}b-x_1}^{\large {\rm root\ sum}\ =\ -\color{#c00}b} = -b-a$

So $\,-x_2 = a\!+\!b\,$ is a root of $\,f(-x) = x^2-b\,x+b^2$

Bill Dubuque
  • 272,048