[Math] For all sets $A, B$ and $C$, if $C⊆(B-A)$, then $A∩C=∅$.

elementary-set-theory

I am trying to proof the question for all sets $A, B$ and $C$, if $C⊆(B-A)$, then $A∩C=∅$.

Here is my thoughts. Assuming that $A∩C$ is not $∅$. Then I can get $x∈A$ and $x∈C$.From the question, since $C⊆(B-A)$, I get $x∈B$ and $x∈A^c$. $x$ is in both $A$ and $A^c$, therefore this is the contradiction.

Would appreciate your help to get the proper and correct way to prove this question.

Thank You!

Best Answer

Your solution is correct! Just another (equivalent) way to write this: Since $B-A=B\cap A^c$, you have that $$A\cap C\subseteq A\cap(B\cap A^c)=A\cap A^c\cap B=\emptyset\cap B=\emptyset$$