Axioms of Probability: Deriving P(A∪B) = P(A) + P(B) - P(A∩B)

  • Context: Undergrad 
  • Thread starter Thread starter ampakine
  • Start date Start date
  • Tags Tags
    Axioms Probability
Click For Summary

Discussion Overview

The discussion revolves around the derivation of the probability equation P(A∪B) = P(A) + P(B) - P(A∩B) using the axioms of probability. Participants explore how to apply these axioms to prove the equation, discussing both theoretical and practical aspects of probability.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants express confusion about how to derive the equation using the axioms of probability.
  • One participant suggests that P(X) + P(Y) = P(X∪Y) only holds for disjoint sets, prompting further exploration of the relationship between A and B.
  • Another participant proposes that P(B) + P(A ∩ \overline{B}) could be used to prove P(A∪B).
  • Several participants discuss the need to express A∪B as a union of disjoint sets, identifying A∩BC, AC∩B, and A∩B as the relevant components.
  • There is a suggestion to define new sets A1 and B1 to simplify the discussion, leading to a clearer representation of the problem.
  • One participant questions whether the derivation is simply about rearranging equations, expressing frustration over the complexity of the question.
  • Another participant emphasizes the importance of axiom 3 in the derivation and discusses how to combine equations to arrive at the desired result.
  • Some participants note that the equation P(A∪B) = P(A) + P(B) only holds for disjoint sets, raising questions about the purpose of the derivation.
  • A later reply acknowledges that the original problem provided a hint that could have simplified the proof process.

Areas of Agreement / Disagreement

Participants generally express confusion and uncertainty about the derivation process, with no clear consensus on the best approach to take. Multiple competing views on how to apply the axioms and the implications of disjoint versus non-disjoint sets remain unresolved.

Contextual Notes

Participants highlight limitations in understanding the question and the assumptions involved in applying the axioms of probability. The discussion reflects varying levels of familiarity with the axioms and their application in probability theory.

ampakine
Messages
60
Reaction score
0
I came across this question:
http://imageshack.us/m/3/4510/axiomsq.png
which I'm confused about. I know what the axioms of probability are but how would I use them to "derive" that result? I could illustrate why P(A∪B) = P(A) + P(B) - P(A∩B) on a Venn diagram but I have no idea how to use the axioms to show it.
 
Physics news on Phys.org
You only have to use that P(X) + P(Y) = P(X∪Y) if X and Y are disjoint sets.

P(B) + P(A) = (P(B) + P(A-A∩B)) + P(A∩B) = P(B∪(A-A∩B)) + P(A∩B) = P(A∪B) + P(A∩B)

For what you have been given, note that it remains to prove that [tex]P(B) + P(A \cap \overline{B}) = P(A \cup B)[/tex]. Can you use the formula again to prove this?

Hint:
substitute A by A∪B in the formula above.
 
Last edited:
I don't understand your explanation. The equation in the first spoiler confuses the hell out of me.
 
ampakine said:
which I'm confused about. I know what the axioms of probability are but how would I use them to "derive" that result? I could illustrate why P(A∪B) = P(A) + P(B) - P(A∩B) on a Venn diagram but I have no idea how to use the axioms to show it.

Hi ampakine! :smile:

Could you start by writing down the axioms of chance?
Then we can pick up the proof starting from your definitions.
 
I like Serena said:
Hi ampakine! :smile:

Could you start by writing down the axioms of chance?
Then we can pick up the proof starting from your definitions.

Alright:
(Ax1) 0 ≤ P(A) ≤ 1
(Ax2) P(S) = 1
(Ax3) If events A and B are disjoint then P(A∪B) = P(A) + P(B)

I have no idea how I could use any of that to prove anything though.
 
Last edited:
ampakine said:
Alright:
(Ax1) 0 ≤ P(A) ≤ 1
(Ax2) P(S) = 1
(Ax3) If events A and B are disjoint then P(A∪B) = P(A) + P(B)

I have no idea how I could use any of that to prove anything though.

All right!
So (perhaps with the help of a Venn diagram), can you write A∪B as a union of disjoint sets?
 
What do you mean write them as a union? I know that A∪B looks like this:
figure%201%20VD.jpg

and that A∪B = A + B. The first equation is the same as A∪B = A + B - A∩B but I don't know if A and B are disjoint sets. If they are then A∩B = 0 which still satisfies both equations:
A∪B = A + B - 0
A = 0 + A∪E
^^ I couldn't type B bar so I used E instead.
 
ampakine said:
and that A∪B = A + B. The first equation is the same as A∪B = A + B - A∩B but I don't know if A and B are disjoint sets. If they are then A∩B = 0 which still satisfies both equations:
A∪B = A + B - 0
A = 0 + A∪E
^^ I couldn't type B bar so I used E instead.

"∪" is the symbol for a union.
Saying A∪B = A + B is like saying that you consider "+" as being a synonym for "∪".
This does occur in practice, but only because a "+" is easier to type.
Let's avoid the "+" here, to avoid ambiguity.

