The properties developed across the preceding sections can be collected for quick reference. Each row pairs the defining identity with the structural fact it carries — the trace owes its usefulness to this short list of algebraic guarantees.
| Property |
Identity |
Why it matters |
| Linearity |
tr(cA + dB) = c · tr(A) + d · tr(B) |
trace is a linear functional on n × n matrices |
| Transpose invariance |
tr(Aᵀ) = tr(A) |
transposition leaves the diagonal entries in place |
| Cyclic property |
tr(AB) = tr(BA); tr(ABC) = tr(BCA) = tr(CAB) |
foundation of similarity invariance and the zero-commutator-trace |
| Similarity invariance |
tr(P⁻¹AP) = tr(A) |
trace is a property of the transformation, not the chosen basis |
| Eigenvalue sum |
tr(A) = λ₁ + λ₂ + ⋯ + λₙ |
reads spectral information off the diagonal |
| Commutator trace |
tr(AB − BA) = 0 |
the identity matrix is never a commutator |
| Frobenius inner product |
⟨A, B⟩_F = tr(AᵀB) |
gives n × n matrices a geometry — angles, lengths, projections |