Let $F(x,y)$ be the statement, “$x$ can fool $y$,” where the domain consists of all of the people in the world. Translate this statement into symbolic logic.
No one can fool both Fred and Jerry.
I think this could be: There exists an $x$ or $y$ in $F(x,y)$?
The statement
if it makes any sense at all, is a statement about symbols: there is a symbol $x$ or a symbol $y$ in the $6$-character string of symbols $F(x,y)$. This is a true statement, as it happens, but it has nothing to do with the problem that you’re trying to solve.
Note also the following three excellent reasons to doubt that your suggestion could possibly be right:
Back up. Suppose that there were someone — Pamela, say — who could fool both Fred and Jerry. How would we express symbolically the fact that Pamela can fool Fred? Since $F(x,y)$ means that $x$ can fool $y$, ‘Pamela can fool Fred’ is simply $F(\text{Pamela},\text{Fred})$. Similarly, ‘Pamela can fool Jerry’ is $F(\text{Pamela},\text{Jerry})$. And ‘Pamela can fool both Fred and Jerry’ is
or in symbols
Okay, now suppose that we know that someone can fool both Fred and Jerry, but we don’t know who. Now we can’t use a specific name for this clever person, so we’ll call her $x$: the expression $F(x,\text{Fred})\land F(x,\text{Jerry})$ means that $x$ can fool Fred and $x$ can fool Jerry, i.e., that $x$ can fool both Fred and Jerry. But this $x$ is just a tag, a place-holder for a name; the expression $F(x,\text{Fred})\land F(x,\text{Jerry})$ doesn’t actually say anything about the world until we either replace that place-holder with a name or quantify over it. To say that there is such a clever person, we use the existential quantifier $\exists$:
$$\exists x\Big(F(x,\text{Fred})\land F(x,\text{Jerry})\Big)\;.$$
This says that
or, in more normal English,
Your statement is that there is no such person. That is, your statement is the negation of this. How would you write that in symbols?
I’ve now looked at your previous question. You need to keep asking yourself exactly what the symbols that you’re trying to use mean. In particular, when you conjecture an answer to one of these problems, you need to back off and ask yourself:
In particular you seem to have a tendency to confuse symbols with the things that they represent; you did this in the previous problem when you wrote ‘$F(x,y)$ is in $W$’ and again here when your answer talked about $x$ or $y$ being ‘in $F(x,y)$’. You should probably make a point of asking yourself whether you’re making that particular mistake.