I need to prove $A \subseteq B \Rightarrow A\cup (B\setminus A) = B$ This is what I did so far and I don't know where to go from there:
$x\in A\cup (B\setminus A) \Rightarrow x\in A \vee x\in(B\setminus A)$
And from definition of B\A I know : $x\in A \vee (x\in B \wedge x\notin A)$
From here I don't know where to go, I know from $A \subseteq B $ that
$x\in A \rightarrow x\in B$ which means $x\in B \vee (x\in B \wedge x\notin A)$
What to do from here ? is this expression the equivalent of $x\in B$ ? If so how ? If you can criticize my way before or instead of showing another direction to the question because I learn the best that way.