how do I prove that the eigenspace of an nxn companion matrix Cp:
$$ \begin{bmatrix} 0 & 1 & 0 &\cdots & 0\\ 0 & 0 & 1 &\cdots & 0 \\ \vdots&\vdots &\vdots&\ddots&\vdots\\ 0 & 0 & 0 &\cdots &1 \\ -\alpha_0 &-\alpha_1 &-\alpha_2 &\cdots&-\alpha_{n-1} \end{bmatrix} $$
equals $ Span\{v_{\lambda} \} $ where $v_{\lambda}$ is an eigenvector of the companionmatrix w.r.t. the eigenvalue $\lambda$: $$ v_{\lambda} = \begin{bmatrix} 1 \\ \lambda\\ \lambda^{2} \\ . \\ .\\ \lambda^{n-1} \end{bmatrix} $$