I've just started databases and have exercise to proof that projection$(\pi)$ is distributive over set union$(\bigcup)$. But I suck in proofs and don't really know how to proof that:
$\pi_\alpha( R \bigcup S) = \pi_\alpha(R) \bigcup \pi_\alpha(S) $
It's just to obvious and I don't know how to proof it.
References:
Definition of $\bigcup: A \bigcup B = \{ x : x \in A \vee x \in B \}$
Property of $\pi \ \ $ $\pi_\alpha(\pi_\beta (R)) = \pi_\alpha(R) \\where \ \ \alpha \subseteq \beta $