intermediate · Physics · Spin-½ Systems & Pauli Algebra
Pauli Algebra and Anticommutators
The Pauli matrices obey two complementary product rules: a commutator relation that encodes how
rotations about different axes fail to commute, and an anticommutator relation that encodes their
orthogonality. Together they generate the entire algebra of spin-½.
The commutator relation
The commutator of two operators is [A,B]=AB−BA. For the Pauli matrices,
[σx,σy]=2iσz,[σy,σz]=2iσx,[σz,σx]=2iσy.
These are cyclic: advancing x→y→z→x reproduces the next line. Compactly, with the
Levi-Civita symbol εjkl and the Einstein summation convention,
[σj,σk]=2iεjklσl.
Let us verify the first relation directly. Using σxσy=iσz and
σyσx=−iσz,
[σx,σy]=σxσy−σyσx=iσz−(−iσz)=2iσz.
The fact that σx and σy do not commute is the algebraic origin of the uncertainty
relation between spin components: you cannot have a definite value of Sx and Sy simultaneously.
The anticommutator relation
The anticommutator is {A,B}=AB+BA. The Paulis satisfy
{σj,σk}=2δjkI.
So distinct Paulis anticommute ({σx,σy}=0), while each squares to the identity
({σx,σx}=2I, i.e. σx2=I). Anticommutation is the matrix analogue of two
unit vectors being orthogonal.
The master product identity
Adding half the commutator and half the anticommutator gives a single formula for any product of two
Paulis:
σjσk=δjkI+iεjklσl.
For example σxσy=iσz (here j=k, so only the ε term survives), and
σzσz=I (here j=k, so only the δ term survives). This one identity lets you
multiply Paulis without ever writing out a matrix.
Try it
Compute the commutator [σx,σy]=σxσy−σyσx as a complex
2×2 matrix and return the imaginary part of its (0,0) entry. Since
[σx,σy]=2iσz and (σz)00=1, the answer should be 2.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.