The Kolmogorov zero-one law says that for a sequence of independent events, any event belonging to the tail $\sigma$-field has probability either $0$ or $1$. However the converse is not true, because you can find dependent sequence of events, for which the tail events have probability zero or one. Two such interesting examples i found are:
- Consider a probability space $(\Omega,\mathcal{A},P)$Let $E_1,E_2,\cdots$ be a sequence of events defined as $$E_1=E_2=A,~~E_3=E_4=\cdots=\phi$$ where $\phi$ denotes the empty set, and $A\in\mathcal{A}$.
- Consider a prob space $(\Omega,\mathcal{A},P)$, and take any independent sequence of events, $\{B_n\}$. Then construct an interleaving sequence of events, $\{E_n\}$ as $$E_1=B_1,E_2=B_2,E_3=B_1\cup B_2,E_4=B_3,E_5=B_2\cup B_3,E_6=B_4,E_7=B_3\cup B_4,\cdots$$ Then $\{E_n\}$ is a sequence of dependent events and the tail $\sigma$-field generated by $\{E_n\}$ is same as that generated by $\{B_n\}$ and hence every tail event has probability either $0$ or $1$.
Seeing these examples I guess that if every event in the tail $\sigma$-field of a sequence of events has probability either $0$ or $1$, then there must exist a sequence of independent events from the same probability space which has the same tail $\sigma$-field.
Is this true, or there is some very obvious counterexample?