[example: Two Dice and a Restricted Universe]
Roll two fair six-sided dice, so the sample space has $36$ equally likely ordered pairs. Let $A$ be the event that the sum is $8$, and let $B$ be the event that the first die is $3$. The conditioning event is
\begin{align*}
B=\{(3,1),(3,2),(3,3),(3,4),(3,5),(3,6)\},
\end{align*}
so $|B|=6$ and
\begin{align*}
\mathbb P(B)=\frac{6}{36}=\frac{1}{6}>0.
\end{align*}
The event $A$ is
\begin{align*}
A=\{(2,6),(3,5),(4,4),(5,3),(6,2)\},
\end{align*}
so
\begin{align*}
A\cap B=\{(3,5)\}
\end{align*}
and therefore
\begin{align*}
\mathbb P(A\cap B)=\frac{1}{36}.
\end{align*}
Using the definition of conditional probability,
\begin{align*}
\mathbb P(A\mid B)
&=\frac{\mathbb P(A\cap B)}{\mathbb P(B)} \\
&=\frac{1/36}{6/36} \\
&=\frac{1}{36}\cdot \frac{36}{6} \\
&=\frac{1}{6}.
\end{align*}
Without the information $B$, the sum $8$ has five favorable outcomes among the thirty-six equally likely outcomes, so
\begin{align*}
\mathbb P(A)=\frac{5}{36}.
\end{align*}
Conditioning has changed the reference set from all $36$ outcomes to the six outcomes compatible with the first die being $3$.
[/example]