[example: Pairwise Independence Without Mutual Independence]
Let $\Omega=\{00,01,10,11\}$ with the uniform probability measure, so each singleton has probability $1/4$. Define
\begin{align*}
A&=\{00,01\},&
B&=\{00,10\},&
C&=\{00,11\}.
\end{align*}
Then
\begin{align*}
\mathbb P(A)
&=\mathbb P(\{00,01\})
=\mathbb P(\{00\})+\mathbb P(\{01\})
=\frac14+\frac14
=\frac12,\\
\mathbb P(B)
&=\mathbb P(\{00,10\})
=\mathbb P(\{00\})+\mathbb P(\{10\})
=\frac14+\frac14
=\frac12,\\
\mathbb P(C)
&=\mathbb P(\{00,11\})
=\mathbb P(\{00\})+\mathbb P(\{11\})
=\frac14+\frac14
=\frac12.
\end{align*}
The pairwise intersections are
\begin{align*}
A\cap B
&=\{00,01\}\cap\{00,10\}
=\{00\},\\
A\cap C
&=\{00,01\}\cap\{00,11\}
=\{00\},\\
B\cap C
&=\{00,10\}\cap\{00,11\}
=\{00\}.
\end{align*}
Therefore
\begin{align*}
\mathbb P(A\cap B)
&=\mathbb P(\{00\})
=\frac14
=\frac12\cdot\frac12
=\mathbb P(A)\mathbb P(B),\\
\mathbb P(A\cap C)
&=\mathbb P(\{00\})
=\frac14
=\frac12\cdot\frac12
=\mathbb P(A)\mathbb P(C),\\
\mathbb P(B\cap C)
&=\mathbb P(\{00\})
=\frac14
=\frac12\cdot\frac12
=\mathbb P(B)\mathbb P(C).
\end{align*}
Thus every pair among $A,B,C$ is independent.
However, the triple intersection is
\begin{align*}
A\cap B\cap C
&=\{00,01\}\cap\{00,10\}\cap\{00,11\}
=\{00\},
\end{align*}
so
\begin{align*}
\mathbb P(A\cap B\cap C)
&=\mathbb P(\{00\})
=\frac14.
\end{align*}
On the other hand,
\begin{align*}
\mathbb P(A)\mathbb P(B)\mathbb P(C)
=\frac12\cdot\frac12\cdot\frac12
=\frac18.
\end{align*}
Since
\begin{align*}
\mathbb P(A\cap B\cap C)
=\frac14
\ne
\frac18
=\mathbb P(A)\mathbb P(B)\mathbb P(C),
\end{align*}
the three events are pairwise independent but not mutually independent.
[/example]