[Math] Independence of two events with non empty intersection

probability

Let $A, B$ be two non empty events. If they are disjoint, i. e. exclusive, they are not independent. In the case they are not disjoint, they can be either independent or not independent. Intuitively, in the case two events have non empty intersection, the occurrence of one event will condition the occurrence of the other one since their intersection is not empty. In other words, I don't understand how $P(A|B) = P(A). $I am thus confused.

Can you provide an explanation and an example of 2 non empty events with non empty intersection which are independent?

Many thanks.

Best Answer

Take a 4-sided die with the numbers 1 to 4. Check the events:

  • result is $\le 2$.

  • result is odd.

Another possibility: if $P(A) = 1$ and $B\subset A$ then $$P(A) P(B) = P(B) = P(A\cap B).$$

Related Question