Constructing a sequence of function

83 Views Asked by At

Construct a sequence of functions on [0,1] each of which is discontinuous at every point on [0,1] and which converges uniformly to a function that is continuous at every point?

1

There are 1 best solutions below

1
On BEST ANSWER

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