I want to write an equation with multiple cases, but that needs multiple aligned columns within each case. I also want a left brace (of my choosing) on the left. Something like this works:
\begin{equation}
F =
\left\{ \begin{aligned}
1.
& 2.
& \ &\text{First row} \\
3.
& 4.
& \ &\text{Second row}
\end{aligned} \right.
\end{equation}
However, only one number is assigned to the group (simply the equation environment). I'd like to tag each individual row (of the aligned environment). is there a way to do this?