How to translate the following natural-language statements to symbolic form:
- "If everybody complains, no one will get help"
- Is this correct? $\forall x C(x) \rightarrow \lnot (\forall y H(y))$, where $C(x)$ is "x is complaining" and $H(y)$ is "y gets help"
- "Everybody loves somebody sometime"
- "Everybody loves somebody" becomes $\forall x \exists y L(x,y)$, where $L(x,y)$ is "x loves y". But how to translate
sometime?
- "Everybody loves somebody" becomes $\forall x \exists y L(x,y)$, where $L(x,y)$ is "x loves y". But how to translate
PS: this question is a follow-up to an old question.