I need to prove that the sequence $f_n(x) = (x/n)\log(x/n)$ converges uniformly to its limit function on the interval $(0,1)$ (log is the natural logarithm) . I tried to make an estimate but it didn't work.
2026-04-23 11:35:02.1776944102
Uniform Convergence of a sequence
75 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note that $\lim_{t \downarrow 0} t \log t = 0$.
Let $\epsilon>0$ and choose $\delta>0$ such that $|t \log t| < \epsilon$ for all $t \in (0,\delta)$. Now choose $N$ such that $\frac{1}{N} < \delta$. Then if $n \ge N$, we have $\frac{x}{n} \le \frac{1}{N} < \delta$, and so $|f_n(x)| < \epsilon$.