Some results in literature are given as 'If there exists some $x$ such that $P(x)$ is true, then for (the same) $x$, $Q(x)$ is also true.'
I am quite confused by such statements, particularly because the term 'exists' appears in the statement. Since this is a proposition, interpreting it as $\exists x(P(x)\implies Q(x))$ seems not make sense. Should it be interpreted as $\forall x(P(x)\implies Q(x))$, and the 'exists' in the statement is used to ignore the vacuous truth case?
If the original phrasing is actually without the parenthetical part, then it means $$∃\color{red}z\,P(\color{red}z)→ Q(x),$$ which is logically equivalent to $$∀\color{red}z\:\Big(P(\color{red}z)→ Q(x)\Big);$$ note that that this is an open formula and that variable $x$ is free.
On the other hand, if the sentence is indeed as above҂, then its full meaning made explicit (without which the sentence is actually illogical) must be
‘If there exists some $\color{red}z$ such that $P(\color{red}z)$ is true, then, for every $\color{green}y$ such that $P(\color{green}y)$ is true, $Q(\color{green}y)$ is also true’, i.e., $$∃\color{red}z\,P(\color{red}z) → ∀\,\color{green}y\Big(P(\color{green}y) → Q(\color{green}y)\Big),$$ which is logically equivalent to $$∀\,x\Big(P(x) → Q(x)\Big).$$
҂paraphrase: ‘If $P(x)$ is true for some value of $x,$ then $Q(x)$ is true for the same value of $x.$’