The sign of the main diagonal elements in A, denoted as aii, is the same as the sign of A.
If A is positive definite, then aii>0
If A is positive semidefinite, then aii≥0
If A is negative definite, then aii<0
If A is negative semidefinite, then aii≤0
Main Diagonal Elements in Symmetric Real Matrix satisfying 0
Suppose a semidefinite matrix A∈Rn×n is a symmetric matrix composed of real numbers. If the main diagonal components aii of A satisfy 0, then the i-th row and column are zero vectors.
Without loss of generality, let us assume A is positive semidefinite.
The fact that matrix A is positive semidefinite means that for every vectorx∈Rn, xTAx≥0 holds, hence the quadratic form with respect to standard basis vectorsx=e1,⋯,en must also be greater than or equal to 0. Therefore, since eiTAei≥0, all main diagonal elements (A)ii of A must also be greater than or equal to 0.
Now, assume A is A∈Rn×n and a symmetric matrix, and let the real number be x and the index be j=i such that x:=ei+xej. If aii=0 is 0, then xTAx≥0 must hold, leading to:
====≥xTAx(ei+xej)TA(ei+xej)eiTAei+xeiTAej+xejTAei+x2ejTAejaii+xaij+xaji+x2ajj2xaij+x2ajj0
Quadratic Formula: For the quadratic equation ax2+bx+c=0 (where a=0),
x=2a−b±b2−4ac
Assuming A is a positive semidefinite matrix implies ajj≥0. The statement 2xaij+x2ajj≥0 implies that the graph of the downward convex parabola represented by the quadratic function f(x)=ajjx2+2aijx does not meet the x-axis or meets it at only one point, which, through the discriminant, indicates b2−4ac≤0. Substituting f into the discriminant gives:
(2aij)2−4⋅ajj⋅0≤0
According to this, the only case satisfying 4aij2≤0 is aij=0. This holds regardless of the choice of j, therefore ai1=⋯=ain=0, and since A is a symmetric matrix, a1i=⋯=ani=0 as well.