Another proof using the axioms of probability

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
4 replies · 2K views
phosgene
Messages
145
Reaction score
1

Homework Statement



If A and B are events, use the axioms of probability to show that:

[itex]if B \subset A, then P(B) \leq P(A)[/itex]

Homework Equations



Axiom 1: [itex]P(n) \geq 0[/itex]

Axiom 2: [itex]P(S)=1[/itex]

Axiom 3: If A1,A2,... are disjoint sets, then [itex]P(\bigcup _{i} A_{i}) = \sum_{i} P(A_{i})[/itex]

The Attempt at a Solution



I start with using the law of total probability to define the set A:

[itex]A= (A \cap B) \cup (A \cap B^{C})[/itex]

Then I use axiom 3 to get turn it into a probability:

[itex]P(A) = P(A \cap B) + P(A \cap B^{C})[/itex]

Since [itex]B \subset A, P(A \cap B) = P(B)[/itex]

So

[itex]P(A) = P(B) + P(A \cap B^{C})[/itex]

[itex]P(B)=P(A) - P(A \cap B^{C})[/itex]

And as axiom 1 states that a probability must be greater than or equal to 0,

[itex]P(B) \leq P(A)[/itex]

As for proving the equality case, this means that [itex]P(A \cap B^{C}) = 0[/itex], but then doesn't that just mean that A=B. Since the question states that B is a *proper* subset of A, am I incorrect in thinking that it might be a typo?
 
Last edited:
Physics news on Phys.org
Ok, fixed. But suppose that [itex]P(A \cap B^{C}) = 0[/itex], doesn't this mean that A=B?
 
[itex][/itex]I see, interesting..so basically, using axiom 1, I will get [itex]P(B) \leq P(A)[/itex], which completes my proof. Thanks :)