Proving something cant be written as a square

  • Context: Graduate 
  • Thread starter Thread starter S.Iyengar
  • Start date Start date
  • Tags Tags
    Square
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
72 replies · 12K views
haruspex said:
I think we can forget about a <= n or a >= n. All we need is a >= 1, p >= 3, n >= 2

3pa+2n <= 6pa+n + 9pa + 4p2n
3p1+2n <= 6p1+n + 9p + 4p2n-a+1
3p1+2n <= 6p1+n + 9p + 4p2n
(3p-4)p2n <= 6pn+1 + 9p
(3p-4)pn <= 6p + 9p1-n <= 6p + 3
Since pn >= 9
(3p-4)9 <= 6p + 3
7p <= 13

What about the situation when a=k ?
 
Mathematics news on Phys.org
S.Iyengar said:
What about the situation when a=k ?
What's special about a = k? Can you point to a step where you think that matters?
 
haruspex said:
What's special about a = k? Can you point to a step where you think that matters?

Dear sir,

Here you considered that

[itex]3p^{a+2n} \le 6p^{a+n} + 9p^a + 4p^{2n} \\<br /> 3p^{1+2n} \le 6p^{1+n} + 9p + 4p^{2n-a+1} \\<br /> 3p^{1+2n} \le 6p^{1+n} + 9p + 4p^{2n}\\<br /> (3p-4)p^{2n} \le 6p^{n+1} + 9p[/itex]

There in the second step you have substituted [itex]a=1[/itex] and then proceeded further. So what about the case when [itex]a=k[/itex] ?

Thank you sir.
 
No, he did not substitute a=1.

He multiplied both sides of the inequality by something. Can you figure it out now?
 
micromass said:
No, he did not substitute a=1.

He multiplied both sides of the inequality by something. Can you figure it out now?

Thank you sir.. I think he multiplied both sides with [itex]p^{-a+1}[/itex] . Thanks a lot
 
S.Iyengar said:
Dear sir,

Here you considered that

[itex]3p^{a+2n} \le 6p^{a+n} + 9p^a + 4p^{2n} \\<br /> 3p^{1+2n} \le 6p^{1+n} + 9p + 4p^{2n-a+1} \\<br /> 3p^{1+2n} \le 6p^{1+n} + 9p + 4p^{2n}\\<br /> (3p-4)p^{2n} \le 6p^{n+1} + 9p[/itex]

There in the second step you have substituted [itex]a=1[/itex] and then proceeded further. So what about the case when [itex]a=k[/itex] ?

Thank you sir.
No, it's not a question of substituting a = 1 as such. We are assuming a >= 1, so [itex]4p^{2n-a+1} <= 4p^{2n}[/itex]
 
haruspex said:
No, it's not a question of substituting a = 1 as such. We are assuming a >= 1, so [itex]4p^{2n-a+1} <= 4p^{2n}[/itex]

But I find another flaw sir.

You wrote that

[itex]r^2-1 = p^a(2rp^n-p^{2n}+3) = (r+1)(r-1) [2][/itex]

So if [itex]r > 1, r = kp^a \pm 1,[/itex] some [itex]k > 0 [3][/itex]

So the fact that [itex][2] \implies [3][/itex] is not correct. Because it follows from the argument that either [itex](r-1) \rm{or} \ (r+1) | (2rp^n-p^{2n}+3)[/itex].

So the best counter example is [itex]8*6=48 = 2^4*3[/itex]. Then it doesn't mean that either [itex]8 \ \rm{or} \ 6 | 3[/itex]. So its not correct, and thereby the entire proof collapse.

I whole-heartedly apologize if my argument is wrong.
 
S.Iyengar said:
[itex]r^2-1 = p^a(2rp^n-p^{2n}+3) = (r+1)(r-1) [2][/itex]
Therefore pa divides (r+1)(r-1)
Since p is a prime > 2, it cannot have factors in common with both r-1 and r+1.
Therefore pa divides (r+1) or (r-1)
So if [itex]r > 1, r = kp^a \pm 1,[/itex] some [itex]k > 0[/itex]
 
haruspex said:
Therefore pa divides (r+1)(r-1)
Since p is a prime > 2, it cannot have factors in common with both r-1 and r+1.
Therefore pa divides (r+1) or (r-1)
So if [itex]r > 1, r = kp^a \pm 1,[/itex] some [itex]k > 0[/itex]

Ok thank you for your infinite patience sir.
 
haruspex said:
Therefore pa divides (r+1)(r-1)
Since p is a prime > 2, it cannot have factors in common with both r-1 and r+1.
Therefore pa divides (r+1) or (r-1)
So if [itex]r > 1, r = kp^a \pm 1,[/itex] some [itex]k > 0[/itex]

Thank you again sir
 
Last edited:
haruspex said:
p2n <= 2pa+n- 2pn - pa + 5
Since pa > 5:
p2n <= 2pa+n
pn <= 2pa
Since p > 2, n <= a.

k(kpa+2) = 2kpa+n+2pn-p2n+3
k2pa+2k = 2kpa+n+2pn-p2n+3
So 2k congruent to 3 modulo pn (all other terms are divisible by pn).
2k cannot be negative, so 2k >= pn+3.

Another small misunderstanding sir. You have written that , [itex]k^2p^a+2k=2kp^{a+n}+2p^n-p^{2n}+3[/itex] and have said that, all the other terms are divisible by [itex]p^n[/itex]. But we can't write that, given there is a term [itex]k^2p^a[/itex] on the L.H.S

Thanks a lot again sir.
 
Ah yes - I overlooked another place I had used the (wrong) "n <= a" result.
This looks more serious...
 
haruspex said:
Ah yes - I overlooked another place I had used the (wrong) "n <= a" result.
This looks more serious...

No problem sir.. I am happy that you responded in a nice manner.