We know the roots of equality $\det(s I_n - A) = 0$, such that variable $s \in \mathbb{C}$ are eigenvalues of matrix $A$. Do we know anything about equality $\det{(s^2I_n + A_1 s + A_0)} = 0$.
I try to understand the eigenvalues of matrix $S = \begin{bmatrix} A & B \\ G & H \end{bmatrix}_{(n+m)\times(n+m)}$ with Schur identity, below:
$$\det{(sI_{n+m}-S)} = \det{(sI_m-H)} \det{(sI_n-A - B \, (sI_m-H)^{-1}) G)}$$
On the case $G=F$ and $H = -I_m$, the determinant $\det{(S)}$ follows as below
$ \begin{align*} \det{(sI_m-I_m)} \det{(sI_n - A - B \, (s \, I_m - H)^{-1} \, G)} & = (s+1)^m \det{\left(sI_n-A - B \, \frac{I_m}{s+1} G\right)} \\ & = (s+1)^{m-n} \det{\left(s (s+1) I_n - A(s+1) - B \, G\right)} \\ & = (s+1)^{m-n} \det{\left(s^2 \, I_n + (I_n-A)s - A - B \, G\right)} \end{align*} $
It is kinda weird. My supervisor says the final result is awkward. xD
First of all, consider the expression
$$\det{(s^2I_n + A_1 s + A_0)} = 0.$$
One can observe that this is the characteristic polynomial of the matrix
$$ \begin{bmatrix}0 & I\\-A_0 & -A_1\end{bmatrix}, $$ which means that the eigenvalues of this matrix coincides with the roots of the characteristic polynomial above.
Otherwise, your calculations for the characteristic polynomial of $S$ is correct. I am not sure why your supervisor says that the result is "awkward" (which is meaningless in mathematics). I would suggest you to ask your supervisor why they think this result is awkward to get more insights.