This is something I came up with while trying to solve another problem; it's a basic point-set topology problem that seems true and easy to prove, but I keep getting stuck.
Let $A,B$ be subspaces of a topological space $X$. Suppose that $C$ is a (connected) component of $A$ which is disjoint from $B$. Suppose moreover that $B,C$ are both closed in $X$. Then $C$ is a component of $A \cup B$.
Intuitively, the fact that $B,C$ are closed and disjoint prevents the addition of $B$ to interact with the maximal connectivity of $C$, even though $B$ might perturb other components of $A$.
Some thoughts: connectivity of $C$ is clear, as its topology as a subspace of $A \cup B$ coincides with its topology as a subspace of $A$. Now, let $C \subseteq E \subseteq A \cup B$ be a component. If $E$ doesn't intersect $B$, then $E$ may be viewed as a component of $A$ and therefore $E = C$. The more general case where $E$ intersects $B$ and other parts of $A$ is giving me trouble. We may decompose $$E = (E \cap C) \sqcup (E \cap B) \sqcup (E \cap (A \setminus (C \cup B))).$$
If, for instance, $C \cup B$ is open in $A \cup B$, then in the decomposition above all the terms are closed, yielding a disconnection of $E$. But we shouldn't need that assumption.