Consider the following statement:
$$\forall x(x > 0) \to (x < 2)$$
Obviously, this statement is false. We can easily contradict it; for example when $x=5$.
Now, consider this statement:
$$(\forall x(x > 0)) \to (x < 2)$$
As far as I understand, the $x$ in the left-hand side is bounded, while the $x$ in the righ-hand side is free. They're different variables. Yet, I don't understand why this statement is always true.
The proposition $(\forall x(x > 0))$ is false. Therefore, it implies $(x < 2)$, since a false proposition implies anything ("When Hell freezes over; when pigs fly").