I am going through Achim Klenke's Probability Theory textbook. In Section 7.4, he discusses what it means for two measures to be singular to one another and gives the following example.
Let $\Omega = \{0, 1\}^\mathbb{N}$ and let $(\mathrm{Ber}_p)^{\otimes \mathbb{N}}$ and $(\mathrm{Ber}_q)^{\otimes \mathbb{N}}$ be the infinite product measures with parameters $p$ and $q$, respectively. For $n \in \mathbb{N}$, let $X_n$ be the $n$-th coordinate map. Then under $(\mathrm{Ber}_r)^{\otimes \mathbb{N}}$, $(X_n)_{n \in \mathbb{N}}$ is independent and Bernoulli distributed with parameter $r$.
Here is the step where I get confused:
Klenke states that one can apply the strong law of large numbers such that for any $r \in \{p, q\}$, there exists a measurable set $A_r \subset \Omega$ with $(\mathrm{Ber}_r)^{\otimes \mathbb{N}}(\Omega \backslash A_r) = 0$ and $\lim_{n \to \infty} n^{-1} \sum_1^n X_i(\omega) = r$ for all $\omega \in A_r$ and therefore in particular $A_p \cap A_q = \emptyset$ if $p \not = q$, and thus $(\mathrm{Ber}_p)^{\otimes \mathbb{N}}$ and $(\mathrm{Ber}_q)^{\otimes \mathbb{N}}$ are singular in that case.
Now I am completely confused by the last paragraph. First off, what guarantees the existence of such a measurable set $A_r$? Then, how does it particular follow that $A_p \cap A_q = \emptyset$ if $p \not = q$? And finally, how does the last imply singularity of the two measures? A nice and clear explanation would be greatly appreciated, thanks!