Which are the correct equations? Due to my knowledge seems to be the 1st one is correct, but the others I can't figure out.
$$\begin{array} {lrcl} \text{(1).}~ & \forall x \in \mathbb R ~\forall y \in \mathbb R &:& y=2x+1 \iff x= \frac{y-1}{2} \\ \text{(2).}~ & \forall x \in \mathbb R ~\forall y \in \mathbb R &:& y^2-y+x^2-x=0 \iff (x=y \land x=0) \\ \text{(3).}~ & \forall x \in \mathbb R ~\forall y \in \mathbb R &:& (x=y \land x=0) \implies y^2-y+x^2-x=0 \\ \end{array}$$
Can anyone help me to solve this question? Thanks P.S.-(Sorry to say that above question is wrong due to my mistake.I re-edited the question.plz help!)
Instead of pointing out "correct equations", I will talk about "true formulas" among the three assuming that they are First Order formulas.
In this case we have, $$\boxed{\forall x\in\mathbb{R}\forall y\in\mathbb{R}\left(y=2x+1\iff x=\dfrac{(y-1)}{2}\right)}$$What does this formula actually mean? It means the following,
Do you think that it is right?
In this case we have, $$\boxed{\forall x\in\mathbb{R}\forall y\in\mathbb{R}\left(y^2−y+x^2−x=0⟺(x=y∧x=0)\right)}$$but observe that if you take $y=1=x$ then although $y^2−y+x^2−x=0$ still $x=y\land x=0$ is not true because $x\ne 0$. Hence this formula is false.
But observe that, $$\boxed{\forall x\in\mathbb{R}\forall y\in\mathbb{R}\left((x=y∧x=0)\implies y^2−y+x^2−x=0\right)}$$is true because the formula $(x=y\land x=0)\implies (y=0\land x=0)$. So if you substitute this value of $x$ and $y$ in the equation, you get $y^2-y+x^2-x=0$. Hence this formula is true to.