I'm trying to show that $\mu_1 = \mu_2 = 0$ in the below system:
$$\begin{cases} x \mu_1 &= 0\\ y(\mu_1 + \mu_2) &= 0 \\ z \mu_2 &= 0 \\ x^2 + y^2 &= 1\\ y^2+z^2 &= 4 \end{cases}$$
$\textbf{My attempt:}$
If $\mu_1 \neq 0$ then $x=0$. It follows that $y^2 =1$ and $z^2 =3$. Hence $\mu_2=0$ and thus $y(\mu_1 + \mu_2) \neq 0$, which is impossible. If $\mu_2 \neq 0$ then $z=0$. It follows that $y^2 =4 >1$, which is impossible. As such, $\mu_1= \mu_2 =0$ and thus LICQ is satisfied.
This argument can be written alternatively as
$\mu_1 \neq 0 \implies x=0 \implies y^2=1 \implies z^2 = 3$ $\implies \mu_2=0 \implies y(\mu_1 + \mu_2) \neq 0$, which is impossible. Similarly, $\mu_2 \neq 0 \implies z=0 \implies y^2 = 4>1$, which is impossible.
To me, both of them are not ease for reading because the first one uses too many sentences and the second one is terse.
Could you please help me to write this argument more friendly to read? Thank you so much!