Quaternions as a normed algebra #
In this file we define the following structures on the space ℍ := ℍ[ℝ] of quaternions:
- inner product space;
- normed ring;
- normed space over
ℝ.
We show that the norm on ℍ[ℝ] agrees with the Euclidean norm of its components.
Notation #
The following notation is available with open Quaternion or open scoped Quaternion:
ℍ: quaternions
Tags #
quaternion, normed ring, normed space, normed algebra
Space of quaternions over a type, denoted as ℍ[R].
Implemented as a structure with four fields: re, im_i, im_j, and im_k.
Instances For
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
Coercion ℂ →ₐ[ℝ] ℍ as an algebra homomorphism.
Instances For
theorem
Quaternion.norm_toLp_equivTuple
(x : Quaternion ℝ)
:
‖WithLp.toLp 2 ((equivTuple ℝ) x)‖ = ‖x‖
The norm of the components as a Euclidean vector equals the norm of the quaternion.
QuaternionAlgebra.linearEquivTuple as a LinearIsometryEquiv.
Instances For
@[simp]
@[simp]
@[simp]
@[simp]