119. Prove or disprove that $A\cap B$ and $A-B$ are disjoint:
Consider that $A\cap B=\{x|x\cap A\text{ and }x\cap B\}$ and that $A-B=\{x\in A|x\notin B\} $
So, to translate this question:
“Prove or disprove that the set of elements that exist in both $A$ and $B$ shares no elements with the set of elements that exist only in the complement of $B$ relative to $A$.”
Assume: $∃ \:\times \in A \cap B$. Then, $x\in B$ and $x \notin A-B$. We conclude that $(A\cap B)\cup (A-B)=\{\}$
∴ $A\cap B$ and $A-B$ are disjoint.
This is for an introductory proofs course. I just wanted to make sure I wrote this correctly and that I understand what this is asking. Thanks for all feedback!