$$\forall y P(x) \implies \exists y Q(x,y)$$
Is it valid to rewrite the first part of the implication as $P(x)$ since the variable being quantified has nothing to do with the statement?
$$\forall y P(x) \implies \exists y Q(x,y)$$
Is it valid to rewrite the first part of the implication as $P(x)$ since the variable being quantified has nothing to do with the statement?
Yes. If $y$ does not appear free in $P(x)$, then $\forall y P(x)$ and $P(x)$ are logically equivalent.