Let $A$ be orthogonal matrix such that $A=$\begin{bmatrix} A_{11} & A_{12}\\A_{21} & A_{22}\end{bmatrix}
Show that $A_{11}$ is invertible $\iff $ $A_{22}$ is invertible.
Note :$A_{11}$ is square matrix.
Attempt:
Suppose that $A_{11}$ is non-invertible then there exists $v_0\neq 0$ such that $A_{11}v=0$
Since $A$ is othogonal $\implies A_{11}A_{21}+A_{12}A_{22}=0;A_{11}A_{12}+A_{21}A_{22}=0;A_{11}^2+A_{12}^2=I$
For any $v\neq 0$ we have $(A_{11}^2+A_{12}^2)v=v\neq 0\implies A_{12}v_0\neq 0$
Similarly $A_{21}v_0\neq 0$
But I could not proceed further.Will you please give some hints.