I am given the following first order sentence:
$\exists x \forall y(\neg Cousin(x, y))$
Note that the predicate Cousin(x, y) means "x and y are cousins".
I am asked to provide an English translation to this statement. My approach is to first go about interpreting the statement without the negation, that is: $\exists x \forall y(Cousin(x, y))$ which would give me:
There exists someone that is a cousin to everyone.
I then add the negation as per the beginning of the question which gives me:
There exists someone that is not a cousin to everyone.
However, upon looking at the solution I see that the correct interpretation is:
Somebody is no ones cousin
Could someone explain to me in an intuitive way why and where my interpretation fell short of the answer?
As I've said in the comments, your interpretation actually corresponds to:
$$\exists x \lnot \forall y (\text{Cousin}(x,y))$$
Instead of what you are asked to translate
$$\exists x \forall y (\lnot \text{Cousin}(x,y))$$
I will make a feeble attempt at providing "intuition":
Before trying to translate first-order logic into colloquial English, it might be better to use "basic" language first.
Let $F(x,y)$ be some statement
$\exists$ stands for "exists"
$\forall$ stands for "for all"
Translates into: Exists at least one $x$ such that for all $y$ $F(x,y)$ is true.
Translates into: Exists at least one $x$ such that for all $y$ $F(x,y)$ is false.
Translates into: Exists at least one $x$ such that not for all $y$ $F(x,y)$ is true.
Clearly, "for all $y$ $F(x,y)$ is false" and "not for all $y$ $F(x,y)$ is true" are two different statements.
In your case you have
$$\exists x \forall y(\neg Cousin(x, y))$$
So again, using basic language first:
Exists $x$ such that for all $y$ statement $\text{Cousin}(x,y)$ is False.
To put it roughly:
Which in proper English means