Symmetry is Preserved Under Congruence
If is a symmetric matrix and is any matrix of compatible dimensions, the product is also symmetric. This operation — transforming by sandwiching with and — is called a congruence transformation.
The proof is quick: , where we used (symmetry of ) and . So the result equals itself, hence it is symmetric.
This fact matters because when we change coordinates (Section 8.14), the matrix of the quadratic form changes by exactly a congruence transformation. Knowing that symmetry is preserved means the diagonalized form is also symmetric — a diagonal matrix with eigenvalues on the diagonal.
Formal View
Proof: since .
Why This Matters
Congruence transformations arise in changes of coordinates, and knowing symmetry is preserved ensures the transformed quadratic retains all the structural properties we care about.
- Principal component analysis: the covariance matrix transforms to under a rotation — still symmetric and diagonal.
- Finite element methods: transforming stiffness matrices to reduced coordinates preserves their symmetry and positive-definiteness.
- Normal equations: is always symmetric, a consequence of congruence (with , is ).
Quiz
If is symmetric and is any matrix, then is always symmetric.
What is the key property of used to show ?
Common Mistakes
- Thinking (wrong order) also preserves symmetry — it does if is symmetric, but the correct congruence form is .
- Assuming must also be symmetric — there is no requirement on .