Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableverified 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: real quadruples with componentwise addition and an explicit multiplication formula matching the table on 1,i,j,k

Definition

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

H  :=  R4  =  { x:4→R },

whose members are written as quadruples x=(x0,x1,x2,x3) with xp∈R for p∈4. Note that the coordinates are indexed from 0, because 4 is the set {0,1,2,3}.

Addition is componentwise:

x+y  :=  (x0+y0,  x1+y1,  x2+y2,  x3+y3).

Multiplication is given by the explicit formula

xy  :=  ( x0y0−x1y1−x2y2−x3y3,    x0y1+x1y0+x2y3−x3y2,    x0y2+x2y0+x3y1−x1y3,    x0y3+x3y0+x1y2−x2y1 ).

The distinguished elements are

0H  :=  (0,0,0,0),1H  :=  (1,0,0,0).

Both rules are functions H×H→H, since every coordinate on the right is a real number formed from real numbers by the field operations of R; so each is a binary operation on 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 1H a two-sided identity (Left identity, right identity, and two-sided identity for a binary operation), is proved in H is a division ring that is not commutative, hence not a field: q−1=qˉ/N(q) for q≠0, while ij=k and ji=−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),

and for a real λ write λ^:=(λ,0,0,0), so that 1^=1 and 0^=0H. 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,

together with 1x=x1=x for x∈{1,i,j,k}, where −1 abbreviates −1^=(−1,0,0,0) and similarly for −i, −j, −k. In the usual notation x=x0+x1i+x2j+x3k, 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 x∈H put

xˉ  :=  (x0,  −x1,  −x2,  −x3),N(x)  :=  x02+x12+x22+x32  ∈  R.

Both are defined by explicit real formulas; xˉ∈H and N(x)∈R, and N is a function H→R, not a quaternion.

Remarks

Depends on

Used by

Dependency tree · two levels

33 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources