Let $Y$ be a subset of $[0,1]^{[0,1]}$ of integrable functions. $I: Y \rightarrow \mathbb{R}$, $f \mapsto \int_{0}^{1}f$. We use the product topology on $[0,1]^{[0,1]}$, that is, we consider $f$ as $\prod_{x \in [0,1]}{f(x)}$ and the euclidean metric topology on $\mathbb{R}$. How do we prove that $I$ is not continuous?
Now for all $f_n$ in $Y$ with $f_n \rightarrow f$ we have $I(f_n) \rightarrow I(f)$ since $f_n$ converges to $f$ uniformly, but I know this doesn't necessarily mean that $I$ is continuous.
That said, since you've restricted to positive and bounded functions, convergence is immediate by the dominated convergence theorem.
– FShrike Apr 23 '23 at 11:55