The definition of the union set between two sets is: $$A \cup B = \{x | x\in A \lor x\in B\}$$ How do you say this in English? Do you say '$A \cup B$ is the set of all elements $x$, such that $x$ is an element of $A$ or $x$ is an element of $B$'? Isn't this the same as saying $\forall x ( x\in A \lor x \in B)$.
What is the difference between the two?