I am trying to solve this exercise from Billingsley's Probability and Measure
Exercise 3.12 Deduce the $\pi-\lambda$ theorem from the monotone class theorem by showing directly that, if a $\lambda$-system $\mathscr{L}$ contains a $\pi$-system $\mathscr{P}$, then $\mathscr{L}$ also contains the field generated by $\mathscr{P}$.
Here is what I have come up with:
The monotone class theorem applies to an (algebra/field). Therefore, we need some field to apply it to and not just a $\pi$-system. The natural choice would be the field (not $\sigma$-field) generated by $\mathscr{P}$. We also need some monotone class. We claim that $\mathscr{L}$ is a monotone class. Using the alternate axiom $(\lambda'_2)$ which says that $A,B \in \mathscr{L}$ and $A\subset B$ imply $B\setminus A = \mathscr{L}$, we can easily show that $\mathscr{L}$ is closed under monotone unions and intersections. To see this, fix $A_1,A_2,\dots,\in \mathscr{L}$ where $A_n \uparrow A$. Then define the sets $B_1=A_1$ $B_2=A_2\setminus B_1$ , $B_3=A_3\setminus B_1 \cup B_2$ and so on which are elements of $\mathscr{L}$ by $(\lambda_2')$. Then $B_1\cup B_2 \cup \dots$ are all disjoint so by $(\lambda_3)$ which says that $A_1,A_2,\dots, \in \mathscr{L}$ and $A_n\cap A_m=\emptyset$ for $m\neq n$ imply $\bigcup_n \in \mathscr{L}$, we conclude that $\mathscr{L}$ is closed under increasing unions. The proof for decreasing unions is similar. Now to use the monotone class theorem, we finally need to show that the field generated by $\mathscr{P}$ is a subset of $\mathscr{L}$. This holds by minimality of the field generated by $\mathscr{P}$ because $\mathscr{L}$ is a field. To see this, it is closed under complements as it is a $\lambda$-system, it contains $\Omega$ as it is a $\lambda$-system, but I am not sure how to show $A\cup B\in \mathscr{L}$. What can I do from here to show this fact? Is it even true?