| New Reply |
Sum of four squares |
Share Thread | Thread Tools |
| Nov17-12, 11:46 PM | #1 |
|
|
Sum of four squares
Lagrange's four-square theorem states that any natural number can be expressed as the sum of four integer squares. I've noticed that the first few values of 8n-1 can all only be expressed as a minimum of the sum of four squares. Is this true for all values of n? What's the proof behind it? Thanks.
|
| Nov18-12, 01:30 AM | #2 |
|
|
|
| Nov18-12, 01:44 AM | #3 |
|
|
By what i said i mean
7 = 2^2 + 1^2 + 1^2 + 1^2 15 = 3^2 + 2^2 + 1^2 + 1^2 23 = 3^2 + 3^2 + 2^2 + 1^2 31 = 3^2 + 3^2 + 3^2 + 2^2 etc. i.e. The first few values of 8n-1 (The first 10 at least) can't be shown as a sum of less than four squares. Not sure what you mean by modulo 8 and what-not, sorry. You might have to dumb it down a bit for me. What exactly are you trying to say? |
| Nov18-12, 01:45 AM | #4 |
|
|
Sum of four squares |
| Nov18-12, 04:08 AM | #5 |
|
Blog Entries: 2
|
Think about clock work math. If it's 11 a.m. and add two more hours we get 1 p.m. You can view this as 11 mod 12 + 2 mod 12 = 1 mod 12. So what he's saying is that the values in mod 8 that are squared can only be 0, 1, and 4. So now if you consider 7 mod 8, you can only get that by adding 1 + 1 + 1 + 4. If you're not familiar with this method:
http://en.wikipedia.org/wiki/Modular...AAAAAAALgaAAA= |
| Nov18-12, 09:21 PM | #6 |
|
|
|
| New Reply |
| Tags |
| lagrange's theorem, sum of squares |
| Thread Tools | |
Similar Threads for: Sum of four squares
|
||||
| Thread | Forum | Replies | ||
| Parallelogram: Sum of the squares of the sides = sum of the squares of the diagonals? | Precalculus Mathematics Homework | 10 | ||
| Least squares fit | General Math | 7 | ||
| Least Squares | Calculus & Beyond Homework | 1 | ||
| Numerical Methods - Linear Least Squares, Non-Linear Least Squares, Optimization | Calculus & Beyond Learning Materials | 0 | ||
| Linear Regression, Linear Least Squares, Least Squares, Non-linear Least Squares | Linear & Abstract Algebra | 4 | ||