Proving P(B)>=P(A) using Kolmogrov's axioms

  • Thread starter Thread starter amai
  • Start date Start date
  • Tags Tags
    Axioms
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
amai
Messages
3
Reaction score
0

Homework Statement


Suppose A is a subset of B. Using the three axioms to establish P(B)≥P(A)


Homework Equations


Axioms...
1. For any event A, P(A)[itex]\geq[/itex]0
2.P(S)=1
3.If events A1,A2... are mutually exclusive, then P([itex]\cup[/itex]Ai)=[itex]\sum[/itex]P(Ai)


The Attempt at a Solution



From the venn diagram I drew, i have...

B=A+[itex]\overline{A}[/itex]B
P(B)=P(A[itex]\cup[/itex][itex]\overline{A}[/itex]B)
P(B)=P(A)+P([itex]\overline{A}[/itex]B)

According to axiom 1, P([itex]\overline{A}[/itex]B)≥0 ... but doesn't that mean i just proved P(B)≤P(A)?
 
Physics news on Phys.org
Yes, that is what i meant. Maybe the solution is wrong then... i guess i'll have to ask my professor.
 
amai said:
Yes, that is what i meant. Maybe the solution is wrong then... i guess i'll have to ask my professor.
Sorry, I misread your question:
but doesn't that mean i just proved P(B)≤P(A)?
No, you proved ##P(B) \geq P(A)##, just like the question asked. Your obtained this result:
$$P(B) = P(A) + P(B \setminus A)$$
which means that ##P(B) \geq P(A)##, since you have to add the nonnegative number ##P(B \setminus A)## to ##P(A)## in order to obtain ##P(B)##.