For all sets $A$, $B$, and $C$, if $A \cap C \subseteq B \cap C$ and $A \cup C \subseteq B \cup C$, then $A \subseteq B$.

3k Views Asked by At

Note: I am aware of the duplicate, but I would like to get my specific proof checked.


I am trying to prove the following:

For all sets $A$, $B$, and $C$, if $A \cap C \subseteq B \cap C$ and $A \cup C \subseteq B \cup C$, then $A \subseteq B$.

I found this one a bit tricky, but I think I was able to get it in the end.

Proof:

Let $x \in A \cap C$.

Therefore, $x$ is an element of both $A$ and $C$. And by the hypothesis, $x$ is an element of both $B$ and $C$.

However, the problem here is that we're saying that, for all element $x$ that are in both $A$ and $B$ (we are excluding the ones that are in $A$ but not in $C$), $x$ is also an element of both $B$ and $C$. Therefore, if I am not mistaken, this is insufficient to to prove that $A \subseteq B$.

Now let $y \in A \cup C$.

Therefore, $y$ is an element of $A$ or $C$ or both.

Case 1: Let $y$ be an element of $A$ but not $C$. Then $A \subseteq B$, since $y$ would then, by the hypothesis, also be an element of $B$, since we would have that $A = A \cup C \subseteq B \cup C = B$, since $C = \emptyset$.

Case 2: Let $y$ be an element of $C$ but not $A$. Then we have that $A \subseteq B$, since we would have that $C = A \cup C \subseteq B \cup C$, since $A = \emptyset$.

Case 3: Let $y$ be an element of both $A$ and $C$. Then it must be that all elements in $A \cup C$ are in $A \cap C$, which implies that $A = C$. And since we have that $A \cap C \subseteq B$, we have that $A \cap A = A \subseteq B$.

Therefore, $A \subseteq B$.

Q.E.D.

I would greatly appreciate it if people could please take the time to review my proof.

EDIT:

Thank you all for the enlightening feedback. I understand where I went wrong and have written a new proof, taking your advice into account.

New Proof:

Let $x \in A$.

The hypothesis states (assumes) that $A \cap C \subseteq B \cap C$ and $A \cup C \subseteq B \cup C$.

These assumptions imply two possibilities: $x \in C$ or $x \not\in C$.

Case 1: Suppose that $x \in C$.

$\therefore x \in A \cap C \subseteq B \cap C$

$\therefore x \in B \cap C$

$\therefore x \in B$

$\therefore A \subseteq B$

Case 2: Suppose that $x \not\in C$.

$\therefore x \in A \cup C \subseteq B \cup C$

$\therefore x \in B \cup C$

$\therefore x \in B$ (Since $x \in B \cup C$ and $x \not\in C$.)

$\therefore A \subseteq B$

Therefore, we have that $A \subseteq B$.

Q.E.D.

3

There are 3 best solutions below

3
On BEST ANSWER

Many problems with your proof ....

First and foremost, the very set-up is not right. You need to assume that $x \in A$, and then show that $x \in B$ ... you never do this

But some other issues as well:

Case 1: Let $y$ be an element of $A$ but not $C$. Then $A \subseteq B$, since $y$ would then, by the hypothesis, also be an element of $B$, since we would have that $A = A \cup C \subseteq B \cup C = B$, since $C = \emptyset$.

Why would $C = \emptyset$? Just because $y$ is not in $C$? That does not follow

Case 2: Let $y$ be an element of $C$ but not $A$. Then we have that $A \subseteq B$, since we would have that $C = A \cup C \subseteq B \cup C$, since $A = \emptyset$.

Same mistake. Just because $y$ is not in $A$ does not mean there is nothing in $A$ at all

Case 3: Let $y$ be an element of both $A$ and $C$. Then it must be that all elements in $A \cup C$ are in $A \cap C$, which implies that $A = C$. And since we have that $A \cap C \subseteq B$, we have that $A \cap A = A \subseteq B$.

And a similar mistake again: just because $y$ is in both $A \cap C$ and $A \cup C$ does not mean that these two sets are the same.

0
On

I'm assuming you're new to writing proofs. As you write proofs, make sure you focus on what your end goal is. A lot of people new to proofs often struggle with this.

What are you trying to show? You're trying to show that $A \subseteq B$.

How do you show this? Take an arbitrary element $x \in A$ and show that $x \in B$.

What assumptions do you have available? $A \cap C \subseteq B \cap C$ and $A \cup C \subseteq B \cup C$.


Here's a sketch on how to start, with thoughts in italics as I type these statements.


Let $x \in A$ be arbitrary.

Look at the assumptions you have available. They suggest two possible cases.

Then $x \in C$ or $x \notin C$.

Case 1. Suppose $x \in C$. Then since $x \in A$ and $x \in C$, $x \in A \cap C$. Therefore, $x \in B \cap C$ by assumption. Since $x \in B \cap C$, we have that $x \in B$ and $x \in C$. Since $x \in A \implies x \in B$, $A \subseteq B$.

Great, you've shown it for one case, now show it for the other:

Case 2. Suppose $x \notin C$. Then since $x \in A$, it follows that $x \in A \cup C$. [...]


Now, continue the proof.

0
On

$$\begin{array}{lcl} A & = & A \cap (A\cup C) \subseteq A \cap (B\cup C) \\ & = & (A\cap B) \cup (A\cap C)\subseteq (A\cap B) \cup (B\cap C) \subseteq B \cup B \\ & = & B \end{array}$$