So I have this problem, whereupon I would like to do some 'mini-alignment'. I have googled for ways to do this, but I get results based on aligning whole equations. Here is my current output:

What I would like to do, is:
- Bring the "11" a little to the left.
- Push the second and third lines a little to the right.
It is those small things that I am not really privy as to how to change. But they make all the difference in the aesthetics.
The code I used was this:
\begin{eqnarray}
\lefteqn{\mathbf{S}[k,m] \bigl\rvert_{k \neq k_s} = \overbrace{\bigg[v_R^2[k,m] + v_I^2[k,m] \bigg]} ^{\gamma} + } \\
&\begin{rcases}
& \delta[k - k_q]\bigg[ q_R^2[k,m] + q_I^2[k,m] \bigg] + \nonumber \\
& \delta[k - k_q]\bigg[ 2q_R[k,m]v_R[k,m] + 2q_I[k,m]v_I[k,m]\bigg]
\end{rcases}\footnotesize{g}
\end{eqnarray}


splitenvironment or theempheqenvironment. – MLC May 20 '14 at 21:59