I have a multi-line equation as follows:
\begin{enumerate}
\item
\begin{enumerate}
\item
\begin{align*}
A \cap (B \cup C)
& = x \in A \cap (B \cup C) \\
& = x \in A \wedge x \in (B \lor C)\\
& = x \in (A \wedge B) \lor x \in (A \wedge C) \\
& = x \in (A \cap B) \cup x \in (A \cap C) \\
& = (A \cap B) \cup (A \cap C)
\end{align*}
\end{enumerate}
\end{enumerate}
But I can't get the first line to level up with the question number (please see image below). How can I achieve that?


\cupinstead of\cup x \in? The second and third line looks strange, too. – CampanIgnis Mar 28 '17 at 17:01