The following two are definitions of continuity of a function:
1) The function is continuous at every point $c$ in the domain. The function is continuous at a point $c$ if for any given $\epsilon > 0$, we can find a $\delta$ such that $\forall x \in (c-\delta, c+\delta)$ $ |f(x) - f(c)| < \delta$.
2) Inverse image of every open set is open.
Now, I have gone through the proof that these two are equivalent from the Rudin's book, but, how to understand this equivalence word by word intuitively. Which words in $(1)$ correspond to which word in $(2)$.