I checked all the books and on-line materials I could find for the proof, but found all of them have a derivation problem, which I cannot understand.
To prove the least squares estimator is the $BLUE$ for the linear model $y = X*\beta + v$, one assumes $c = C*y$ is any linear unbiased estimator of $\beta$. Using the fact that $c$ is an unbiased estimator, we can easily obtain $(C*X-I)\beta = 0$.
Then all the books and on-line materials just conclude that $C*X-I$ must be 0. I don't understand this at all. If the equality $(C*X-I)\beta = 0$ should hold for any $\beta$, then certainly we would have $C*X-I = 0$. But I don't know any reason that $(C*X-I)\beta$ = 0 should hold for any $\beta$. Is there some one who can explain this to me?