I would like the implies sign to be aligned for a group of equations, I am able to do this using the alignat environment
\begin{alignat*}{1}
&\implies\quad x^2 + 2yx + 14y + y^2 = 5\\
&\implies\quad r^2 + z^2 = 10\\
&\implies\quad r=5\\
\end{alignat*}
However, this results in all the equations being left-justified. I would like them to be centred while the implied sign remains aligned. Somewhat similar to doing
\begin{gather*}
\implies\quad x^2 + 2yx + 14y + y^2 = 5\\
\implies\quad r^2 + z^2 = 10\\
\implies\quad r=5\\
\end{gather*}
but with the implies sign as it was in the previously.
So, how do I align just 1 bit of a group of equations while everything else is centred?
Best Answer
As an alternative, here it is as a TABstack.
More conventionally, the
array
environment could be used