logo

Toeplitz Matrices are Hermitian Matrices 📂Matrix Algebra

Toeplitz Matrices are Hermitian Matrices

Proof

A positive-definite matrix ACn×nA \in \mathbb{C}^{n \times n} is a Hermitian matrix. Naturally, a positive semi-definite matrix is also a Hermitian matrix.

Proof 1

xAx=λ \mathbf{x}^{\ast} A \mathbf{x} = \lambda If AA is a positive-definite matrix, for all xCn\mathbf{x} \in \mathbb{C}^{n}, the quadratic form xAx\mathbf{x}^{\ast} A \mathbf{x} is expressed as some real number λR\lambda \in \mathbb{R} as above. Taking the conjugate transpose on both sides, the complex conjugate of λR\lambda \in \mathbb{R} is λ=λ\overline{\lambda} = \lambda, which is itself, hence we obtain the following. xAx=λ    xAx=λ=λ    x(AA)x=0 \begin{align*} & \mathbf{x}^{\ast} A \mathbf{x} = \lambda \\ \implies & \mathbf{x}^{\ast} A^{\ast} \mathbf{x} = \overline{\lambda} = \lambda \\ \implies & \mathbf{x}^{\ast} \left( A - A^{\ast} \right) \mathbf{x} = 0 \end{align*}

A necessary and sufficient condition for a quadratic form to be 0: A necessary and sufficient condition for the quadratic form xAx\mathbf{x}^{\ast} A \mathbf{x} to become 00 for all xCn\mathbf{x} \in \mathbb{C}^{n} is that AA is a zero matrix: xAx=0,xCn    A=O \mathbf{x}^{*} A \mathbf{x} = 0 , \forall \mathbf{x} \in \mathbb{C}^{n} \iff A = O

Since (AA)=O\left( A - A^{\ast} \right) = O, AA is a Hermitian matrix.


The proof process shows that it does not particularly matter whether it is positive-definite or positive semi-definite, as seen in taking the conjugate of λ\lambda.