Understanding [itex]P(\bigcap_{i=1}^n A_i) = \prod_{i=1}^n P(A_i) [/itex]

  • Thread starter Thread starter operationsres
  • Start date Start date
operationsres
Messages
99
Reaction score
0
My goal: Understand P(\bigcap_{i=1}^n A_i) = \prod_{i=1}^n P(A_i).

My current understanding:

It wasn't defined in my lecture slides what A_i exactly was, but I'm guessing that it's to be an event as that's how it's been defined everywhere else.

So, let A be an event (in this case, the outcome of 1 fair coin flip), and \Omega be the state space.

We clearly have \Omega = \{H,T\} and the \sigma-algebra as \bf{F} = \{\{\},\Omega,\{H\},\{T\}\}.

\{H\},\{T\} are the only two events, so denote them A_1 = \{H\} and A_2 = \{T\}.

We then have \bigcap_{i=1}^2 A_i = \{ \} \Rightarrow \prod_{i=1}^2 P(A_i) = P(\{ \}) = 0. Yet this is clearly incorrect as \prod_{i=1}^2 P(A_i) = P(\{H\})*P(\{T\}) = 0.25

_________

Now, I understand that this is to be applied to problems like ""You flip 2 fair coins, what's the probability that you get 2 heads"", then you multiply 0.5*0.5. But I'm really confused because A_i was referred to throughout this whole lecture as constituting all the events that are elements of a relevant sigma-algebra.

What am I missing?
 
Physics news on Phys.org
Hi operationres. That relationship only applies to independent events.
 
One way we can think about this is to rearrange the conditional probability formula (see your other recent post) as,
P(B \cap A) = P(A) P(B|A).

Now if A and B are independent events then P(B|A) = P(B), giving this result,

P(B \cap A) = P(A) P(B).
 
Thanks, I completely understand now.
 
operationsres said:
My goal: Understand P(\bigcap_{i=1}^n A_i) = \prod_{i=1}^n P(A_i).

My current understanding:

It wasn't defined in my lecture slides what A_i exactly was, but I'm guessing that it's to be an event as that's how it's been defined everywhere else.

So, let A be an event (in this case, the outcome of 1 fair coin flip), and \Omega be the state space.

We clearly have \Omega = \{H,T\} and the \sigma-algebra as \bf{F} = \{\{\},\Omega,\{H\},\{T\}\}.

\{H\},\{T\} are the only two events, so denote them A_1 = \{H\} and A_2 = \{T\}.

We then have \bigcap_{i=1}^2 A_i = \{ \} \Rightarrow \prod_{i=1}^2 P(A_i) = P(\{ \}) = 0. Yet this is clearly incorrect as \prod_{i=1}^2 P(A_i) = P(\{H\})*P(\{T\}) = 0.25

_________

Now, I understand that this is to be applied to problems like ""You flip 2 fair coins, what's the probability that you get 2 heads"", then you multiply 0.5*0.5. But I'm really confused because A_i was referred to throughout this whole lecture as constituting all the events that are elements of a relevant sigma-algebra.

What am I missing?

The result stated applies only to independent events, and whether or not two events are independent depends on the nature of the probability measure P. In your coin example, we could define a probability measure P such that P{H} = 1, P{T} = 0, etc. Now we would have P{A & B} = P{A}*P{B} for all elements A and B of {{},Ω, {H}, {T}}. Of course, that probability measure does not look very useful; in practice, it would apply to a two-headed coin.

RGV
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top