If anyone cheats, everyone suffers.
$S1:\forall x(cheat(x) \rightarrow \forall y\, suffer(y))$
$S2:\forall x \forall y(cheat(x) \rightarrow suffer(y))$
I thought Both S1 and S2 are wrong because they imply that if everyone cheats then everyone suffers, but the original sentence will be true even if one person from the domain of person cheats.
Please let me know what I am missing.
I need to know why I failed to recognize these two statements.
You aren't applying the "forall condition to the right clause".
Consider the Four sentences. 1)"For everyone, it is true if they cheat then everyone will suffer" and 2)"If everyone cheats, everyone will suffer" 3) "If there exists someone who cheats, then everyone suffers" and 4) "There exists someone who if he cheats everyone will suffer".
What's the difference between the sentences? For 1) and 4) the quantifiers "for everyone" and "there is someone" refer to the entire sentence "if he cheats then everyone suffers". For 2) and 3) the quantifiers only only refer to the conditional clause and if it is true for that person of for everyone, then the result.
So
1) $\color{blue}{\forall x(}\color{orange}{cheats(x)\to \forall y(suffer(y))}\color{blue}{)}$
means "for everyone, if he cheats everyone suffers" = "Hey, margaret! If you cheat we all suffer. Tom, if you cheat, we all suffer. Everybody! If any of you cheat we all suffer" = "if anyone cheats then everyone suffers".
This one you want.
2)$\color{blue}{(\forall x(cheats(x))}\color{orange}{\to \forall y(suffer(y)))}$
That means "If everybody, every single person cheats, then we all suffer" = "if everybody cheats, then everyone suffers".
This one you don't
3)$\color{blue}{(\exists x(cheats(x))}\color{orange}{\to \forall y(suffer(y)))}$
This means "if there is someone who cheats, then everyone suffers" or "if someone cheats, then everyone suffer" or "if anyone cheats, then everyone suffers".
You want this one too.
4)$\color{blue}{\exists x(}\color{orange}{cheats(x)\to \forall y(suffer(y))}\color{blue}{)}$
This means "there exists someone who if he cheats, then everyone cheats". Or "You see that person over there? If that person cheats the everyone suffers but if someone else cheats nothing will happen.
We don't want that one either.
We can isolate the qualifiers for the $y$ as well.
S2) $\color{blue}{\forall x}\color{orange}{\forall y}\color{green}{(cheat(\color{blue}x )\to suffer(\color{orange}y))}$
means "for every person x and for every person y, if $x$ cheats, however they are, then $y$ suffers whoever they are."= "if anyone cheats, then everyone suffers".
This one is one you want too.