Wolf’s A Mathematical Tour Through Mathematical Logic, Section 1.3, Exercise 5:
Exercise 5. Translate the following statements into symbolic form, as in the previous example.
(a) All crows are black, but not all black things are crows.
(b) If everybody complains, no one will get help.
(c) Everybody loves somebody sometime.
My attempt at (a):
Let $C(x)$ be the statement “$x$ is a crow”, where $x$ is the variable whose domain is all the things, living or non living.
Let $B(x)$ be the statement “$x$ is black”, where $x$ has the same domain as above.
So I think it should translate as $$\forall x(C(x)\rightarrow B(x)).$$
Is it correct?