0

Let $f:[a,b] \to \mathbb{R}$ be a non-constant continuous function. Show that $f ([a,b])$ is uncountable.

szw1710
  • 8,102

3 Answers3

1

One elegant approach is to use topological fact, that continuous image of connected set is connected. Connected subsets of $\mathbb{R}$ are precisely intervals and singletons. Since $f$ is not constant, $f([a,b])$ is nondegenerated interval, and thus uncountable.

More elementary approach is to use intermediate value theorem as mentioned by others. By assumption there exists $x_1,x_2\in [a, b]$ such that $f(x_1)<f(x_2)$. By intermediate value theorem if $y\in (f(x_1),f(x_2))$ then there exist $x\in(x_1,x_2)\cup(x_2,x_1)$ such that $f(x)=y$. Note, that $y$ was arbitrary, and $(x_1,x_2)\cup(x_2,x_1)\subset[a,b]$, so $[f(x_1),f(x_2)]\subset f([a,b])$. Therefore $f([a,b])$ is uncountable.

Przemek
  • 855
0

Hint: use Darboux Property. If a continuous function attains two values $y_1,y_2$, then ... ?

szw1710
  • 8,102
  • Darboux? It is about derivatives. – egreg Apr 25 '17 at 17:25
  • Explain it pls. How will it be applicable – gobinda chandra Apr 25 '17 at 17:28
  • @egreg Are you sure? Maybe. I had in mind Intermediate Value Theorem. In Poland it is sometimes called Darboux Property. So, both continuous functions and derivatives do admit Darbous property. Please look at this: https://www.encyclopediaofmath.org/index.php/Darboux_property – szw1710 Apr 25 '17 at 17:37
0

Hmm.. I seem to have the following argument. Suppose it is not uncountable. Let us denote $$ f([0,1]) \triangleq \{x_n:n \in \mathbb{N}\}. $$ Now, using the continuity of $f(\cdot)$, note that each of $A_n\triangleq f^{-1}(\{x_n\})$ is closed. But then, $$ [0,1] = \bigcup_{n=1}^{\infty}f^{-1}(\{x_n\}) = \bigcup_{n=1}^{\infty}A_n $$ would hold. After this point, note that $A_n$'s are all disjoint. So it boils down arguing whether $[0,1]$ can be written as a countable union of disjoint closed sets.

Apparently, the answer is no, and given in this link : Is [0,1] a countable disjoint union of closed sets?.

TBTD
  • 3,516