Proposition: Assume $E$ has finite measure. Let the sequence of functions $\{f_n\}$ be uniformly integrable over $E$. If $\{f_n\} \rightarrow f$ pointwise a.e. on $E$, then $f$ is integrable over $E$.
Proof:
Let $\delta_0 > 0$ respond to the $\epsilon=1$ challenge in the uniform integrability criteria for the sequence $\{f_n\}$.
Since $m(E)< \infty$, we may express $E$ as the disjoint union of a finite collection of measurable subsets $\{E_k\}^N_{k=1}$ such that $m(E_k)<\delta_0$ for $1\leq k \leq N$. For any $n$, by the monotonicity and additivity over domains property of the integral, $$\int_E |f_n| = \sum^N_{k=1} \int_{E_k} |f_n| < N.$$ We infer from Fatou's Lemma that $$\int_E |f| \leq \text{lim inf} \int_E |f_n| \leq N.$$ Thus $|f|$ is integrable over $E$.
My Question:
I don't understand why they have to break $E$ into disjoint subsets in order to use Fatou's Lemma. We know that $E$ is finite anyways, so why can't we just directly apply the lemma?
Thanks in advance.