For solving the question, the answers provided previously are clear, concise, and correct.
But, to solve the question mathematically, here is my solution:
Step 1: Convert to CNF
$α: \forall x [P_x \leftrightarrow \forall y (Q_{xy} \leftrightarrow \neg Q_{yy})] \rightarrow \forall x[\neg P_x]$
$= \forall x [P_x \leftrightarrow \forall y (Q_{xy} \leftrightarrow \text{False})] \rightarrow \forall x[\neg P_x]$
$= \forall x [P_x \leftrightarrow \forall y \neg Q_{xy}] \rightarrow \forall x[\neg P_x]$
Now on, let’s re-write the connectives as +, *, ‘
$= \forall x [P_x \leftrightarrow \forall y Q_{xy}’] \rightarrow \forall x[P_x’]$
$= \forall x [P_x(\forall y Q_{xy}’)+P_x’(\forall y Q_{xy}’)’] \rightarrow \forall x[P_x’]$
$= \forall x [P_x(\forall y Q_{xy}’)+P_x’(\exists y Q_{xy})] \rightarrow \forall x[P_x’]$
Since, both the $x$ differs, replace the 2nd occurrence with $z$:
$= \forall x [P_x(\forall y Q_{xy}’)+P_x’(\exists y Q_{xy})] \rightarrow \forall z[P_z’]$
$= [\forall x [P_x(\forall y Q_{xy}’)+P_x’(\exists y Q_{xy})]]’ + \forall z[P_z’]$
$= [\exists x \{(P_x’ + \exists y Q_{xy})(P_x + \forall y Q_{xy}’)\}] + \forall z[P_z’]$
$= [\exists x \{(P_x’ + \exists y Q_{xy})(P_x + \forall y Q_{xy}’)\}] + \forall z[P_z’]$
Distribute, the addition over multiplication,
$= [\exists x \{(P_x’ + \exists y Q_{xy} + \forall z[P_z’])(P_x + \forall y Q_{xy}’ + \forall z[P_z’])\}]$ (CNF Form)
$= [\exists x \{(P’(x) + \exists y Q(x,y) + \forall zP’(z))(P(x) + \forall y Q’(x,y) + \forall zP’(z))\}]$
Step 2: Replace existential Quantifiers with Skolem functions and remove all quantifiers
$= (P’(S(x)) + Q(S(x),S(y)) + P’(z))*(P(S(x)) + Q’(S(x),y) + P’(z))$
Step 3: Unification
$\text{Unify}[(P’(S(x)) + Q(S(x),S(y)) + P’(z)),\text{ }(P(S(x)) + Q’(S(x),y) + P’(z))] = \theta$
$\theta = \{S(x)/x, S(y)/y, z/x\}$
Substitute with $\theta$
$= (P’(x) + Q(x,y) + P’(x))*(P(x) + Q’(x,y) + P’(x))$
$= (P’(x) + Q(x,y))*(Q’(x,y))$
Step 4: Apply Resolution Principle
$\underline{(P’(x) + Q(x,y)), \text{ }(Q’(x,y))}$
$P’(x)$
$=P’(x)$
$\therefore \alpha : P_x’$
which is satisfied by any $P_x$