Integer Number Theory - n = p + a^2

jj7964130
Messages
2
Reaction score
0

Homework Statement


Prove or disprove: If n is a positive integer, then n=p+a^2 where
  • a\in\mathbb{Z}
  • p is prime or p=1
Note that the interpretation of "prime" used here includes negative primes. So, an exhaustive list of possibilities for p is p=1,\pm2,\pm3,\pm5,\pm7,\pm11,\cdots

Homework Equations


Prime is defined such that if p prime and p divides the product ab, then either p divides a or p divides b. Also, primes are irreducible.

Additionally, the fundamental theorem of arithmetic that defines all integers as a unique product of positive primes may be useful.

The Attempt at a Solution


Originally, I had found 25 as a counterexample that cannot be written as the sum of a prime and a square. Then the problem was clarified to include negative primes, and I'm a bit lost as to where I should start. Namely, I'm not sure if I should be working towards proving or disproving the argument. If anyone's worked through this already and could send me some guidance in the right direction, it would be appreciated.
 
Physics news on Phys.org
##25=-11+6^2##

I see a nice counterexample with a very small n.
 
mfb said:
##25=-11+6^2##

I see a nice counterexample with a very small n.

I'm not sure if an example is necessarily the best route to take...

Regardless of small n, it's very difficult to take into account all negative primes of large magnitude and squares of equally large magnitude. Since the list of possibilities is infinite, I don't see a concrete way to say "this will never be true."
 
Hmm, I did not see "positive" in the requirements. Ok, 0 does not work.
[STRIKE]There might be (p,a) for every positive n.[/STRIKE]
 
Last edited:
jj7964130 said:
I'm not sure if an example is necessarily the best route to take...

Regardless of small n, it's very difficult to take into account all negative primes of large magnitude and squares of equally large magnitude. Since the list of possibilities is infinite, I don't see a concrete way to say "this will never be true."

You do want to concentrate on finding a counterexample. Here's a hint: look at the case where n is a perfect square. Do you see how that helps in limiting the infinity of options?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top