Existential Instantiation/Informal Statement

From ProofWiki
Jump to navigation Jump to search

Theorem



$\exists x: \map P x, \map P {\mathbf a} \implies y \vdash y$


Suppose we have the following:

From our universe of discourse, any arbitrarily selected object $\mathbf a$ which has the property $P$ implies a conclusion $y$
$\mathbf a$ is not free in $y$
It is known that there does actually exists an object that has $P$.

Then we may infer $y$.


This is called the Rule of Existential Instantiation and often appears in a proof with its abbreviation $\text {EI}$.


When using this rule of existential instantiation:

$\exists x: \map P x, \map P {\mathbf a} \implies y \vdash y$

the instance of $\map P {\mathbf a}$ is referred to as the typical disjunct.


Proof

This is an extension of Proof by Cases.


The propositional expansion of $\exists x: \map P x$ is:

$\map P {\mathbf X_1} \lor \map P {\mathbf X_2} \lor \map P {\mathbf X_3} \lor \ldots$

We know that any arbitrarily selected $\mathbf a$ with the property $P$ implies $y$.

From this we can infer that all such $\mathbf a$ which have that property imply $y$.

This is equivalent to the step in Proof by Cases in which we need to prove that both disjuncts lead to the same conclusion.

The fact that we only need one of them in fact to be true is quite enough to draw the conclusion that $y$ is true.

In this context, we are assured by the statement $\exists x: \map P x$ that at least one such disjunct in the above propositional expansion is true.

Thus the conclusion follows, and the result is proved.

$\blacksquare$


Sources