Specify the sequence of continuous function $f_{n} :\mathbb R \to \mathbb R, n\in \mathbb N$ that converges pointwise to not continuous function $f :\mathbb R \to \mathbb R$.
2026-04-02 04:47:51.1775105271
Sequence of continuous function that converges pointwise
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
One example:
$$f_n(x) = \begin{cases} 0 & \text{if } x \leq 0\\ nx & \text{if } 0<x<\frac{1}{n}\\ 1 & \text{if } x \geq \frac{1}{n} \end{cases} $$
Then $f_n \to f = \chi_{(0, \infty)}$ pointwise, because for any $x\in\mathbb{R}$, there exists an $N$ such that $|f_n(x) - f(x)| = 0$ for all $n \geq N$ (draw a graph if you are not sure).
In fact, you can draw a lot of similar sequences of functions. Please write your own solution and argument in your homework.