Can $\Pr(B|-A)$ be written as $1-\Pr(-B|-A)$?

78 Views Asked by At

Can $\Pr(B|-A)$ be written as $1-\Pr(-B|-A)$?
Would be helpful if someone could confirm this.

2

There are 2 best solutions below

1
On

Remember that $B | -A$ is the event that $B$ occurs given that $A$ does not. Call this event $E$. Then we have $P(-E) = 1 - P(E).$ Now back substitute.

0
On

Conditional Probability is still a probability measure.

All the usual rules apply.

Such as "the sum of the probabilities of complementary events equals one".

$$\mathsf P(A\mid \neg B) + \mathsf P(\neg A\mid\neg B)=1$$


If you want to be sure, you can just use the definition of conditioning.

When $\mathsf P(\lnot B)>0$ then:

$$\begin{align} \mathsf P(A\mid \neg B) + \mathsf P(\neg A\mid\neg B) &= \dfrac{~\mathsf P(A\cap\neg B)~}{\mathsf P(\lnot B)}+\dfrac{~\mathsf P(\neg A\cap\neg B)~}{\mathsf P(\neg B)}&&\text{by definition}\\[1ex]&= \dfrac{~\mathsf P\big((A\cap\neg B)\cup(\neg A\cap\neg B)\big)~}{\mathsf P(\neg B)}&&\text{the events are disjoint}\\[1ex]&=\dfrac{~\mathsf P\big((A\cup\neg A)\cap\neg B\big)~}{\mathsf P(\neg B)}&&\text{distribution}\\[1ex]&=\dfrac{~\mathsf P(\neg B)~}{\mathsf P(\neg B)}\\[1ex]&=1 \end{align}$$ As was to be demonstrated.

$\blacksquare$