Use predicate logic to express the statement "No one has more than three cousins" using the propositional function $C(x, y)$ , which represents "$x$ is the cousin of $y$".
Answer:
$C(x,y) \ $ represents the statement $x$ is the cousin of $y$
Then , No one has more than three cousin becomes
$$\forall x \ \forall y \ (C(x,y) \to x \leq 3 ) $$
But I am not sure.
Help me out