I would like to label some cases with specific tags, and was hoping for something like
\begin{numcases}{A = }
\frac{r}{a} & r > a \tag{G} \\
\frac{a}{r} & r < a \tag{H}
\end{numcases}
utilizing the numcasesenvironment from the cases package, and \tag from amsmath. However, the two don't seem to be compatible:
! Package amsmath Error: \tag not allowed here.
Is there any alternatives that would do what I hope to accomplish?