While there is a proof given in the book by Richard Bass and I am able to understand it, because I am not able to see why the following is wrong means I am still lacking in understanding:
Given: $\{f_n\}_n$ is an increasing sequence and $lim_{n \to \infty } f_n(x) = f(x), \forall x.$
To Prove: $\int {f_n} d\mu \to \int {f} d\mu $
Attempt: $ |\int (f_n - f)|=|\int f_n - \int f| \leq \int |f_n - f|$, since $ lim_{n \to \infty} f_n(x) = f(x),$
$|f_n - f| \leq \epsilon,$ as $ n \to \infty $. And so, $|\int f_n - \int f| d\mu \leq \epsilon \int d\mu.$
Can someone please give me a hint where I am doing it wrong?