Problem 19
Question
Hamilton's Quaternions (W. R. HAMLLTON, 1843) We consider the following map $$ \begin{array}{r} H: \mathbb{C} \times \mathbb{C} \longrightarrow M(2 \times 2 ; \mathbb{C}) \\ (z, w) \mapsto H(z, w):=\left(\begin{array}{cc} z & -w \\ \bar{w} & \bar{z} \end{array}\right) \end{array} $$ and denote its image by $$ \mathcal{H}:=\\{H(z, w) ; \quad(z, w) \in \mathbb{C} \times \mathbb{C}\\} \subset M(2 \times 2 ; \mathcal{C}) $$ Show that \(\mathcal{H}\) is a skew field, i.e. in \(\mathcal{H}\) all the field axioms hold with the exception of the commutativity law for multiplication. Remark. The notation \(\mathcal{H}\) is intended to remind us of Sir WuLLIAM ROWAN HAMILTON (1805-1865). One calls \(\mathcal{H}\) the HAMILTON quaternions.
Step-by-Step Solution
VerifiedKey Concepts
Skew Field
- Closure: Under both addition and multiplication,\( \mathcal{H} \) remains closed, allowing any operations within the set to produce results that also belong to the set.
- Associativity and Identity: It has associative properties and both additive (\( H(0,0) \)) and multiplicative (\( H(1,0) \)) identities are present.
- Existence of Inverses: Every non-zero element has an inverse, ensuring that division is possible.
Matrix Algebra
Matrices provide a powerful way to perform and visualize complex operations, such as rotations and transformations. This is particularly useful in 3D graphics and robotics.
- Operations: Addition and multiplication of matrices follow specific rules that are vital to maintaining algebraic structure and ensuring predictable results.
- Associativity: An important property of matrices where addition and multiplication are consistently associative, ensuring reliable computation when dealing with sequences of matrices.
- Determinants and Inverses: A square matrix in matrix algebra can have an inverse if its determinant is non-zero, which is essential for solving matrix equations and transformations.
Non-Commutative Algebra
- Complexity: The lack of commutativity introduces complexity which can be leveraged in physics and computer science for tasks like modeling waves, quantum mechanics, and more.
- Visual Representation: In 3D rotations, non-commutativity means the sequence of rotations alters the final orientation, a fundamental concept in computer graphics.
- Broader Applications: Other areas such as cryptography and theoretical mathematics benefit from these properties by utilizing the deeper mathematical structures and behaviors intrinsic to non-commutative operations.