To me, it seems like the following two statements are equivalent
x ∈ Arbitrary set P(x)→ Q(x) =
∀x ∈ Arbitrary set (P(x)→ Q(x))
For example, if x ∈ all people, P(x) stands for "x is a man", and Q(x) stands for "x isn't a female", then ∀x(P(x)→ Q(x)) can be thought of as saying "For any person x, if x is a man, then x isn't a female". But isn't that what P(x)→ Q(x) is already saying, just without the explicit "For any person x" and instead with the implications from x ∈ all people? I mean, if we are assuming P(x)→ Q(x) is a valid premise, then shouldn't x be allowed to range over all possible x, i.e, "any person"?
Sorry if I'm not making too much sense and using incorrect notation; I've just started this stuff, probably obviously so lol.