These two sentences are logically equivalent:
There is something such that if it satisfies $P(x),$ then it satisfies $Q(x)$
$∃x\,(Px → Qx)\tag1$
If everything satisfies $\boldsymbol{P(x)},$ then something satisfies $\boldsymbol{Q(x)}$
$(∀x\,Px) \to ∃x\,Qx.\tag{1e}$
And these two sentences are logically equivalent as long as the discourse domain is nonempty:
There is something such that if it satisfies $P(x),$ then $Q$ is true
$∃x\,(Px → Q) \tag2$
If everything satisfies $\boldsymbol{P(x)},$ then $\boldsymbol{Q}$ is true
$(∀x\,Px) → Q.\tag{2e}$
The existentially-quantified conditional is a weak and rarely useful assertion: it is true whenever the universe contains any object that satisfies $Q(x)$ or $Q$ and vacuously true whenever it contains any object that fails to satisfy $P(x),$ and it doesn't say much about the relationship between its antecedent and consequent or about the discourse domain.
This is in contrast to the categorical propositions
\begin{array}{l l l}
\textsf{Some P is Q} && \exists x\,(Px\land Qx) \\
\textsf{Some P is not Q} && \exists x\,(Px\land \lnot Qx) \\
\textsf{Every P is Q} &(\textsf{No P is not Q}) & \forall x\,(Px\to Qx) \\
\textsf{Every P is not Q} &(\textsf{No P is Q}) & \forall x\,(Px\to\lnot Qx).
\end{array}
It is easy to mistake sentence $(1\Big/2)$ for the lookalikes $\exists x\,(Px \color\red\land \;Qx\Big/Q)\tag I$ $\text{Something satisfies both $P(x)$ and $Q(x)\Big/Q$}\tag*{}$ or $\color\red{\forall} x\,(Px →\; Qx\Big/Q)\tag A$ $\text{Everything that satisfies $P(x)$ also satisfies $Q(x)\Big/Q$},\tag*{}$ which parse more naturally and intuitively.
However, the categorical propositions $(I)$ and $(A)$ are each logically stronger assertions than sentence $(1\Big/2):$ the former logically entails the latter but not vice versa. For example, the universe $\text{\{quotable non-politician, non-quotable politician\}}\tag*{}$ is correctly described by $\exists x\,\big(\text{Politician}(x) \to \text{Quotable}(x)\big)\tag1$ but neither $\exists x\,\big(\text{Politician}(x) \land \text{Quotable}(x)\big)\tag I$ nor $\forall x\,\big(\text{Politician}(x) \to \text{Quotable}(x)\big).\tag A$
Appendix: Proof that $(2)$ is equivalent to $(2\text e)$
Consider the formula \begin{gather}∃x\,(Px\to Q) \quad↔\quad (∀x\,Px)\to Q.\tag{*}\end{gather}
- If $(*)$'s LHS is false, then $∀x\,(Px\land \lnot Q),$ so $Px$ is universally true and $\lnot Q$ true, so $Px$ is universally true while $Q$ false, so $(*)$'s RHS is false; by contrapositive and since we have been abstractly inferring, $(*)$'s RHS logically implies $(*)$'s LHS.
- On the other hand, if $(*)$'s RHS is false, then $Px$ is universally true and $Q$ false, so $(Px\land \lnot Q)$ is universally true, so $(Px\to Q)$ is universally false, so $(*)$'s LHS is false; by contrapositive and since we have been abstractly inferring, $(*)$'s LHS logically implies $(*)$'s RHS.
Hence, \begin{gather}∃x\,(Px\to Q) \quad\equiv\quad (∀x\,Px)\to Q.\end{gather}
A verification.
Ay ≡ ∀xAyand(Ay→∃xAx) ≡ ∃x(Ay→Ax)) are typically understood to be guaranteed under the mild assumption of a nonempty universe. – ryang Jan 16 '25 at 06:05