In the formula $\forall x, P(x)$, it is true when all the objects in a certain set have property $P$.
But when you have the formula $\forall x, P(x) \rightarrow Q(x)$, what needs to be true here? Do the predicates $P$ and $Q$ need to be true, or the whole formula?
I ask this because I was reading about universal modus ponens, of which the hypothesis is:
$\forall x$, if $x$ makes $P$ true, then $x$ makes $Q$ true
But what about if $P(x)$ is not true? $Q(x)$ could be true than also. If the answer is going to be "because it has an $\forall$, so all objects must have property $P$ and $Q$", what is than the difference between $\rightarrow$ and $\wedge$?
When you have $\forall x\varphi(x)$ then the formula is true if and only if for every $x$, $\varphi(x)$ is true. In the case where $\varphi(x)$ is a material implication, that is $P(x)\rightarrow Q(x)$, then we require that every $x$ that satisfies $P$ will also satisfy $Q$.
That is, for every $x$ it holds that if $P(x)$ is true, then $Q(x)$ is true.
If you think about $P$ and $Q$ as sets, this simply means that $P\subseteq Q$.
This is contrary to saying that for every $x$ both $P$ and $Q$ are true, in which case we are only asserting that every $x$ is in the intersection of $P$ and $Q$, which is to say that both equal to the universe of discourse.