I'm trying to prove that if $H$ is a projection matrix and $J$ is a matrix of ones, is it always true that $HJ = J$?
For example, $$ \begin{bmatrix} 0 & 1 \\ 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix} $$
I'm not sure if this is true in general. Any guidance is appreciated.
The question is equivalent to asking whether $(1,1,\dots,1)$ is always an eigenvector of a projection matrix. This is clearly false, since that vector may not be preserved by the projection – take $\begin{bmatrix}1&0\\0&0\end{bmatrix}$ for example.