Question
$S_1: \,\,\forall x \,\exists y \, \forall z\,(x+y=z)$
$S_2: \,\, \exists x \, \forall y \, \exists z\,(x+y=z)$
where $x,y, \text{and} \,\,z $ are real numbers. Which of the following statements are true?
My Approach
I think both $S_1$ and $S_2$ are true. Because $S_1$ says for all $x$,there exists a $y$ whose sum will be $z$, a real number as sum of two real numbers are real.hence $S_1$ holds
same reasoning can be given for $S_2$ .but the answer says $S_2$ only.I know i am making some mistake ,don't know where.please help
$S_1$ is false. Its negation is $$\exists x\forall y\exists z\ x+y\ne z$$ and this is trivially true: take $x=0$, then for any $y$ take $z=y+1$.
$S_2$ is true, since given $x=0$ and some $y$ we can take $z=y$ to make the statement true.