Let A be symmetric and positive definite. Show that $||a_{ij}|| < \sqrt{a_{ii}a_{jj}}$
2026-03-28 14:44:28.1774709068
Norm Property of a symmetric positive definite matrix
576 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Since $A$ is positive-definite and symmetric, you have that $A=B^TB$ for a certain $B$. Then, using Cauchy-Schwarz, $$ |a_{ij}|=\left|\sum_k b_{ki}b_{kj}\right|\leq\left(\sum_k |b_{ki}|^2\right)^{1/2}\left(\sum_k |b_{kj}|^2\right)^{1/2}=\sqrt{a_{ii}a_{jj}} $$
If you want to "start from scratch":
Considering the matrix as a complex matrix, show that it always has an eigenvalue.
Using that $A$ is symmetric, show that the orthogonal subspace of an eigenvector is invariant for $A$
Show inductively that $A$ admits a basis of eigenvectors.
Using said basis of eigenvectors, show that $A$ admits a positive-definite, symmetric square root $B$.
Write $A=B^2=B^TB$.