I know that the relation is symmetric if $\forall x \forall y \ xRy \implies yRx $.
Consider the set $ A = \{{a, b, c, d}\}$ and $R = \{{(a, a),(a, b),(a, d),(b, a),(b, b),(c, c),(d, a),(d, d)}\}.$
My textbook claims that this relation is symmetric. But what about $(c,d)$ and $(d,c)$ that are not part of the $R$ set? In the definition, it said for all $x$ and $y$, so shouldn't this violate the symmetricity?
If $(c,d)$ is in the relation, then we check whether $(d,c)$ is in the set.
However, in this case, $(c,d)$ is not in $R$, hence we should not expect $(d,c)$ to be in the relation for it to be symmetric.