I understand the definitions of the set operations, but I'm stuck actually proving the statement.
What I have:
If $A ⊆ C$ , and $B ⊆ C$, every element from both $A$ and $B$ is in $C$. What I think is tripping me up is the fact that $A$ and $B$ don't necessarily have to have any common elements with each other.
For Instance, if $A = \{1,2\}$, $B = \{3,4\}$, and $C = \{1,2,3,4\}$, both $A$ and $B$ are subsets of $C$, yet $A ∩ B = \varnothing$.
However, even in this instance, wouldn't $A ∩ B ⊆ A ∩ C$ still be true, since the empty set is a subset of every set? This is where I'm confused: is this evidence that the statement is true and the proof is complete? Or is it not valid?
Correct: If $A\subseteq C$ and $B\subseteq C$ then any elements in both $A$ and $B$ are in $C$. That is $A\cap B\subseteq C$.
Also $A\cap B\subseteq A$, so then...
Addendum, the empty set is a subset of any set, so the above works when $A\cap B=\emptyset$, since $\emptyset \subseteq C$ and $\emptyset\subseteq A$.