For a linear model, the noncentered form is
$Y_i=\beta_0+\beta_1x_{i1}+...+\beta_kx_{ik}+\epsilon_i$ ---(a)
the centered form is
$Y_i=\alpha+\beta_1(x_{i1}-\bar{x}_1)+...+\beta_k(x_{ik}-\bar{x}_k)+\epsilon_i$ ---(b)
And we know that the matrix form of the centered form is
$Y=[j_n,X_c] (\alpha,\beta^*)'+\epsilon$ where $X_c=(I-\frac{1}{n}J_n)X$, $X=[X_1,...,X_k]$.
We could show that the estimators for $\alpha$ and $\beta^*$ are $\hat{\alpha}=\bar{Y}$ and $\hat{\beta}^*=(X_c'X_c)^{-1}X_c'Y$
My question is:
How to show $\hat{\beta}^*$ is the same as the last three elements of $\hat{\beta}=(X_a'X_a)^{-1}X_a'Y$, where $X_a=[j_n,X]$. What is the relationship between $\hat{\alpha}$ and the first element of $\hat{\beta}$?