MHB Is a Uniformly Convergent Sequence of Bounded Functions Also Bounded?

  • Thread starter Thread starter Euge
  • Start date Start date
Click For Summary
A sequence of bounded functions that converges uniformly to a function will also result in the limit function being bounded. The problem presented involves proving that if each function in the sequence is bounded and converges uniformly, the limit function inherits this boundedness. Janssens provided a correct solution to the problem, confirming the assertion. This discussion emphasizes the relationship between uniform convergence and boundedness in metric spaces. The conclusion is that uniform convergence of bounded functions guarantees the boundedness of the limit function.
Euge
Gold Member
MHB
POTW Director
Messages
2,072
Reaction score
245
Here is this week's POTW:

-----
Consider a sequence $f_n : M\to M'$ between two metric spaces $M$ and $M'$, where $n = 1,2,3,\ldots$. Prove that if each $f_n$ is bounded and $f_n$ converges uniformly to $f$, then $f$ is bounded.
-----

Remember to read the https://mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to https://mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
This week's problem was solved correctly by Janssens. You can read his solution below.
By one common definition, a subset $A$ of a metric space $(X, \rho)$ is bounded if there exist $x \in X$ and $r > 0$ such that $A \subseteq B(x,r)$, where the latter set denotes the open $\rho$-ball at $x$ with radius $r$. By the triangle inequality it is immediate that $A \subseteq X$ is bounded iff for each $x \in X$ there exists $r > 0$ such that $A \subseteq B(x,r)$.

Now, let $d'$ be the metric on $M'$ and fix a point $y \in M'$. Since each $f_n$ is bounded, for every $n \in \mathbb{N}$ there exists $r_n > 0$ such that $f_n(M) \subseteq B(y, r_n)$. So, by the triangle inequality,
\begin{align*}
d'(f(x), y) &\le d'(f(x), f_n(x)) + d'(f_n(x), y)\\
&< d'(f(x), f_n(x)) + r_n,
\end{align*}
for all $x \in M$ and all $n \in \mathbb{N}$. By the given uniform convergence, there exists $m \in \mathbb{N}$ such that $d'(f(x), f_m(x)) < 1$ for all $x \in M$. This implies that $d'(f(x),y) < 1 + r_m$, so $f(M) \subseteq B(y, 1 + r_m)$, showing that $f$ is bounded.