If $A \subseteq C$ and $B \subseteq C$, then $A \cup B \subseteq C$: Review of Two Proof Attempts

142 Views Asked by At

I am trying to prove the following:

If $A \subseteq C$ and $B \subseteq C$, then $A \cup B \subseteq C$.

I thought of two ways that this could be attempted, the first of which I think is incorrect.

The first attempt is as follows:

Let $a \in A$ and $b \in B$.

Therefore, $a, b \in A \cup B$.

Therefore, since $A \subseteq C$ and $B \subseteq C$, we have that $a \in C$ and $b \in C$.

$\therefore A \cup B \subseteq C$

I think it's correct to claim that, since $a \in A$ and $b \in B$, then $a, b \in A \cup B$. However, in order to prove that $A \cup B \subseteq C$, we must prove that all of the elements in $A \cup B$ are also in $C$. At the moment, we have only proven that $a, b \in A \cup B$, but we have not proven that $a, b$ are the only elements in $A \cup B$, so we cannot then say that, since $A \subseteq C$ and $B \subseteq C$, then $A \cup B \subseteq C$.

Is my analysis of this proof correct?

The second attempt is as follows:

Let $x \in A \cup B$.

Therefore, $x \in A$ or $x \in B$, or both.

Since we do not know which of these are true, we will proceed with a proof by cases, where we assume that one is true and show that it therefore implies the conclusion, and then we do the same for the other cases, one-by-one.

  1. Let $x \in A$.

Therefore, $x \in C$ (Since $A \subseteq C$.)

$\therefore A \cup B \subseteq C$ (Since all elements in $A \cup B$, namely $x$, are also in $C$.)

$Q.E.D.$

  1. Let $x \in B$.

Therefore, $x \in C$ (Since $B \subseteq C$.)

$\therefore A \cup B \subseteq C$ (Since all elements in $A \cup B$, namely $x$, are also in $C$.)

$Q.E.D.$

Is this second attempt correct?

I'd appreciate your reviews of these two attempts.

4

There are 4 best solutions below

0
On BEST ANSWER

The first attempt kind of misses the mark. To prove that $A \cup B \subseteq C$, you have to show that for any $x \in A \cup B$ you have that also $x \in C$. If you start by assuming $x \in A$ or $x \in B$, you've already side-stepped one step of the proof.

Your second attempt is correct, except that you shouldn't draw the conclusion in each case you treat. It doesn't follow that $A \cup B \subseteq C$ until you've completed both case analyses, and in particular QED doesn't apply -- because Q you wanted to D hasn't actually been D'd yet. :-)

0
On

Your analysis of the proof seems correct.

What you do in your second attempt (the observation of different cases) is not needed.

We want to show $A\cup B\subseteq C$.

Let $x\in A\cup B$. We have to show, that $x\in C$.

Since $x\in A\cup B$ we have $x\in A$ or $x\in B$. But $A, B\subseteq C$. Hence $x\in C$.

And we are done.

0
On

The first one is wrong. When you assert that “[…] since $A \subseteq C$ and $B \subseteq C$, we have that $a \in C$ and $b \in C$”, you are using what you want to prove.

The second one is correct, but it has issues. You can't write “$\therefore A \cup B \subseteq C$ (Since all elements in $A \cup B$, namely $x$, are also in $C$.)” At this point, all that you proved was that if $x\in A$ then $x\in C$.

0
On

Your 2nd attempt, a bit rephrased.

Show;

$A \subset C$, and $B \subset C$ $\rightarrow$

$A \cup B \subset C.$

$x \in A\cup B$ , then $x \in A$ or $x \in B$.

1) If $x \in A$, then $x \in C$, since $A \subset C$. 2) If $x \in B$ , then $x \in C$, since $B \subset C$.

Let $x \in A\cup B$, i.e. $x \in A$, or $x \in B$,

then $x \in C$, i.e.

$A\cup B \subset C.$