This is the exercise I have:
Suppose that A ⊆ B, a ∈ A and a $\not\in$ B\C.
Prove by the method of contradiction that a ∈ C
Proving by contradiction means that if I find a contradiction trying to prove the opposite of what I want to prove, I prove what I want to prove.
So I have to suppose that $a \not\in C$.
$A \subset B$ is equivalent to say $\forall a (a \in A \rightarrow a \in B)$.
Then I know that $a \in A \land (a \not\in B \lor a \in C)$, where $(a \not\in B \lor a \in C)$ means $a \not\in A \setminus C$. But I know that $a \not\in C$, therefore I have $(a \not\in B \lor False)$, which is equivalent to $(a \not\in B)$, and in the end I have that $a \in A \land a \not\in B$, which is a contradiction of 1 of the premises, because an element of $A$ has to be also an element of $B$, from the first premise: $A \subset B$.
(I am sorry if I continue to ask for every exercise, but I would like to know if my proofs are correct, or at least to know if I am on the right track)