Validity of a first-order formula

173 Views Asked by At

How can I see (and prove) whether the given first-order formula $\varphi$ is valid or not?

$\varphi = \forall x \forall y [ (r(x,y) \rightarrow (p(x) \rightarrow p(y))) \land (r(x,y) \rightarrow (p(y) \rightarrow p(x)))]$