I was given a claim that is know to be true and must prove it using reductio ad absurdum (RAA).
The problem states:
$\textbf{M}$ is the set of students in an academic program. $\textbf{A} \subset \textbf{M}$ are the students in the program who enrolled in class A. $\textbf{B} \subset \textbf{M}$ are the students in the program who are happy. Both $\textbf{A}$ and $\textbf{B}$ are non-empty.
The following proposition is known to be true:
$a \in \textbf{B} \implies a \in \textbf{A}$
Prove this proposition using RAA.
This is what I tried initially:
Suppose $a \in \textbf{B}$ and $a \notin \textbf{A}$.
From the known proposition, it follows that $a \in \textbf{A}$.
$\therefore a \in (\textbf{A} \cap \textbf{M\\A}) = \emptyset$ for any $a \in \textbf{M}$.
$\therefore \textbf{B} = \emptyset$, but $\textbf{B} \neq \emptyset$, so the proposition must be true.
Needless to say, I am not convinced by my own attempt. Moreover, this question says that to prove something using RAA you must contradict the entire proposition, not just its right hand side. So how can I prove this using RAA?