Let $A \in \mathbb{R}^{n \times n}$ be a real $n \times n$ matrix such that $$\left\lVert I - A \right\rVert < 1$$ where $I$ is the identity matrix and $\left\lVert A \right\rVert = \sup_{x \in \mathbb{R}^n \\x \neq 0} \frac{\left\lVert Ax \right\rVert}{\left\lVert x \right\rVert}$. I need to show that $A$ is invertible.
I'm not sure how to proceed here. I was thinking that since $\left\lVert I - A \right\rVert < 1$, I could use the fact that $A$ is a Lipschitz continuous function with Lipschitz constant $\left\lVert A \right\rVert_{\text{Lip}} < 1$, i.e., $A$ is a contraction. Since $A$ is a contraction and $\mathbb{R}^{n \times n}$ is complete, then by the Banach Fixed Point Theorem, $A$ has a fixed point. But I'm not sure how this would show that $A$ is invertible or if this is the right track.