Which one of the following well-formed formulae is a tautology?
$\hspace {2pt}$ a)$\forall x \exists y R(x,y) \leftrightarrow \exists y \forall x R(x,y) $
$\hspace{2pt}$b)$\forall x[\exists y\hspace{1pt} R(x,y)\rightarrow S(x,y)]\rightarrow \forall x \exists y \hspace{1pt} S(x,y)$
$\hspace{2pt}$c)$\forall x \exists y[P(x,y)\rightarrow R(x,y)]\leftrightarrow \forall x\exists y(\neg P(x,y) \lor R(x,y))$
$\hspace{2pt}$d)$\forall x \forall y P(x,y)\rightarrow \forall x \forall y P(y,x)$
Now, let x be set of all boys, y be set of all girls, R(x,y): x loves y P(x,y): x knows y S(x,y); x marries y, then
a) Every boy loves some girl is not equivalent to Some girl is loved by every boy
b)For every boy, if he loves a girl then he marries that girl doesnot imply Every boy marries a girl as in the left side, a boy might love some girl but get married to some one else.
c) RHS is the expansion of implication.
d) Every boy knows every girl doesn't imply Every boy is known by Every girl
Is this correct way to interpret?