Consider the following example:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
1+2=3
\implies
\left\{
\begin{aligned}
&a+b=c, \\
&x=y+z.
\end{aligned}
\right.
\]
\end{document}

Is there a way to set up two equation tags, one per line in the aligned environment?

