Suppose we are given a sentence (i.e. it has no free variables) of the form: $\forall x$ $(P(x) \rightarrow Q(x))$
and asked to determine whether it is a tautology, satisfiable or unsatisfiable.
My questions are:
1) Is the sentence, saying that "for all $x$, $(P(x) \rightarrow Q(x))$ is always true? To prove that it is not a tautology, would it then be sufficient to state something like "an interpretation that satisfies $P(x)$ would falsify $(P(x) \rightarrow Q(x))$. Hence, the sentence is not a tautology." ?
2) Does proving that the sentence is a tautology mean the same thing as proving that the sentence is valid? Would this then mean proving that the sentence is true under all interpretations?
The following is how the terms valid, satisfiability and unsatisfiability are defined.
Let $F$ be a formula of the first order language $L$. $F$ is
1) $valid$ if and only if it is satisfied by every interpretation of $L$.
2) $satisfiable$ if an only if it is satisfied by some interpretation of $L$
3) $unsatisfiable$ if and only if it is not satisfied by any interpretation of $L$