I have the following matrix of dimension $n\times n$:
$A = \begin{pmatrix} a_{1} & 1 & \\ & a_1 & 1 & \\ & & \ddots & 1\\ & && a_{1} \\ \end{pmatrix}$
Where $a_1 \in \mathbb{C}$. I need to show that $A$ is not diagonalizable. And here is what I have done:
$\textbf{det }(A-I\lambda) = (a_1-\lambda)^n$
Now, what this means is that there is only one eigenvalue for this matrix. This, being $\lambda = a_1$. Therefore, there is only one eigenspace associated, meaning that the matrix cannot be further decomposed. Since the matrix cannot be further decomposed, it cannot be diagonalized.
Is this enough to prove that $A$ is not diagonalizable?
Thanks for the help.
Knowing that a matrix $A$ is diagonalizable if and only if the minimal polynomial factors out completely with $m(\lambda) = 1$ where $m(\lambda)$ denote the algebraic multiplicity of an eigenvalue,
To conclude that $A$ is not diagonalizable we just have to note that the minimal polynomial $m_{A}(t)$ of $A$ is $m_{A}(t) = (1-t)^{n}$
(Same as the characteristic polynomial)