1
$\begingroup$

This is regarding the answer by AAL in https://stats.stackexchange.com/questions/312518/why-variance-of-ols-estimate-decreases-as-sample-size-increases.

I am stuck at the italicized parts in:

Because $(X'X)^{-1}x'x(X'X)^{-1}$ is positive semi-definite (it is the multiplication of a matrix with its transpose) and $1+x'x>0$, the diagonal elements of the subtracting term are greater than or equal to zero

How does $(X'X)^{-1}x'x(X'X)^{-1}$ being PSD and $1+x'x>0$ mean that $$ \operatorname{diag}\left( \frac{(X'X)^{-1}x'x(X'X)^{-1}}{1+x'x>0} \right) > 0 $$ ?

This seems to imply that PSD matrices have only non-negative main diagonal elements. Is this true? If so, why?

I know that PSD means the eigenvalues of the matrix are $\geq 0$, and that the sum of eigenvalues equals the sum of the trace of the matrix, but this doesn't guarantee that there aren't negative elements along the diagonal.

$\endgroup$

1 Answer 1

3
$\begingroup$

Let $\{e_{1},\dots,e_{n}\}$ be the standard orthonormal basis for $\mathbb{R}^{n}$. It is a fact of life that if $A$ is a $n \times n$ matrix, then $A_{ii} = A e_{i} \cdot e_{i}$. (Here $\cdot$ denotes the Euclidean inner product.) More generally, $A_{ij} = Ae_{j} \cdot e_{i}$.

From this, it follows that if $A$ is a symmetric positive semi-definite matrix, then its diagonal elements are non-negative.

$\endgroup$
2
  • $\begingroup$ I'm confused on which part of this shows that the main diagonal elements are non-negative. Is it the $A_{ii} = A e_i \cdot e_i$ part? $\endgroup$
    – 24n8
    Commented May 14, 2021 at 2:39
  • $\begingroup$ @24n8, what is your definition of positive definite (or positive semi-definite)? $\endgroup$
    – user711689
    Commented May 14, 2021 at 13:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .