Someone asked the following question, but deleted it for some reason. I think it's a nice subtle point to make.
In propositional calculus, $$ ((P\Rightarrow Q)\lor (P\Rightarrow R))\iff P\Rightarrow (Q\lor R). $$ However, for set inclusion it is false that $$ A\subseteq B \ \mathrm{or}\ A\subseteq C \iff A\subseteq B\cup C.$$ $⟹$ is true, while counterexamples for $⟸$ are easy to come up with.
Why is only $⟹,$ but not $⟸,$ true?
My intuition immediately says that this is because the set inclusion statement is quantified as $$ \forall x (x\in A \Rightarrow x\in B) \ \lor \forall x(x\in A \Rightarrow x\in C) \Longrightarrow \forall x(x\in A \Rightarrow x\in B\cup C)$$ but there is no $\Longleftarrow$. Is there some elegant way to better articulate this point?
Yes, your intuition is correct: the issue is due to the presence of universal quantifiers.
If we rewrite the set formula avoiding them, the result will be:
and the bi-conditional holds exactly because it has the "propositional form" above.
But when we universally quantify both sides, what we get will be:
that is different from your formula, because - in general - $∀$ does not distribute over $∨$.
Note: the above example is a perfect counter-example to show that $\forall$ does not distribute over $\lor$.
$A \subseteq B \cup C$ means that every $x$ that belongs to $A$ will belong either to $B$ or to $C$.
But this does not imply that: either all elements of $A$ belong to $B$ or all elements of $A$ belong to $C$.