Suppose $X$ is a $p$-dimensional vector following $N_p(\mu,\Sigma)$ distribution, where $\mu$ is $p$-dimensional and $\Sigma$ is $p\times p$. Let $X=\left(\begin{array}{ccc}X_1\\X_2\end{array} \right)$ and $\Sigma=\left( \begin{array}{ccc} \Sigma_{11} & \Sigma_{12} \\ \Sigma_{21}&\Sigma_{22} \end{array} \right)$ where $X_1$ is $p_1\times1$ and $X_2$ is $p_2\times1$ with $p_1+p_2=p$. Also we have by usual notations $\Sigma_{12}=\text{Cov}(X_1,X_2)=\Sigma_{21}^T$. Show that $$Q:=X^T\Sigma^{-1}X-X_1^T\Sigma_{11}^{-1}X_1$$follows $\chi^2(p_2)$.
I tried to proceed making the changes $Y=\Sigma^{-1/2}X$ and $Z=\Sigma_{11}^{-1/2}X_1$ but am not really sure if it is in the right direction. Also, I tried to proceed by considering the transformation $X_2'=X_2-\Sigma_{21}\Sigma_{11}^{-1}X_1$ but things are getting too messy and I don't know how to proceed.
Please prove some hint(s) only and not a complete solution.