Can Intersecting Events in Probability be Independent?

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
PFuser1232
Messages
479
Reaction score
20
##P(A|A∩B) = \frac{P(A∩(A∩B))}{P(A∩B)} = \frac{P(A∩B)}{P(A∩B)} = 1##
So given the the event "A and B" as the sample space, the probability of A occurring is 1.

##P(A|A∪B) = \frac{P(A∩(A∪B))}{P(A∪B)} = \frac{P(A)}{P(A∪B)}##
Those two events are independent if and only if the probability of "A or B" occurring is 1, in which case the conditional probability of A equals the probability of A.

Is my reasoning correct?
 
Physics news on Phys.org
you mean that A and A∪B are independent if P(A∪B)=1 ? yes, this is a special case of independent events. There is one other special case which can mean that A and A∪B are independent. You are trying to make the last equation go from
[tex]P(A|A∪B) = \frac{P(A)}{P(A∪B)}[/tex]
to become:
[tex]P(A|A∪B) = P(A)[/tex]
right? and you did this by setting P(A∪B)=1. But there is another way also.
 
MohammedRady97 said:
##P(A|A∩B) = \frac{P(A∩(A∩B))}{P(A∩B)} = \frac{P(A∩B)}{P(A∩B)} = 1##
So given the the event "A and B" as the sample space, the probability of A occurring is 1.
We'd have to consider the case [itex]B \cap A = \emptyset[/itex]

##P(A|A∪B) = \frac{P(A∩(A∪B))}{P(A∪B)} = \frac{P(A)}{P(A∪B)}##
Those two events are independent
Which two events? [itex]A[/itex] and [itex]A \cup B[/itex] ?

if and only if the probability of "A or B" occurring is 1

Suppose [itex]B = \emptyset[/itex].

I think your results are interesting and worth perfecting by taking care of the exceptional cases.
 
Stephen Tashi said:
We'd have to consider the case [itex]B \cap A = \emptyset[/itex]Which two events? [itex]A[/itex] and [itex]A \cup B[/itex] ?
Suppose [itex]B = \emptyset[/itex].

I think your results are interesting and worth perfecting by taking care of the exceptional cases.

What about ##P(A|B)##? My gut tells me that since A and B intersect, A and B must be dependent. This is wrong, of course, but how do I prove the dependence (or independence) of two intersecting events?
 
MohammedRady97 said:
What about ##P(A|B)##?

I don't know what your are asking.

My gut tells me that since A and B intersect, A and B must be dependent. This is wrong, of course, but how do I prove the dependence (or independence) of two intersecting events?

You can't prove the dependence or independence of two events that have a non-empty intersection just from knowing the intersection is non-empty. It's a quantitative question that depends on the numerical values of the probabilities involved. If you want to prove a result, you'll have to add more assumptions - something beyond just knowing that the intersection is non-empty.