Let $A$ be a block upper triangular matrix:
$$A = \begin{pmatrix} A_{1,1}&A_{1,2}\\ 0&A_{2,2} \end{pmatrix}$$
where $A_{1,1} ∈ C^{p \times p}$, $A_{2,2} ∈ C^{(n-p) \times (n-p)}$. Show that the eigenvalues of $A$ are the combined eigenvalues of $A_{1,1}$ and $A_{2,2}$
I've been pretty much stuck looking at this for a good hour and a half, so any help would be much appreciated. Thanks.
Let $A$ be the original matrix of size $n \times n$. One way out is to use the identity. (Result from Schur Complement) https://en.wikipedia.org/wiki/Schur_complement
$\det \left( \begin{matrix} B_{1,1}&B_{1,2}\\ B_{2,1 }&B_{2,2} \end{matrix} \right) = \det(B_{1,1}) \times \det(B_{22} - B_{21}B_{11}^{-1}B_{12})$.
We know that $\lambda$ is a number such that $Ax = \lambda x$. From which we get $\det(A-\lambda I_n) = 0$.
In your case, the matrix $A_{21}$ is a zero matrix and hence, we get $\det(A-\lambda I_n) = \det \left( \left( \begin{matrix} A_{1,1}&A_{1,2}\\ 0&A_{2,2} \end{matrix}\right) - \lambda I_n \right) = \det \left( \begin{matrix} A_{1,1} - \lambda I_{k}&A_{1,2}\\ 0&A_{2,2} - \lambda I_{n-k} \end{matrix}\right)$
Hence $\det(A-\lambda I_n) = \det(A_{1,1} - \lambda I_{k}) \times \det(A_{22} - \lambda I_{n-k})$.
So we get that if $\lambda$ is an eigen value of $A_{11}$ or $A_{22}$, then either $\det(A_{11}-\lambda I_k) = 0$ or $\det(A_{22}-\lambda I_{n-k}) = 0$ and hence $\det(A-\lambda I_n) = 0$ and hence $\lambda$ is an eigenvalue of $A$.
Similarly, if $\lambda$ is an eigenvalue of $A$, then $\det(A-\lambda I_n) = 0$, then either $\det(A_{11}-\lambda I_k) = 0$ or $\det(A_{22}-\lambda I_{n-k}) = 0$ and hence $\lambda$ is an eigen value of $A_{11}$ or $A_{22}$.
Edit
There is actually a small error in the above argument.
You might wonder that if $\lambda$ is an eigenvalue of $A_{11}$, then $A_{11} - \lambda I_k$ is not invertible and hence the identity $\det \left( \begin{matrix} B_{1,1}&B_{1,2}\\ B_{2,1 }&B_{2,2} \end{matrix} \right) = \det(B_{1,1}) \times \det(B_{22} - B_{21}B_{11}^{-1}B_{12})$ is false since $B_{11}$ is not invertible.
However, there is an another identity $\det \left( \begin{matrix} B_{1,1}&B_{1,2}\\ 0&B_{2,2} \end{matrix} \right) = \det(B_{1,1}) \times \det(B_{22})$ which is always true. (Prove both the identites as an exercise).
We can make use of this identity to get $\det(A-\lambda I_n) = \det(A_{1,1} - \lambda I_{k}) \times \det(A_{22} - \lambda I_{n-k})$.