I have a linear algebra homework, but honestly I'vee been trying to solve this problem for some days without success:
Suppose T $\in$ $M_{5 \times 5}$ (K) is a triangulable matrix. Be $\beta = \{ \vec{v_1}, \vec{v_2}, \vec{v_3}, \vec{v_4}, \vec{v_5} \}$ a base of $K^5$ such that:
$$[T]_\beta = \begin{pmatrix} 4 & * & a & b & c \\ 0 & 4 & d & e & f \\ 0 & 0 & 5 & * & * \\ 0 & 0 & 0 & 5 & * \\ 0 & 0 & 0 & 0 & 5 \end{pmatrix}$$
And I must prove that exists a base $\beta'$ such that:
$$[T]_{\beta'} = \begin{pmatrix} 4 & * & 0 & 0 & 0 \\ 0 & 4 & 0 & 0 & 0 \\ 0 & 0 & 5 & * & * \\ 0 & 0 & 0 & 5 & * \\ 0 & 0 & 0 & 0 & 5 \end{pmatrix}$$
How can I prove it?
Thoughts: If a=b=c=d=e=f=0 means that there is nothing in the coordinates corresponding to the vectors related to 4, but I don't know how to prove that there is a basis with vectors that satisfy this.