I am having some problem trying to prove that the diagonal elements of the hat matrix $h_{ii}$ are between $1/n$ and $1$.
Suppose that $Range(X_{n,k})=K $ the number of columns of our matrix of data with a constant.⇒$H_{k,k}$
$H=X(X' X)^{-1}X' ⇒ H'=H ;H^{2}=H $
If $y = \beta x + \epsilon ⇒ HY =\hat Y; (I-H)=\epsilon $
$\mathbf{H}=\begin{bmatrix}h_{11} &... &h_{1n}\\⋮ & ⋱ &⋮\\ h_{n1} & ... & h_{nn}\end{bmatrix}$
If $\boldsymbol 1=(1, \ldots, 1) ∈ X ⇒ 1H^2=1H=1 ⇒ ∑ h_{i1}^2=∑ h_{i1}=1 , h_{ii}≤1$
So $∑h_{i1}^2∑h_{i2}^2...∑h_{in}^2=1 ⇒h_{11}^2h_{22}^2...h_{nn}^2<=1 $
How to prove that $h_{ii} >=(1/n)$?
(exercise 3.4 from Meyer "Classical and modern regression with applications") Let $h_{ii}$ be the ith diagonal of the Hat matrix H. (a) prove that for a multiple regression model with a constant term, $h_{ii} >=(1/n)$ ; (b) show that $h_{ii}≤1$ (Hint: make the use of the fact that H is idempotent)