Use logical quantifiers to write: "Everybody loves somebody sometimes" (Where U=all people) I came up with this but not sure how to type symbols in here.
$$\forall x \in U\,: \exists y\in U: x \text{ loves } y.$$
So... upside down A="For all" Backwards E for "there exists" curly little e for "belongs to" My apologies as I don't know how to insert symbols like those. Am I on the right track to this? Or is this not even close? Any help appreciated.
You're almost correct except the first : or 'such that' isn't needed. $$ \forall\; x\in U\;\exists \;y\in U : x \text{ loves } y $$ another way to write this is $x\in U\implies \;\exists y\in U: x$ loves $y$.