History & Comments
Back
Fill content
Description:Added mathematical content
# Multiplication by a Hermitian matrix commutes with the standard inner product on C^n.Put content here**Theorem.** A matrix $A$ is Hermitian if and only if multiplication by $A$ commutes with the standard inner product on $\mathbb{C}^n$: $$\langle Ax, y \rangle = \langle x, Ay \rangle \quad \text{for all } x, y \in \mathbb{C}^n$$ ⏎ **Proof.** $$\langle Ax, y \rangle = y^*(Ax) = (A^* y)^* x = \langle x, A^* y \rangle$$ So $\langle Ax, y \rangle = \langle x, Ay \rangle$ for all $x, y$ if and only if $A = A^*$. ⏎ This property says that a Hermitian operator is *self-adjoint*: it is its own adjoint with respect to the standard inner product. This is the fundamental property that makes Hermitian matrices central to quantum mechanics, where observables are represented by Hermitian operators. # Parents * Hermitian matrices
Sign in to add a new comment