I can't grasp the concept of events being dependent on each other without being sequential in some way.
Let's temporarily forget about independence and mutual exclusivity, and first address the pressing fundamental error in your conceptualisation. Now, consider a probability experiment with sample space $\{ttt,htt,tht,tth,hht,hth,thh,hhh\}.$ Note that an event is literally a subset of the sample space:
- the event of obtaining exactly one Head is $\{htt,tht,tth\}$
- the event of obtaining fewer than four Heads is the sample space itself
- the event of obtaining four Heads is $\emptyset.$
Observe from the above that it does not generally make sense to frame events as existing at timepoints, let alone as being in sequence. After all, every event is just a specific ‘snapshot’ of associated outcomes! Elaboration here and here. By ‘sequential’, you are thinking only of events like
- the event of obtaining Tail in the 1st toss $=\{thh,tht,tth,ttt\}$
- the event of obtaining Tail in the 2nd toss $=\{ttt,htt,tth,hth\}.$
The way I conceptualize dependence/independence is whether one event directly affects the other.
As is clear by now, this framing works only for a strict subset of all the possible cases. An accurate characterisation of independence—corresponding to $P(B|A) = P(B)$ —is this:
- given event $A$ with a nonzero probability and event $B,$ they are independent iff knowing that $A$ happens does not change $B$'s probability.
This characterisation (applicable only when $A$ has a nonzero probability) is actually a consequence of the following definition (applicable regardless of $A$'s probability):
- $A$ and $B$ are independent events $\iff P(A∩B)=P(A)P(B).$
if it is raining, I am more likely to bring an umbrella.
event of raining $=\{\color{brown}{ru},r\overline u\}$
event of bringing umbrella $=\{\color{brown}{ru},\overline ru\}$
rolling an even number is event $A,$ and rolling an odd number is event $B.$
$A=$ event of obtaining even $=\{2,4,6\}$
$B=$ event of obtaining odd $=\{1,3,5\}$
$C=$ event of obtaining multiple of $3$ $=\{3,6\}$
$D=$ event of obtaining multiple of $5$ $=\{5\}$
By definition,
- $A$ and $B$ are dependent
- $B$ and $C$ are independent
- $B$ and $D$ are dependent.
Depending on how you are intuiting the concept of independence, you may be surprised by some of the above bullets!
How could you ever calculate the probability of the event of rolling an even number given the fact that you've rolled an odd number, if they're happening at the exact same time?
By definition! $P(A|B)=\dfrac{P(A\cap B)}{P(B)}=0.$
I'm very confused about the fact that two mutually exclusive events are necessarily dependent.
More accurately,
- two mutually exclusive events are dependent if and only if they have nonzero probabilities.
This is corroborated by the definitions of independence and mutual exclusivity. More concretely, suppose that event $A$ is Tail and event $B$ is neither Head nor Tail. Knowing that $A$ happens does not change $B$'s zero probability, so $A$ and $B$ are independent; yet $A$ and $B$ are also mutually exclusive.