$\{f_n(x)\}_{n\geq1}$ and $\{g_n(x)\}_{n\geq1}$ are both Lebesgue integrable functions and $|f_n(x)|\leq g_n(x)$ , if $f_n(x)$ convergence to $f(x)$ a.e. in $E$, $g_n(x)$ convergence to $g(x)$ a.e. in $E$ , and if $\lim\limits_{n\to \infty}\int_E g_n(x)dx=\int_E g(x)dx$ I need to prove $\lim\limits_{n \to \infty}\int_E f_n(x)dx=\int_E f(x)dx$
Why can't I use dominated convergence theorem like this. $|f(x)|\leq g(x)$ and $g(x)$ is integrable ,so $\lim\limits_{n\to \infty}\int_E f_n(x)dx=\int_E f(x)dx$
Your question has been answered in the comment but I suppose you want a valid proof of the original question. You need the additinal hypothesis that $\int g <\infty $. First note that if the result holds when $f_n \geq 0$ for all $n$ the we can apply the result for $f_n^{+}$ and $f_n^{-}$ to complete the proof. So let us assume that $f_n \geq 0$. Now $\int f(x) dx \leq \liminf \int f_n(x) dx$ by Fatou's Lemma. Now, $g_n-f_n \geq 0$ so $\int (g-f) \leq \liminf \int (g_n-f_n)=\int g - \limsup \int f_n$. This gives $\limsup \int f_n \leq \int f$. Combined with $\int f(x) dx \leq \liminf \int f_n(x) dx$ this completes the proof.