P$(A \vert B) = \frac{P(AB)}{P(B)}$ if $P(B) \neq 0$?

60 Views Asked by At

I am familiar with the definition $P(A \vert B) = \begin{cases} \dfrac{P(B \vert A) P(A)}{P(B)}, & P(B) \neq 0 \\ \text{undefined}, & P(B) = 0 \end{cases}$

However, I just saw another definition for $P(A \vert B)$:

$P(A \vert B) = \begin{cases} \dfrac{P(AB)}{P(B)}, & P(B) \neq 0 \\ \text{undefined}, & P(B) = 0 \end{cases}$

I have never seen this definition before. How is this definition equivalent to the first? Thank you.

2

There are 2 best solutions below

1
On BEST ANSWER

Your definition does not make sense. You are defining $P(A|B) $ in terms of $P(B|A)$. That cannot be a definition. However the equation is valid and it is a theorem.

The correct definition is $P(A|B)=\frac {P(A\cap B)} {P(B)}$ if $P(B) >0$. Sometimes $P(A \cap B)$ is written as $P(AB)$.

0
On

$AB$ is shorthand for the intersect of the events $A$ and $B$, that is: $A\cap B$.

The rest is just the definition of conditional probability:

$$\begin{align}\mathsf P(AB)&=\mathsf P(A\cap B)\\&=\mathsf P(A\mid B)~\mathsf P(B)&&\text{when }\mathsf P(B)\neq 0\text{ and so }\mathsf P(A\mid B)\text{ is defined}\\&=\mathsf P(B\mid A)~\mathsf P(A)&&\text{when }\mathsf P(A)\neq 0\text{ and so }\mathsf P(B\mid A)\text{ is defined}\end{align}$$