As the title states, I'm wondering why:
If $A$ is a bounded subset of $\mathbb{R}$ and $f:A\to \mathbb{R}$ is uniformly continuous on $A$, then $f$ must be bounded on $A$.
Proof:
Since it is uniformly continuous, the function is a Lipschitz function.
$|f(x)-f(y)| \leq L|x-y|$.
Since $A$ is bounded, $|x-y|$ does not get arbitrarily big and that too is bounded by a constant. Let $|x-y| \leq M$.
Then we have a Lipschitz condition where
$|f(x)-f(y)| \leq LM$.
The function is then bounded by the product of two constants, $LM$, which means that it is bounded. Can someone check this?