Express a Hermitian Matrix as a Sum of Real Symmetric Matrix and a Real Skew-Symmetric Matrix

Linear algebra problems and solutions

Problem 405

Recall that a complex matrix is called Hermitian if $A^*=A$, where $A^*=\bar{A}^{\trans}$.
Prove that every Hermitian matrix $A$ can be written as the sum
\[A=B+iC,\] where $B$ is a real symmetric matrix and $C$ is a real skew-symmetric matrix.

 
LoadingAdd to solve later

Sponsored Links

Proof.

Since $A$ is Hermitian, we have
\[\bar{A}^{\trans}=A.\] Taking the conjugate of this identity, we also have
\[A^{\trans}=\bar{A}. \tag{*}\]

Let
\[B=\frac{1}{2}(A+\bar{A})\] and
\[C=\frac{1}{2i}(A-\bar{A}).\] We claim that $B$ is a real symmetric matrix and $C$ is a real skew-symmetric matrix.

We have
\begin{align*}
\bar{B}=\frac{1}{2}\overline{(A+\bar{A})}=\frac{1}{2}(\bar{A}+\bar{\bar{A}})=\frac{1}{2}(\bar{A}+A)=B.
\end{align*}
Thus, the matrix $B$ is real. To prove $B$ is symmetric, we compute
\begin{align*}
&B^{\trans}=\frac{1}{2}(A+\bar{A})^{\trans}\\
&=\frac{1}{2}(A^{\trans}+\bar{A}^{\trans})\\
&=\frac{1}{2}(\bar{A}+A) && \text{by (*) and $A$ is Hermitian}\\
&=B.
\end{align*}
This proves that $B$ is symmetric.

The matrix $C$ is real because we have
\begin{align*}
\bar{C}=\frac{1}{-2i}(\bar{A}-\bar{\bar{A}})=\frac{1}{2i}(A-\bar{A})=C.
\end{align*}
We also have
\begin{align*}
&C^{\trans}=\frac{1}{2i}(A^{\trans}-\bar{A}^{\trans})\\
&=\frac{1}{2i}(\bar{A}-A)&& \text{by (*) and $A$ is Hermitian}\\
&=-\frac{1}{2i}(A-\bar{A})=-C.
\end{align*}
Hence $C$ is a skew-symmetric matrix.

Finally, we compute
\begin{align*}
B+iC&=\frac{1}{2}(A+\bar{A})+i\cdot \frac{1}{2i}(A-\bar{A})\\
&=\frac{1}{2}(A+\bar{A})+\frac{1}{2}(A-\bar{A})\\
&=A.
\end{align*}
Therefore, we have obtained the sum as described in the problem.

Related Question.

Prove that each complex $n\times n$ matrix $A$ can be written as
\[A=B+iC,\] where $B$ and $C$ are Hermitian matrices.

For a proof of this problem, see the post “Every complex matrix can be written as $A=B+iC$, where $B, C$ are Hermitian matrices“.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Every Complex Matrix Can Be Written as $A=B+iC$, where $B, C$ are Hermitian MatricesEvery Complex Matrix Can Be Written as $A=B+iC$, where $B, C$ are Hermitian Matrices (a) Prove that each complex $n\times n$ matrix $A$ can be written as \[A=B+iC,\] where $B$ and $C$ are Hermitian matrices. (b) Write the complex matrix \[A=\begin{bmatrix} i & 6\\ 2-i& 1+i \end{bmatrix}\] as a sum $A=B+iC$, where $B$ and $C$ are Hermitian […]
  • 7 Problems on Skew-Symmetric Matrices7 Problems on Skew-Symmetric Matrices Let $A$ and $B$ be $n\times n$ skew-symmetric matrices. Namely $A^{\trans}=-A$ and $B^{\trans}=-B$. (a) Prove that $A+B$ is skew-symmetric. (b) Prove that $cA$ is skew-symmetric for any scalar $c$. (c) Let $P$ be an $m\times n$ matrix. Prove that $P^{\trans}AP$ is […]
  • Eigenvalues of a Hermitian Matrix are Real NumbersEigenvalues of a Hermitian Matrix are Real Numbers Show that eigenvalues of a Hermitian matrix $A$ are real numbers. (The Ohio State University Linear Algebra Exam Problem)   We give two proofs. These two proofs are essentially the same. The second proof is a bit simpler and concise compared to the first one. […]
  • Complex Conjugates of Eigenvalues of a Real Matrix are EigenvaluesComplex Conjugates of Eigenvalues of a Real Matrix are Eigenvalues Let $A$ be an $n\times n$ real matrix. Prove that if $\lambda$ is an eigenvalue of $A$, then its complex conjugate $\bar{\lambda}$ is also an eigenvalue of $A$.   We give two proofs. Proof 1. Let $\mathbf{x}$ be an eigenvector corresponding to the […]
  • Questions About the Trace of a MatrixQuestions About the Trace of a Matrix Let $A=(a_{i j})$ and $B=(b_{i j})$ be $n\times n$ real matrices for some $n \in \N$. Then answer the following questions about the trace of a matrix. (a) Express $\tr(AB^{\trans})$ in terms of the entries of the matrices $A$ and $B$. Here $B^{\trans}$ is the transpose matrix of […]
  • Eigenvalues of Real Skew-Symmetric Matrix are Zero or Purely Imaginary and the Rank is EvenEigenvalues of Real Skew-Symmetric Matrix are Zero or Purely Imaginary and the Rank is Even Let $A$ be a real skew-symmetric matrix, that is, $A^{\trans}=-A$. Then prove the following statements. (a) Each eigenvalue of the real skew-symmetric matrix $A$ is either $0$ or a purely imaginary number. (b) The rank of $A$ is even.   Proof. (a) Each […]
  • Subspaces of Symmetric, Skew-Symmetric MatricesSubspaces of Symmetric, Skew-Symmetric Matrices Let $V$ be the vector space over $\R$ consisting of all $n\times n$ real matrices for some fixed integer $n$. Prove or disprove that the following subsets of $V$ are subspaces of $V$. (a) The set $S$ consisting of all $n\times n$ symmetric matrices. (b) The set $T$ consisting of […]
  • There is at Least One Real Eigenvalue of an Odd Real MatrixThere is at Least One Real Eigenvalue of an Odd Real Matrix Let $n$ be an odd integer and let $A$ be an $n\times n$ real matrix. Prove that the matrix $A$ has at least one real eigenvalue.   We give two proofs. Proof 1. Let $p(t)=\det(A-tI)$ be the characteristic polynomial of the matrix $A$. It is a degree $n$ […]

You may also like...

1 Response

  1. 05/22/2017

    […] the post “Express a Hermitian matrix as a sum of real symmetric matrix and a real skew-symmetric matrix” for a […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Problems and Solutions of Eigenvalue, Eigenvector in Linear Algebra
Complex Conjugates of Eigenvalues of a Real Matrix are Eigenvalues

Let $A$ be an $n\times n$ real matrix. Prove that if $\lambda$ is an eigenvalue of $A$, then its complex...

Close