This question is really playing tricks on my mind.
It goes like this...
There is one whom everybody is for, and that one person is for everybody.
So far I have this...
$$\exists{y}\forall{x} \operatorname{isFor}(x, y) \land \forall{x}\exists{z} \operatorname{isFor}(z, x) \implies y=z$$
However I am not sure if this is correct and I keep changing my answer, can somebody please point me in the right direction.
I believe that the following:
$\exists y \, \forall x [\text{isFor}(x,y) \wedge \text{isFor}(y,x)]$
is correct, as the first portion states that there exists a $y$ such that for all $x$, $x$ is for $y$ -- that is, 'There is one whom everybody is for', and the second portion states that, given that $y$, $y$ is for all $x$ -- 'that one person is for everybody'.