I am looking at the expansion of the chain rule for probability.
$$
P\left(\bigcap_{k=1}^nA_k\right)=\prod_{k=1}^nP\left(A_k\middle|\bigcap_{j=1}^{k-1}A_j \right)
$$
if n=2, then the terms will be:
$$
P\left(A_1,A_2\right)=P\left(A_1\middle|\bigcap_{j=1}^{0}A_j\right)P\left(A_2\middle|\bigcap_{j=1}^{1}A_j\right)=P\left(A_1\right)P\left(A_2\middle|A_1\right)
$$
What is the definition of the intersection where top limit is smaller than bottom limit?
$$
\bigcap_{j=1}^{0}A_j=\hspace{1mm}?
$$
An empty sum = 0 while an empty product = 1. Is this an empty intersection?
Thanks for the help!