Corollary 2.7 from Brezis, Functional Analysis is stated below.
Let $E$ and $F$ be two Banach spaces and let $T$ be a continuous linear operator from $E$ to $F$ that is bijective, i.e., injective and surjective. Then $T^{-1}$ is also continuous (from F into E).
Proof. Property (7) and the assumption that $T$ is injective imply that if $x \in E$ is chosen so that $||Tx|| < c$, then $||x|| < 1$. By homogeneity, we find that \begin{align*} ||x|| \leq \frac{1}{c} ||Tx|| \hspace{.5em} \forall x \in E \end{align*}
Property (7) was that if $E$ and $F$ are two Banach spaces and $T$ is a continuous linear operator from $E$ into $F$ that is surjective, then there exists some constant $c > 0$ such that $T(B_E(0,1)) \supset B_F(0,c)$.
I'm having trouble understanding the line: "By homogeneity, we find that ..."
So I tried assuming that there exists an $x \in E$ such that \begin{align*} ||x|| > \frac{1}{c} ||Tx|| \end{align*} Then we could write $c||x|| > ||Tx|| \Rightarrow c > \frac{||Tx||}{||x||}$. But since $||x|| < 1$, we then have $c > ||Tx||$. But this doesn't seem to contradict anything, and I'm not sure why homogeneity applies here.
Any suggestions would be helpful!