Consider the following putative theorem.
Theorem? Suppose A, B, and C are sets and $A \subseteq B \cup C$. Then either $A \subseteq B$ or $A \subseteq C$.
What's wrong with the following proof?
Proof. Let $x$ be an arbitrary element of A. Since $A \subseteq B \cup C$, it follows that either $x \in B$ or $x \in C$.
Case 1. $x \in B$. Since x was an arbitrary element of A, it follows that $\forall x \in A(x \in B)$, which means that $A \subseteq B$.
Case 2. $x \in C$. Similarly, since x was an arbitrary element of A, we can conclude that $A \subseteq C$. Thus, either $A \subseteq B$ or $A \subseteq C$.
I have proved that the theorem is incorrect but I can't understand why the above proof is not correct.
When you choose cases, you lose the supposition that $x$ is arbitrary. In the first case, $x \in B$ and in the second, $x \in C$. In those respects, $x$ is not an arbitrary member of $A$.