And yes, you do not know if A and B are disjoint sets, so we'll assume for now that they are not disjoint.
In a Venn diagram you would show this by drawing 2 circles that overlap.
The first circle represents A, the second represents B, and the overlapping area represents the so called intersection, written as A∩B.

In set theory we also have subtraction, for which I'll be using the symbol "\", again to avoid ambiguity with the "-" symbol, which we'll use for subtracting numbers.
So "A \ B" is the set A from which all elements that belong to B are removed.

The bar that you wanted to use would represent the complement.
Let's use BC for that, which is a common notation (that we can type).


Can you name the 3 parts of A∪B, that will be disjoint?
 
I like Serena said:
Can you name the 3 parts of A∪B, that will be disjoint?

A∩BC, AC∩B and A∩B?
 
  • #10
ampakine said:
A∩BC, AC∩B and A∩B?

Yep! :smile:

So we have P(A∪B) = P( (A∩BC) ∪ (AC∩B) ∪ (A∩B) ).

Can you apply the axioms now, since the preconditions are met?
 
  • #11
I still have absolutely no idea how to do it. I don't even know where to begin. I can make Venn diagrams in my head and see exactly what is going on but I have no idea how to answer a question like this. Its the question itself I don't understand. Am I suppose to just rearrange equations until I end up with A∪B = A + B - A∩B? I can't see how letting you assume that P(A) = P(A∩B) + P(A∩BC) provides any new information that's just another way of stating the original equation.
 
Last edited:
  • #12
ampakine said:
I still have absolutely no idea how to do it. I don't even know where to begin. I can make Venn diagrams in my head and see exactly what is going on but I have no idea how to answer a question like this. Its the question itself I don't understand. Am I suppose to just rearrange equations until I end up with A∪B = A + B - A∩B? I can't see how letting you assume that P(A) = P(A∩B) + P(A∩BC) provides any new information that's just another way of stating the original equation.

Let's give the sets a couple of names, just to talk easier.
Define:
A1=(A∩BC)
B1=(AC∩B)

So A∪B = A1 ∪ B1 ∪ (A∩B) is a disjoint union.


What you have to show is that P(A∪B) = P(A) + P(B) - P(A∩B),
where A and B are not necessarily disjoint.


What you can use is axiom 3 that says that for any disjoint U and V holds:
P(U∪V) = P(U) + P(V)


Basically you can set up a couple of equations from the divisions of A and B we made earlier.
I think you already understand how to get these equations, so I'll storm ahead for now.

The equations are (from axiom 3):

P(A) = P(A1) + P(A∩B)
P(B) = P(B1) + P(A∩B)
P(A∪B) = P(A1) + P(B1) + P(A∩B)


Can you combine these equations to find the equation you have to show?
 
  • #13
I like Serena said:
The equations are (from axiom 3):

P(A) = P(A1) + P(A∩B)
P(B) = P(B1) + P(A∩B)
P(A∪B) = P(A1) + P(B1) + P(A∩B)


Can you combine these equations to find the equation you have to show?

Yeah I can replace 2 of the terms in equation 3 with equation one and get:
P(A∪B) = P(A) + P(B1)
then if I replace P(B1) with P(B) then P(A∩B) will appear twice which doesn't matter for disjoint sets since P(A∩B) equals 0 for them but will be a problem for joint sets so to fix the equation you must substract a P(A∩B) from it. So is it all about axiom 3 then? Is the purpose of the question to highlight the fact that the equation P(A∪B) = P(A) + P(B) only holds for disjoint sets? I'm probably going to be asked this question in an exam coming up but I would have had no idea how to answer if I hadn't asked about it here first. Thanks a lot!
 
  • #14
ampakine said:
Yeah I can replace 2 of the terms in equation 3 with equation one and get:
P(A∪B) = P(A) + P(B1)
then if I replace P(B1) with P(B) then P(A∩B) will appear twice which doesn't matter for disjoint sets since P(A∩B) equals 0 for them but will be a problem for joint sets so to fix the equation you must substract a P(A∩B) from it. So is it all about axiom 3 then? Is the purpose of the question to highlight the fact that the equation P(A∪B) = P(A) + P(B) only holds for disjoint sets? I'm probably going to be asked this question in an exam coming up but I would have had no idea how to answer if I hadn't asked about it here first.

Well, this is a proposition that follows from the axioms (indeed only axiom 3 to be precise).
The purpose would be that you know you can use this one when you need to.
And it highlights how propositions are derived from the axioms.

Actually, now that I look at the original problem again, I see that I took you the long way around.
We did the complete proof, but in the problem they gave you a hint.
That is, they gave you an equation that you could assume.
With it, the proof becomes a bit shorter.

ampakine said:
Thanks a lot!

I appreciate the thank you and you're welcome! :smile:
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K