Real matrix with real eigenvalues has real eigenvectors
Dependencies:
- Eigenvalues and Eigenvectors
 - Conjugation of matrices is homomorphic
 - /complex-numbers/complex-numbers
 
$\newcommand{\ubar}{\overline{u}}$ Let $A$ be a real matrix. Let $A$ have a real eigenvalue $\lambda$ and a corresponding complex eigenvector $u$. Then a real eigenvector of $A$ exists corresponding to the eigenvalue $\lambda$.
Proof
\begin{align} & Au = \lambda u \implies \overline{A}\,\ubar = \overline{\lambda}\,\ubar \implies A\ubar = \lambda\ubar \\ &\implies A(u + \ubar) = \lambda(u + \ubar) \textrm{ and } A(i(u - \ubar)) = \lambda(i(u - \ubar)) \end{align}
$u + \ubar = 2\operatorname{Re}(u)$ and $i(u - \ubar) = -2\operatorname{Im}(u)$ are real. At least one of them must be non-zero, since $u + \ubar = u - \ubar = 0 \implies u = 0$, which contradicts the fact that $u$ is an eigenvector of $A$. Hence, one of $u + \ubar$ and $i(u - \ubar)$ is a real eigenvector of $A$ corresponding to $\lambda$.
Dependency for:
- Orthogonally diagonalizable iff hermitian
 - Symmetric operator on V has a basis of orthonormal eigenvectors
 
Info:
- Depth: 12
 - Number of transitive dependencies: 52
 
Transitive dependencies:
- /linear-algebra/vector-spaces/condition-for-subspace
 - /linear-algebra/matrices/gauss-jordan-algo
 - /complex-numbers/conjugation-is-homomorphic
 - /complex-numbers/complex-numbers
 - /sets-and-relations/composition-of-bijections-is-a-bijection
 - /sets-and-relations/equivalence-relation
 - Group
 - Ring
 - Polynomial
 - Integral Domain
 - Comparing coefficients of a polynomial with disjoint variables
 - Field
 - Vector Space
 - Linear independence
 - Span
 - Linear transformation
 - Composition of linear transformations
 - Vector space isomorphism is an equivalence relation
 - Semiring
 - Matrix
 - Stacking
 - System of linear equations
 - Product of stacked matrices
 - Matrix multiplication is associative
 - Reduced Row Echelon Form (RREF)
 - Conjugation of matrices is homomorphic
 - Matrices over a field form a vector space
 - Row space
 - Elementary row operation
 - Every elementary row operation has a unique inverse
 - Row equivalence of matrices
 - Row equivalent matrices have the same row space
 - RREF is unique
 - Identity matrix
 - Inverse of a matrix
 - Inverse of product
 - Elementary row operation is matrix pre-multiplication
 - Row equivalence matrix
 - Equations with row equivalent matrices have the same solution set
 - Basis of a vector space
 - Linearly independent set is not bigger than a span
 - Homogeneous linear equations with more variables than equations
 - Rank of a homogenous system of linear equations
 - Rank of a matrix
 - Basis of F^n
 - Matrix of linear transformation
 - Coordinatization over a basis
 - Basis changer
 - Basis change is an isomorphic linear transformation
 - Vector spaces are isomorphic iff their dimensions are same
 - Canonical decomposition of a linear transformation
 - Eigenvalues and Eigenvectors