[Math] Typo: in the definition of inverse image $E$ should be replaced by $H$

functions

I'm reading Bartle and Sherbert: Introduction to Real Analysis.

The author introduces the definitions of direct and inverse images:

Let $f:A\rightarrow B$ be a function with domain $D(f)=A$ and range
$R(f) \subseteq B$.

1.1.7 Definition If $E$ is a subset of $A$, then the direct image of $E$ under $f$ is the subset $f(E)$ of $B$ given by:

$$f(E):=\{f(x):x\in E\}$$

If $H$ is a subset of $B$, then the inverse image of $H$ under $f$
is the subset $f^{-1}(H)$ of $A$ given by:

$$f^{-1}(H):=\{x\in A:f(x)\in H\}$$

I also tried to understand using wikipedia but I had little success. The only pattern I could find similar to the one provided by wikipedia:

For example, for the function $f(x) = x^2$, the inverse image of $\{4\}$ would be $\{-2,2\}$.

Then I guess that the inverse image consists of all $x$'s that could result in the $x^2$, in this case. If the function was $f(x)=x$, the inverse image of $\{2\}$ would be $\{2\}$, right?

Best Answer

Inverse image preserves unions, intersections and complements. In topology and analysis we often work with families of subsets of the space, "open sets" or "Borel sets", and so on. These families are often closed under unions, or intersections - or some variation thereof.

Using the fact that inverse images preserves set operations means that we can use it to characterize "good" functions. Continuous functions are those that the preimage of an open set is open; Borel functions are those that the preimage of a Borel set is Borel; and so on.

For this reason we are usually more interested in the inverse image than in the direct image; however that too has its uses (but often coupled with some condition associated with inverse images). For example a bijection which is both open and continuous is in fact a homeomorphism.

Related Question