Empty set, subsets, and vacuous truths

524 Views Asked by At

So I was trying to prove that a null set is a subset of any set.

First, to define when $A$ is a subset of $B$:

$$A \subseteq B \iff \forall x(x \in A \implies x \in B)$$

(At least I think that's right?)

So then consider the empty set $\emptyset$ for which $\forall x(x \not\in \emptyset)$ is true.

I tried to prove that the empty set is a subset of any other set, or:

$$\emptyset \subseteq B \iff \forall x(x \in \emptyset \implies x \in B) \vdash \text{T}$$

To me this seemed true because it was "vacuously true"... somehow. Like it makes sense to call it vacuously true that "all $0$ items in $\emptyset$ can be found in $B$, yep!" but that isn't satisfying to me, how do I "prove" this is the case?

Is $x \in \emptyset$ a false... statement? A false predicate? Something else? Something that results in false so that the implication itself is true. Is this a $(\text{F}\implies \text{F}) \vdash \text{T}$ thing?

Or is it the $\forall$ that makes it false somehow?

What if I had said $\exists x \in \emptyset$, this feels like it would certainly be false but again I can't prove why, it's just an intuition.

Can anyone clarify the correct definitions / implications and why they're true or false or what have you?

3

There are 3 best solutions below

9
On BEST ANSWER

The proof relies on Ex falso :

$\vdash \lnot P \to (P \to Q)$.

We have to apply it in the form :

$\lnot (x \in \emptyset) \to (x \in \emptyset \to x \in B)$.

We have (axiom or theorem) : $\mathsf {ZF} \vdash \forall x \ \lnot (x \in \emptyset)$.

By Universal instantiation we get : $\lnot (x \in \emptyset)$ and thus from Ex falso, by Modus Ponens : $(x \in \emptyset \to x \in B)$.

Finally, by Universal generalization we conclude with :

$\mathsf {ZF} \vdash \forall x \ (x \in \emptyset \to x \in B)$.

0
On

1)

$A\subset B$ if all elements of $A$ are elements of $B$. As $\emptyset$ has no elements, then all of them are in $B$.

That's vacuously true.

So $\emptyset \subset B$.

2)

$A\subset B$ if any elements not in $B$ are not in $A$ either. As any element that is not in $B$ is not in $\emptyset$ either, $\emptyset \subset B$.

That's true-true; nothing vacuous about it.

3)

$A \subset B$ if $x \in A \implies x \in B$ is true for all $x$. As $x \in \emptyset$ is always false and $FALSE \implies P$ is always true, $x \in \emptyset \implies x \in B$ is always true.

So $\emptyset \subset B$.

===

So for the most part, yes, they are vacuously true statements, or they are a false premise implies anything true statements.

But it's not all smoke and mirrors. A subset is "embedded" in the superset and everything you can pull out of the subset most come directly from the superset, and there is nothing in the subset that isn't in the superset.

All of those are true about an empty set and a set $B$ and, to me at least, the all feel directly true with no semantic slick word play or gimmicks. The empty skein of the the emptyset (with nothing in it) is embedded every where in the ether of existent space. That doesn't seem to me to be a "trick". And because nothing can be pulled out of the emptyset, if we are standing in the general vacinity of $B$ nothing can be pulled out of the empty set that isn't from $B$. That's a direct objective fact.

0
On

In general, the predicate logic statement that $\forall x(x \in A \implies x \in B)$ is written as $A \subseteq B$.

The empty set $\emptyset$ is the set that contains no elements. Therefore, the empty set is a subset of any set, that is, $\emptyset \subseteq X$ for all $X$. This is because the statement $x \in \emptyset$ is false for any $x$, so the imiplication

$$ \forall x(x \in \emptyset \implies x \in X) $$

must be true. (See the truth table below for the for the implication connective.)

$$ \begin{array}{c|l|c} \text{p} & \text{q} & \text{$p \implies q$} \\ \hline T & T & T \\ T & F & F \\ F & T & T \\ F & F & T \end{array} $$

Note that the bottom two rows of the truth table are vacuously true.