I have the following problem. I have a
cases
environment, which works just fine, but I cannot number its lines.
Code: Select all
\[
Q_{[i]}=
\begin{cases}
1; & \text{falls } p^{*}_{[i]}-p'_{[i]}>0 \\
0; & \text{falls } p^{*}_{[i]}-p'_{[i]}=0
\end{cases}
\]
Thank you a lot!