Is it valid to use the implies symbol ($\implies$) or the if and only if symbol ($\iff$) in mathematical proofs to replace writing assumptions? For example, if I want to prove,
$$\text{If } A \subseteq B, \text{ then } A \cup B = B$$
Can I write my proof as follows?
Let A be a subset of B. $$ x \in A \cup B \\ \iff x \in A \vee x \in B \\ \implies x \in B \vee x \in B (\because x \in A \implies x \in B) \\ \iff x \in B \\ \therefore A \cup B \subseteq B \\ x \in B \\ \implies x \in B \vee x \in A \\ \iff x \in A \cup B \\ \therefore B \subseteq A \cup B \\ \therefore A \cup B = B $$