I'm trying to find a rigorous definition of 'independence of events' and 'independence of random variables'.
I came across 2 definitions in the sources I'm studying from:
- Definition 1: $A$ and $B$ are independent iff $\Pr(A) = \Pr(A \mid B)$.
- Definition 2: $A$ and $B$ are independent iff $\Pr(A \cap B) = \Pr(A)\Pr(B)$.
I'll explain later why I think definition 2 is wrong when $\Pr(B) = 0$.
Definition 1 looks right to me, but it doesn't say whether $A$ and $B$ are independent if $\Pr(A \mid B)$ is not defined. This can happen, for instance, if $B = \{\}$. Saying something like '$A$ and $B$ are independent iff $\Pr(A \mid B)$ is not defined or $\Pr(A) = \Pr(A \mid B)$' feels weird, but wouldn't be unacceptable to me.
How does one define the independence of 2 events? Is the independence of 2 events always defined?
To digress a bit, a characterization of when $\Pr(A \mid B)$ is defined would also be useful to me. I tried to find a rigorous definition of conditional probability and I came across concepts like 'regular conditional probability' and 'disintegration theorem' which looked promising, but I think they will take a large amount of time and effort to understand. They also focussed more on the 'how to define' part and less on the 'when is it defined' part.
Now I explain the reason why I think definition 2 is wrong: Let $[-1, 1]^2$ be a dartboard and the dart's landing point is uniformly random. Let $A$ be the event that the dart lands in the circle $x^2 + y^2 \le 1$. Let $B$ be the event that the dart lands on the line $x = 0$. Then $\Pr(A \cap B) = \Pr(B) = 0$ and $\Pr(A) = \pi/4$, so $A$ and $B$ are independent by the definition above. But $A$ is not guaranteed to occur: it has probability $\pi/4$, whereas if $B$ happens, then $A$ is guaranteed to occur (because $B \subseteq A$). Since the occurrence of $B$ affects the odds of occurrence of $A$, I think $A$ and $B$ should not be independent. Formally, I would write this as $\Pr(A \mid B) = 1 \neq \Pr(A)$.