I need help solving the following exercise:
Let $K$ be a field, $a_0, a_1, ..., a_{n-1} \in K$ and $$A= \begin{pmatrix}0 & 0 & \cdots & 0 & -a_0 \\ 1 & 0 & \cdots & 0 & -a_1 \\ 0 & 1 & \cdots & 0 & -a_2 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & \cdots & 1 & -a_{n-1} \end{pmatrix}$$ Show that the minimal polynomial is given by $F(x) = x^n + \sum_{i=0}^{n-1}a_i x^i$.
I proved by induction that the characteristic polynomial of $A$ is $(-1)^nF(x)$. However, I don't know how to proceed showing that that $F$ is indeed the minimal polyonomial, i.e. the smallest polynomial satisfying $F(A) = 0$. Any help appreciated.