0

Prove that a continuous function from $B(0,1) \subset \mathbb R^2$ to $\mathbb R$ can not be one-to-one where $B(x,\epsilon)=\{y \in \mathbb R^2: d(x,y)<\epsilon\}$

I want to prove use the fact that connected sets are mapped to connected sets. However, I am unsure of how to apply that because both of these sets are connected.

AndroidFish
  • 1,133

1 Answers1

2

Suppose there were such a mapping $f.$ For each $y\in (0,1),$ consider $E_y = \{(x,y): 0< x < \sqrt {1-y^2}\}.$ Each $E_y$ is connected and none of them is a single point. Because $f$ is continuous and injective, each $f(E_y)$ is connected and not a single point. Hence each $f(E_y)$ is an interval of positive length. The collection $\{f(E_y): y \in (0,1)\}$ is thus an uncountable pairwise disjoint collection of intervals of positive length. That is a contradiction, because each $f(E_y)$ contains a rational, and there are only countably many of these.

zhw.
  • 105,693