Alex likes anything that contains chocolate.
a - Alex
L(x,y) - x likes y
C(x) - x contains chocolate
$1. \forall x \space (C(x) \implies L(a,x)) $
$2. \forall x \space (C(x) \space \text{^} \space L(a,x)) $
Is there a difference between 1 and 2? I know that the truth tables are different. Is one an incorrect representation in predicate logic?
Edit:
I've removed the truth table as it was completely bogus for predicate logic. I'm still confused with using the $\forall$ vs $\exists$ with an implication. Would $\exists x \space (C(x) \space \text{^} \space L(a,x)) $ be a correct representation of "There exists something that contains chocolate and Alex likes it"? Is this equivalent to "Alex likes anything that contains chocolate"?