Difference between revisions of "Euler's Four-Square Identity"
Lilcritters (talk | contribs) (→Identity) |
Duck master (talk | contribs) (Added quaternion norm interpretation of identity.) |
||
(22 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==Identity== | ==Identity== | ||
− | '' | + | The '''Four-Square Identity''', credited to [[Leonhard Euler]], states that for any eight [[Number|numbers]] <math>x_1,x_2, x_3, x_4, y_1, y_2, y_3, y_4</math>, we must have <cmath>(x_1^2+ x_2^2 + x_3 ^2 + x_4^2)(y_1^2+y_2^2+y_3^2+y_4^2)</cmath> <cmath>=(x_1y_1+x_2y_2+x_3y_3+x_4y_4)^2</cmath> <cmath>+(x_1y_2-x_2y_1+x_3y_4-x_4y_3)^2</cmath> <cmath>+(x_1y_3-x_3y_1+x_4y_2-x_2y_4)^2</cmath> <cmath>+(x_1y_4-x_4y_1 + x_2y_3 - x_3y_2)^2.</cmath> |
+ | (This statement can be easily verified by expansion.) | ||
+ | In other words, ''the product of the sums of four squares is itself the sum of four squares''. | ||
− | + | ==Quaternionic interpretation== | |
+ | Define <math>X := x_1 + x_2 i + x_3 j + x_4 k</math> and <math>Y: = y_1 + y_2 i + y_3 j + y_4 k</math>. Recall that the quaternion norm of a number <math>a + bi + cj + dk</math>, written as <math>|a + bi + cj + dk|^2</math>, is simply <math>a^2 + b^2 + c^2 + d^2</math>. | ||
− | = | + | Then Euler's Four-Square Identity simply reads <math>|XY|^2 = |X|^2 |Y|^2</math>; i.e. the quaternion norm is multiplicative. |
+ | |||
+ | [[Category: Equations]] |
Latest revision as of 22:24, 5 November 2019
Identity
The Four-Square Identity, credited to Leonhard Euler, states that for any eight numbers , we must have (This statement can be easily verified by expansion.) In other words, the product of the sums of four squares is itself the sum of four squares.
Quaternionic interpretation
Define and . Recall that the quaternion norm of a number , written as , is simply .
Then Euler's Four-Square Identity simply reads ; i.e. the quaternion norm is multiplicative.