I'm working on a problem (and actually have the answer) but I don't know why this is the answer, can someone explain this equality?. It has to do with the the determinant of the partitioned matrix $(X'X).$
Let $$X=[x_0, x_1, \ldots,x_{k-1},x_k]=[W,x_k] $$ and let $\operatorname{rank}(X)=k+1$
a.) show that $|X'X|=|W'W|(x_k'x_k-x_k'W(W'W)^{-1}W'x_k)$
which is fairly obvious by the partitioned matrix
$$(X'X)=(W,x_k)'(W,x_k)$$ which has a determinant equal to $$|W'W|(x_k'x_k-x_k'W(W'W)^{-1}W'x_k)$$
b though is harder.
b.) from a, deduce $|W'W|/|X'X|>1/x_k'x_k$, use this to show that in the usual linear model $y=X\beta + \epsilon, \operatorname{Var}(\widehat{\beta}_k)\geq\sigma^2(x_k,x_k)$
With the information below, I am able to solve this problem, but why does the equality below hold?
the part i have underlined was just a given and I'm not sure what the deal is with it, could anyone explain to me how determinant and variance are connected like this?