The equation in question is: P(A, B) = P(A | B) * P(B), and P(A,B) = P(A) * P(B). You can see in the image the portion of A ∩ B. Venn diagram of A intersect B
In A independent from B case, you can see that the A ∩ B portion is empty space. So according to the image, P(A ∩ B) = 0, P(A | B) = 0, which is clearly wrong.
The way I intuitively visualize the diagram is: each pixel is a event. If a pixel is in circle A, it belongs to A. If a pixel is in both A and B, it is in A ∩ B. This interpretation is clearly wrong.
So how to interpret the Vein diagram correctly? How to visualize P(A ∩ B), P(A | B) in the case where A is independent of B ? If possible, could anyone draw an image ?
Thank you for your help.