Prove a^2 + b^2 = 3(s^2 + t^2) implies both a and b must are divisible by 3

  • Context: Graduate 
  • Thread starter Thread starter Ceres629
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around proving that if \( a^2 + b^2 = 3(s^2 + t^2) \), then both \( a \) and \( b \) must be divisible by 3. Participants explore various approaches to this proof, including modular arithmetic and properties of quadratic residues.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants suggest using modular arithmetic to show that if \( a \) and \( b \) are not divisible by 3, then \( a^2 + b^2 \) cannot be divisible by 3.
  • One participant notes that if \( a \) is not divisible by 3, it can be either 1 or 2 modulo 3, leading to \( a^2 \equiv 1 \mod 3 \), which implies \( (a^2 + b^2) \equiv 2 \mod 3 \) if both are non-zero.
  • Another participant confirms that this reasoning is sufficient to conclude that both \( a \) and \( b \) must be divisible by 3.
  • Some participants discuss the implications of assuming \( a \) and \( b \) are divisible by 3, leading to a modified equation that raises questions about the original problem.
  • There are mentions of contradictions arising from assuming \( a \) or \( b \) are not divisible by 3, particularly referencing Fermat's theorem and gcd properties.
  • One participant expresses confusion about the direction of the proof and whether it leads to a contradiction or a deeper insight into the problem.
  • Another participant suggests that the problem could be expanded to show there are no non-trivial solutions, emphasizing the need for clarity in the proof's intent.

Areas of Agreement / Disagreement

Participants generally agree on the approach of using modular arithmetic, but there are differing interpretations of the implications and clarity of the proof steps. Some express confusion about the direction of the argument, indicating that the discussion remains somewhat unresolved.

Contextual Notes

Participants highlight the importance of modular conditions and the potential for contradictions, but there are unresolved mathematical steps and assumptions that could affect the proof's validity.

Ceres629
Messages
6
Reaction score
0
I'm stuck on a seemingly simple part of a proof (a proof showing there are no non zero solutions of the equation a^2 + b^2 = 3(s^2 + t^2)

at one step it says if

a^2 + b^2 = 3(s^2 + t^2) this implies

both a and b must be divisible by 3.
I tried to prove this myself but have had no luck...

any ideas?
 
Physics news on Phys.org
If a was divisible by 3 then a^2 would be divisible by 3 (and 9). If b wasn't, then b^2 wouldn't be and so of course a^2 + b^2 couldn't be. Now all you need to show is that if neither of the two are divisible by 3 then their sum can't be. Consider the equation mod 3 (or 9) and you should find the answer.
 
I got as far as needing to show that if both a and b are not divisble by three then a^2 + b^2 must not be divisible by 3, but that's exactly where i got stuck,all attempts to show this have proved dead ends :(

*edit*

what i have managed to show is that if:

a not divisible by 3 => a%3 = 1 or 2

if a%3 = 1
a^2 % 3 = 1

if a%3 = 2
a^2 % 3 = 1

thus (a^2 + b^2) % 3 will always be 2 if a%3 and b%3 are non zero

this seems sufficient...
 
Last edited:
Yes, that is sufficient.

This leaves you with the final option: a and b are both divisible by 3.
 
Ah okay, thanks for the pointer GreatHouse and thanks for the confirmation Gokul.

:smile:
 
a^2 == -b^2 mod 3

if gcd(a,3)=1 ==> a^2 == 1 == -b^2 mod 3 ==> gcd(b,3)=1

but b^2 == -1 mod 3 is a contradiction ==> a and b must be divisible by 3
 
Last edited:
Ceres: a^2 + b^2 = 3(s^2 + t^2) this implies
both a and b must be divisible by 3.

Then if a and b are both divisible by 3, we now have 9(a'^2+b'^2) = 3(s^2+t^2), and this leads us to: 3(a'^2+b'^2) =s^2+t^2.

This looks like the original problem reversed!(?)
 
Last edited:
just work mod 3. i.e. the equation says you have a^2 +b^2 = 0 mod 3. trying a,b = 0,1,2, one sees nothing works except a=b=0.

so in fact the c^2+d^2 part is a red herring.
 
robert Ihnot said:
This looks like the original problem reversed!(?)

I can't tell if robert is just confused, or more likely, taking appreciation at the step of 'descent' =] .
 
  • #10
Giz Z: I can't tell if robert is just confused, or more likely, taking appreciation at the step of 'descent=].

I was just hoping to go another step with the problem. INFINITE DESCENT? Yeah, just go look that up on Wikipedia, and by gosh! There is our problem.
 
  • #11
I think this is a simple proof, using Fermat's theorem.

al-mahed said:
a^2 == -b^2 mod 3

if gcd(a,3)=1 ==> a^2 == 1 == -b^2 mod 3 ==> gcd(b,3)=1

but b^2 == -1 mod 3 is a contradiction ==> a and b must be divisible by 3
 
  • #12
I was just trying to point out, as a hint, that the problem could be expanded to prove it had no non-trivial solutions. That is:

a^2+b^2 not equal to 3(s^2+t^2) unless a=b=c=d=0.


That was the intent. I guess it was not clear.
 
Last edited:
  • #13
al-mahed said:
I think this is a simple proof, using Fermat's theorem.

When one uses a result much stronger then what is to be proven, It's sort of like using the mean value theorem to prove Roelle's theorem. Just an opinion though.
 
  • #14
I was just trying to help :cool:

Gib Z said:
When one uses a result much stronger then what is to be proven, It's sort of like using the mean value theorem to prove Roelle's theorem. Just an opinion though.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
9
Views
3K
Replies
5
Views
2K
Replies
6
Views
3K
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
1K