This lesson works through three short proofs about symmetric and skew-symmetric matrices. Each one rests on one key property of the transpose: the transpose of a product reverses the order of the factors, so (XY)T=YTXT.
Recall: the transpose of a product
For any matrices whose product is defined,
(XY)T=YTXT,(XYZ)T=ZTYTXT.
Also recall that A is symmetric when AT=A, and skew-symmetric when AT=−A.
Proof 1: BTAB is symmetric when A is symmetric
Given that A is symmetric, so AT=A. Take the transpose of BTAB and reverse the order of the factors:
(BTAB)T=BTAT(BT)T=BTATB.
Since AT=A, this becomes
(BTAB)T=BTAB.
The matrix equals its own transpose, so BTAB is symmetric.
Proof 2: BTAB is skew-symmetric when A is skew-symmetric
Now A is skew-symmetric, so AT=−A. The same expansion gives
(BTAB)T=BTATB.
Replacing AT with −A,
(BTAB)T=BT(−A)B=−BTAB.
The transpose equals the negative of the matrix, so BTAB is skew-symmetric.
Proof 3: AB−BA is skew-symmetric when A and B are symmetric
Given that both A and B are symmetric, so AT=A and BT=B. Transpose the difference term by term:
(AB−BA)T=(AB)T−(BA)T=BTAT−ATBT.
Using AT=A and BT=B,
(AB−BA)T=BA−AB=−(AB−BA).
The transpose is the negative of the original, so AB−BA is skew-symmetric.
Key takeaways
- The transpose of a product reverses the order of the factors, which is the engine behind every proof here.
- BTAB inherits the symmetry of A: it is symmetric when A is symmetric and skew-symmetric when A is skew-symmetric.
- For symmetric A and B, the commutator-style difference AB−BA is always skew-symmetric.