This question is similar to another question I had recently posted but I have a follow on.
In classical linear regression, we have
$$\hat{\beta } \sim N(\beta,(X^{T}X)^{-1}\sigma^2).$$
Using this, one builds individual hypotheses of the significance of the coefficients, as done in the book by Tibshirani et al. My questions are two fold:
1) The book talks about a combined hypothesis built by proving that
$$(\hat{\beta }-\beta)^T(X^{T}X)^{-1}(\hat{\beta }-\beta) \sim \sigma^2\chi_{p+1}^2.$$
I don't see how this formula can be derived from the equation I wrote above. I do see that
$$\hat{\beta }-\beta \sim N(0,(X^{T}X)^{-1}\sigma^2).$$
How do we take the $X^TX$ matrix out and prove the above? I would be grateful if someone could outline the steps.
2) My second question is, how do we think about building the hypothesis? Do we think about building individual coefficient hypotheses or is it a good idea to view everything together? In other words, what is the difference/pros and cons of using the two different styles of hypotheses, the individual coefficient one or viewing everything together as per the above equation? Can we have an example of building a combined hypothesis? I am guessing that most statistical packages don't really take into account the correlation between different $\beta$ which is encoded in the matrix $X^TX$. Please clarify, any help will be much appreciated.