-1

constract a sequence of functions on [o,1] each of which is discontinous at every point on [0,1] and which converges uniformly to a function that is continous at every point

Tasneem
  • 129

2 Answers2

0

$$ f_n(x)=\begin{cases} 0 & \text{if } x \text{ is rational,} \\ \frac{1}{n} & \text{if } x \text{ is irrational.} \end{cases} $$

Pawel
  • 4,871
0

$$f_n(x) =\begin{cases} \frac1n, & x \notin \mathbb{Q} \\0, & x \in \mathbb{Q} \end{cases}.$$ This sequence of function converges uniformly to the function $f(x) =0$ for all $x$.

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
user439545
  • 1,703
  • 10
  • 12