Given this formula:
$$P(A|B)=\frac{P(B|A)P(A)}{P(B)}=\frac{P(A∧B)}{P(A∧B)+P(¬A∧B)}$$
The second part is the Bayesian formula, the third part is what I thought the Bayesian formula must be based on my own reasoning.
Question:
- Is this equality true? (Is my reasoning correct?)
- If they are the same; then how can I transform one into the other?
- More in general: where can I find rules for working with these kinds of functions?