i'm trying to understand a concept i can't understand. i don't happen to have any examples, and the explanations are quite bad. from what i understood, i'll try to explain how i tried to solve those questions:
i need to assign the noun $f(x_1,x_2)$ instead of x_1, where it is possible only. if it is not allowed, i need to explain why.
1)$ \forall x_2(R(x_1,x_2) \land \lnot \exists x_1 R(x_1,x_2)) \to \exists x_2(R(x_1,x_3) \land R(x_1,x_2))$
2)$((R(x_1,x_2)\to \forall x_2 P(x_2,x_1)) \land R(x_1,x_2))$
from what i read and understood, the assignment of the noun could only be done iff x_1 is a free variable. which means that it is not possible to do it in 1) because of $\exists x_1$. on the second x_1 doesn't seem to be bound, so it is a free variable and the assignment can be done.
however, i don't know how to actually to the assignment, and would appreciate learning how to do it correctly.
thank you very much for your help,
sorry i could not elaborate more, but i don't understand this concept and the explanations are sufficient nor good in my opinion.