Find the normal form of the matrix $A$: $$\begin{bmatrix}2 & 0 & 0 & 0\\1 & 2 & 0 & 0\\0 & 0 & 1 & 1\\0 & 0 & 0 & 1\end{bmatrix}$$
It looks like A's jordan decomposition should be:
$$\begin{bmatrix}2 & 1 & 0 & 0\\0 & 2 & 0 & 0\\0 & 0 & 1 & 1\\0 & 0 & 0 & 1\end{bmatrix}$$
And from here it's easy to find the change of basis matrix that Jordanizes' $A$.
My question is this: What do I add to make this proof formal and acceptable?
Thanks for your time.
A quick argument would be something along these lines.
You have a block matrix $$C=\begin{pmatrix}A & 0 \\ 0 & B\end{pmatrix}$$ So the Jordan form of $C$ is just the direct sum of the Jordan forms of $A$ and $B$. Since $B$ is already in Jordan form, we only have to worry about $A$.
Now $A$ is the transpose of a Jordan block, and a matrix is similar to its transpose. Therefore you can conclude that the Jordan form of $A$ is the same as the Jordan form of $A^\mathrm{T}$, which is just $A^\mathrm{T}$ itself.