Given two continuous iid r.v.s X and Y on $(\Omega, \mathcal{F}, \mathbb{P})$, I want to show that the probablity of a tie is zero, i.e. $\mathbb{P}(\{\omega \in \Omega: X(\omega) = Y(\omega)\}) =0$. One fact is that a continuous r.v. does not have any atom, i.e. $\mathbb{P}(\{X = c\}) =0, \forall c \in \mathbb{R}$. To tackle the problem, one might try to use the said fact and write $\{\omega \in \Omega: X(\omega) = Y(\omega)\} \equiv \bigcup_{c \in \mathbb{R}} \{\omega \in \Omega: X(\omega) = c: \quad Y(\omega)=c \}$. The problem is that this is an uncountable union and $\mathbb{P}$does not necessarily move through $\bigcup_{c \in \mathbb{R}}$.
How can I resolve this problem?