I am searching for a counter example to the fact that bounded convergence theorem holds if we drop the assumption that sequence is uniformly bounded.
Theorem (Bounded Convergence Theorem) Let $\{f_n\}$ be a sequence of measurable functions on a set of finite measure $E$. Suppose $\{f_n\}$ is uniformly bounded on $E$, that is , there is a number $M\geq 0$ for which $|f_n| \leq M$ for all $n$. If $\{f_n\} \to f$ pointwise on $E$, then $\lim\limits_{n \to \infty} \int_E f_n = \int_E f.$
Take $E = [0,2]$. Consider this sequence of "triangle functions":
$$ f_n(x) = \begin{cases} n^2x & 0 \leq x < \frac 1 n \\ n(2 - nx) & \frac 1 n \leq x < \frac 2 n \\ 0 & \frac 2 n \leq x \leq 2.\end{cases}$$
Is this sequence uniformly bounded or not?
What is the value of $\int_E f_n$ for each $n \in \mathbb N$?
What does $f_n$ converge to pointwise? And what is the integral of this pointwise limit?