1

Show that it doesn't exist any of natural number $ n = 4m + 3$ that $ n= x^2+y^2 $ for any natural x and y

Show that every prime number in form $ p=4m+1 $ could be showed as $ p = x^2+y^2$ (x and y are natural)

I checked it and it

keri
  • 559

2 Answers2

2

For the first question, any square number modulo four is 0 or 1 [even ==> 0, odd ==> 1]. This can be shown rather easily. Then, the summation of two such numbers would never equal 3 modulo four showing the result.

1
  • It can be: $$x=2n+1 \text{ and } y=2k+1 \ \text{ OR } \ x=2n \text{ and } y=2k \ \text{ OR } x=2n \text{ and } y=2k+1 \text{ OR } x=2n+1 \text{ and } y=2k$$

You can check each case and you will see that it cannot be $x^2+y^2=4m+3$

For example,at the first case you will get:

$$x^2+y^2=(2n+1)^2+(2k+1)^2=4n^2+4n+1+4k^2+4k+1=4(n^2+n+k^2+k)+2=4m+2$$

evinda
  • 7,823