Trouble reading this proof of characterization of continuous mappings by open sets.

152 Views Asked by At

Here's the first part of the proof—the part I have a question about.


enter image description here


Simply put, I don't see anything here precluding $x_0$ from being on the boundary of $S_0$. And if that's the case then $N_0 \not\subset S_0$. Here's a picture of what's in my brain:

enter image description here

I'm sure that it's somehow implied $x_0$ can't be on the boundary but I'm not seeing it for some reason. Can someone please expand on the proof? Thank you.


Note: this is from Kreyszig's Introductory Functional Analysis with Applications.

3

There are 3 best solutions below

0
On BEST ANSWER

The key part you are missing here is in the line

Since $T$ is continuous, $x_0$ has a $\delta$-neighborhood $N_0$ which is mapped into $\pmb N$.

Since $N$ is a subset of $S$, any subset of $\pmb X$ that is mapped into $\pmb N$ is a subset of $\pmb {S_0}$, since $S_0 = f^{-1}(S)$ is by definition the collection of points that get mapped into $S$. This is what forces the $\delta$-neighborhood to "not be on the boundary," since it must be wholly contained in $S_0$, by the definition of inverse image.

3
On

The $x_0$ drawn by you in the question is NOT an interior point (but a limit point). If you recall the definition of an open set (from a metric space perspective), it needs all points of the set to be interior points.

One additional note: this theorem helps to generalize the definition of continuous mapping from metric spaces into more generic topological spaces, where you no longer have concept of distance yet still have open sets.

UPDATE: so the question is actually about the other direction of the theorem.

Now let's pick any point in $X$, calling it $x_0$, $f(x_0) \in Y$. Let's say $f$ is continuous at point $x_0$, then $\forall \epsilon >0$, there exists $\delta_{\epsilon} > 0$, s.t. $\forall x \in A=\{x: |x - x_0| < \delta_{\epsilon} \}$, we have $B = f(A) \subset \{y: |y-y_0| < \epsilon\} \subset Y$.

Now you concern is: Why the point cannot be like what you drew (let's call it $x'$)?. Well, then for that $x'$ you drew, we cannot find a $\delta >0$ such that the above condition for continuity satisfies, and thus, $f$ is NOT continuous at the point $x'$ that you drew.

0
On

I found this answer to be satisfying. The key part for me was that for any $x$ in the open $\delta$-ball around $x_0$ we have $Tx$ in the open $\epsilon$-ball around $Tx_0$, thus guaranteeing that all such $\delta$-balls are mapped into $S \subset Y$. Therefore every $x$ in such a $\delta$-ball must be in the inverse image of $S$. Furthermore, each of these $x$ are in an open set because each $\delta$-ball is open. Since $Tx_0$ was arbitrary, the result follows.