Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)verified 2026-08-03 (gpt-5.6-sol-codex-subscription)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

The quaternions H\mathbb{H}: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k1, i, j, k

Definition

Let R\mathbb{R} be the field of real numbers (The real numbers, The reals form a field, Field) and let 4={0,1,2,3}4 = \{0,1,2,3\} be the von Neumann natural number 44 (The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n). The set of quaternions is the set of all functions 4R4 \to \mathbb{R},

H  :=  R4  =  {x:4R},\mathbb{H} \;:=\; \mathbb{R}^{4} \;=\; \{\, x : 4 \to \mathbb{R} \,\},

whose members are written as quadruples x=(x0,x1,x2,x3)x = (x_0, x_1, x_2, x_3) with xpRx_p \in \mathbb{R} for p4p \in 4. Note that the coordinates are indexed from 00, because 44 is the set {0,1,2,3}\{0,1,2,3\}.

Addition is componentwise:

x+y  :=  (x0+y0,  x1+y1,  x2+y2,  x3+y3).x + y \;:=\; (x_0 + y_0,\; x_1 + y_1,\; x_2 + y_2,\; x_3 + y_3).

Multiplication is given by the explicit formula

xy  :=  (x0y0x1y1x2y2x3y3,    x0y1+x1y0+x2y3x3y2,    x0y2+x2y0+x3y1x1y3,    x0y3+x3y0+x1y2x2y1).xy \;:=\; \bigl(\, x_0y_0 - x_1y_1 - x_2y_2 - x_3y_3,\;\; x_0y_1 + x_1y_0 + x_2y_3 - x_3y_2,\;\; x_0y_2 + x_2y_0 + x_3y_1 - x_1y_3,\;\; x_0y_3 + x_3y_0 + x_1y_2 - x_2y_1 \,\bigr).

The distinguished elements are

0H  :=  (0,0,0,0),1H  :=  (1,0,0,0).0_{\mathbb{H}} \;:=\; (0,0,0,0), \qquad 1_{\mathbb{H}} \;:=\; (1,0,0,0).

Both rules are functions H×HH\mathbb{H} \times \mathbb{H} \to \mathbb{H}, since every coordinate on the right is a real number formed from real numbers by the field operations of R\mathbb{R}; so each is a binary operation on H\mathbb{H} (Binary operation on a set; associativity, commutativity, and a subset closed under the operation), and no separate well-definedness question arises. That these data satisfy the ring axioms (Ring: an abelian group under addition and a monoid under multiplication, with multiplication distributing over addition on both sides), with 1H1_{\mathbb{H}} a two-sided identity (Left identity, right identity, and two-sided identity for a binary operation), is proved in H\mathbb{H} is a division ring that is not commutative, hence not a field: q1=qˉ/N(q)q^{-1} = \bar q / N(q) for q0q \ne 0, while ij=kij = k and ji=kji = -k and is not assumed here.

The basis quaternions and the table. Write

e0=1=(1,0,0,0),e1=i=(0,1,0,0),e2=j=(0,0,1,0),e3=k=(0,0,0,1),e_0 = 1 = (1,0,0,0), \quad e_1 = i = (0,1,0,0), \quad e_2 = j = (0,0,1,0), \quad e_3 = k = (0,0,0,1),

and for a real λ\lambda write λ^:=(λ,0,0,0)\hat{\lambda} := (\lambda,0,0,0), so that 1^=1\hat{1} = 1 and 0^=0H\hat{0} = 0_{\mathbb{H}}. Evaluating the multiplication formula on these sixteen pairs gives the table

i2=j2=k2=1,ij=k,jk=i,ki=j,ji=k,kj=i,ik=j,i^{2} = j^{2} = k^{2} = -1, \qquad ij = k, \quad jk = i, \quad ki = j, \qquad ji = -k, \quad kj = -i, \quad ik = -j,

together with 1x=x1=x1x = x1 = x for x{1,i,j,k}x \in \{1,i,j,k\}, where 1-1 abbreviates 1^=(1,0,0,0)\widehat{-1} = (-1,0,0,0) and similarly for i-i, j-j, k-k. In the usual notation x=x0+x1i+x2j+x3kx = x_0 + x_1 i + x_2 j + x_3 k, and the displayed product formula is precisely what the table forces once products are expanded and real coefficients are collected; but the formula, not the table, is the definition, so nothing is "extended by linearity" and no unproved notion is used.

Conjugate and norm. For xHx \in \mathbb{H} put

xˉ  :=  (x0,  x1,  x2,  x3),N(x)  :=  x02+x12+x22+x32    R.\bar{x} \;:=\; (x_0,\; -x_1,\; -x_2,\; -x_3), \qquad N(x) \;:=\; x_0^{2} + x_1^{2} + x_2^{2} + x_3^{2} \;\in\; \mathbb{R}.

Both are defined by explicit real formulas; xˉH\bar{x} \in \mathbb{H} and N(x)RN(x) \in \mathbb{R}, and NN is a function HR\mathbb{H} \to \mathbb{R}, not a quaternion.

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 61 results over 20 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources