The existentially-quantified conjunction $$∃x\;(P(x) \land Q(x))$$ means that there exists at least one $x$ such that $x$ is both $P$ and $Q.$ That is, some $P$ is a $Q.$
However, what do the existentially-quantified conditionals $$∃x\:(P(x) → Q) \tag1$$ and $$∃x\:\big(P(x) → Q(x)\big)\tag2$$ mean?
Background & Motivation:
- No one: ~∃x
- Someone: ∃x
- Everyone: ∀x
- Not everyone: ~∀x
∀xA(x): For every x, x is an A: = All x’s are A’s (/ or every x is an A)
∃xA(x): There exists (at least) an x such that it is an A:
= Some x is an A (/ or some x’s are A’s)
- Domain: D: {d1, d2, …, dk}: di: objects of the domain,
- Names: N: {c1, c2, …, ck}, ci: constants/names
Quantifying using the existential and universal quantifiers:
- None (n = 0): ~∃x
- Some (n ≥1): ∃x
- Every (n = k): ∀x
- Not every (n < k): ~∀x
where: n = # of items to be symbolized, where k: = # of items in the domain.
These quantifier terms can be used to symbolize the following:
- No A is a B: ~∃x(A(x) ^ B(x))
- Some A’s are B’s: ∃x(A(x) ^ B(x))
- All A’s are B’s: ∀x(A(x) --> B(x))
- Not all A’s are B’s: ~∀x(A(x) --> B(x))
and the following negations below:
- Some A’s are not B’s: ∃x(A(x) ^ ~B(x))
- All’s A’s are not B’s: ∀x(A(x) --> B(x))
These sentences are logically equivalent to one another:
On the other hand, $$∃x\:\Big(P(x) → Q(x)\Big)\tag2$$ means
Note that
if a particular object fails to satisfies $P(x),$ then sentence $(2)$ is immediately true;
if some object satisfies $P(x)$ but not $Q(x),$ then sentence $(2)$ can still be true.
If this feels unintuitive, it's because you are mixing up sentence $(2)$ with $$\forall x\:\Big(P(x) → Q(x)\Big).$$
I think sentences $(1)$ and $(2)$ are typically not useful forms, so are seldom encountered. In particular—even if $P(x)$ and $Q(x)$ stand for $\text“x$ is [property/thing P/Q]”—observe that neither sentence $(1)$ nor $(2)$ can be framed as categorical propositions (i.e.,
Every A is B;
Some A is B;
No A is B;
Some A is not B).
To be clear: an existentially-quantified conditional
→is unusual, and feels unintuitive because we naturally tend to want to read its $∃$ as $∀$ instead. The→is not the problem, because rewriting the above sentences as $$∃x\:\Big(\lnot P(x) \lor Q\Big)\\∃x\:\Big(\lnot P(x) \lor Q(x)\Big)$$ does not actually make them less tricky to correctly process.Appendix
Proof that $(1)$ is logically equivalent to $(1\text e):$
Consider the formula \begin{gather}∃x\:\Big(Px\to Q\Big) \quad↔\quad \Big(∀x\:Px\Big)\to Q.\tag{*}\end{gather}
Hence, \begin{gather}∃x\:\Big(Px\to Q\Big) \quad\equiv\quad \Big(∀x\:Px\Big)\to Q.\end{gather}
A verification.