I'm trying to understand the solution to the following question:
Let X and Y be independent random variables, uniformly distributed on the interval $[0,1]$. Since $X \neq 0 $ almost surely, the random variable $Z=\frac{Y}{X}$ is well defined.
Compute $P(X < x | \sigma(Y)) $ and $ P(X < x | \sigma(Z)) $.
How do you calculate a conditional probability in the case where you are conditioning on a sigma algebra? How is the answer below obtained?
$$P(X < x | \sigma(Y)) = \min\{x,1\} $$ $$P(X < x | \sigma(Z)) = \min\{x^2,1\} I_{\{ Z \leq 1 \}} + \min\{xZ^2,1\}I_{\{ Z \geq 1\}} $$