How can I show that the map $f: GL_n(\mathbb R)\to GL_n(\mathbb R)$ defined by $f(A)=A^{-1}$ is continuous?
The space $GL_n(\mathbb R)$ is given the operator norm and so I want to show for all $\epsilon$ there exists $\delta$ such that $\|A-B\|<\delta \implies \|A^{-1}-B^{-1}\|<\epsilon$.
One has a formula for the inverse, namely: $$A^{-1}=\frac{1}{\det(A)}\operatorname{adj}(A),$$ where $\operatorname{adj}(A)$ is the adjugate of $A$. Whence, $A^{-1}$ is a rational fraction in the coefficients of $A$.
Another approach could be the following, though it is not exactly rigorous as it assumes that if $(A_k)_k$ converges, then the sequence $({A_k}^{-1})_k$ converges too.
Let $A$ be invertible and let $(A_k)_k$ be a sequence of invertible matrices converging toward $A$, then one has: $${A_k}{A_k}^{-1}=I_n,$$ therefore, by bilinearity of the matrix product and hence its continuity, one has: $$A\lim_{k\to+\infty}{A_k}^{-1}=I_n,$$ so that by unicity of the inverse, one has $\lim\limits_{k\to+\infty}{A_k}^{-1}=A^{-1}$, which is the desired result.