A Direct Proof That a 3 × 3 Skew-Symmetric Matrix Sends Its Defining Vector to Zero
Let v = (p, q, r)T be a vector in ℝ³. From its three components, form the 3 × 3 skew-symmetric matrix
| 0 | −r | q |
| r | 0 | −p |
| −q | p | 0 |
The entries reflected across the main diagonal have opposite signs, while every diagonal entry is zero. Therefore,
KT = −K.
Multiplication by the vector
Matrix-vector multiplication can be written as a linear combination of the columns of K. The first column is multiplied by p, the second by q, and the third by r:
Distributing p, q and r gives
| 0 · p | + | (−r) · q | + | q · r |
| r · p | + | 0 · q | + | (−p) · r |
| −q · p | + | p · q | + | 0 · r |
Combining the entries in each row produces
| 0 · p + (−r) · q + q · r |
| r · p + 0 · q + (−p) · r |
| −q · p + p · q + 0 · r |
Since scalar multiplication is commutative, rq = qr, rp = pr and qp = pq. Hence,
| −rq + qr |
| rp − pr |
| −qp + pq |
| 0 |
| 0 |
| 0 |
Description of the result
The calculation shows directly that the vector (p, q, r)T lies in the null space of its associated skew-symmetric matrix:
K(p, q, r)T = (0, 0, 0)T.
The cancellation is created by the skew-symmetric structure. Every product appears with an equal product of the opposite sign.
