there are exactly 4 division algebras (over the field of real numbers): the real numbers, the complex numbers, the quaternions, and the octonians. you can’t add any more complex parts because you lost associativity with the octonians. I’m not entirely sure how the first domino leads to the last, though.
Modulo arithmetic is basically numbers that go in circles instead of in a straight line. 4 is equivalent to 1 in mod 3 because there’s some integer n such that 3n+1= 4.
In general: in modulo base b, x mod b= y iff there exists an integer n such that bn+y=x.
same… 3² is 9, 1 mod 4 is… 1?
32 (mod 4) = 9 (mod 4) = 1 (mod 4)
is whats meant I presume. Shorthand writing is
32 ≡ 1 (mod 4)
but OP presumably didn’t have the ≡ key
The big domino is the question.
there are exactly 4 division algebras (over the field of real numbers): the real numbers, the complex numbers, the quaternions, and the octonians. you can’t add any more complex parts because you lost associativity with the octonians. I’m not entirely sure how the first domino leads to the last, though.
Modulo arithmetic is basically numbers that go in circles instead of in a straight line. 4 is equivalent to 1 in mod 3 because there’s some integer n such that 3n+1= 4.
In general: in modulo base b, x mod b= y iff there exists an integer n such that bn+y=x.