What is an intuitive picture of an open mapping?
The definition of an open mapping (a function which maps open sets to open sets) is simple sounding, but it's really not as easy to picture as the simple language would suggest. When I think of fields, for example, I immediately think of the rational numbers, the real numbers, the complex numbers, the integers modulo a prime, etc. When I think of continuous functions, I can picture common examples like polynomials, the absolute value function, etc., or nastier "artificial" examples like the Weierstrass function. What are the functions I should think of, nasty and nice, when I think of open mappings?
Open mapping: were it invertible, its inverse would be continuous! :-)
Take an open mapping $$ f: A \to B. $$ If $b \in B$ is in the image of $f$, then, if $b_{\lambda}$ approaches $b$, $a_{\lambda}$ such that $f(a_{\lambda}) = b_{\lambda}$ "approaches" $f^{-1}(b)$.
Technically, it works as follows...
If $f(A) \subsetneq B$, then lets just trim $B$ down and assume $f$ is surjective. That is, $B = f(A)$.
Now, consider the quotient space $A/\sim$, where $x \sim y$ iff $f(x) = f(y)$. Embed it with the quotient topology. We have the commutative diagram: $$ \require{AMScd} \begin{CD} A @>{f}>> B \\ @V{\pi}VV @| \\ A/\sim @>{\tilde{f}}>> B \end{CD} $$
What happens here is that $\tilde{f}^{-1}$ is continuous.
In fact, if a set $\tilde{X} \subset A/\sim$ is open, then, $X = \pi^{-1}(\tilde{X})$ is open. Notice that $\tilde{X} = \pi(X)$ and let $\tilde{g} = \tilde{f}^{-1}$. Now, $$ \tilde{g}^{-1}(\tilde{X}) = \tilde{f}(\tilde{X}) = \tilde{f}(\pi(X)) $$ is open, and therefore, $\tilde{g}$ is continuous.
So, being an open mapping is a very easy and intuitive condition to warrant that $\tilde{f}^{-1}$ is continuous. As @MatthewK. points out in his comments, it is not a necessary condition.
PS: If you can do a diagonal arrow, please edit. :-)
OBS: Edited to comply with the very pertinent comments of @MatthewK.