Conditional Probability and Bayes' Formula Questions

AI Thread Summary
Conditional probability is defined as P(A|B) = P(A ∩ B) / P(B), while Bayes' Theorem allows for the reversal of conditions, expressed as P(A|B) = (P(B|A) * P(A)) / P(B). Bayes' Theorem is applicable to any conditional probability problem where P(B) is greater than zero. It serves as a versatile tool in probability theory, enabling the calculation of probabilities in various contexts. Understanding these concepts is essential for effectively applying probability in real-world scenarios.
sampahmel
Messages
20
Reaction score
0
Dear all,

Please clarify the following:

1.) The difference of conditional probability and Bayes' formula.

2.) Is Bayes' formula a "all weather condition" formula for all conditional probabilities problem?


Thank you,

S
 
Physics news on Phys.org
Can anyone please answer to the above question?
 
1) Conditional probability is \mathbb{P}(A|B):=\frac{\mathbb{P}(A \cap B)}{\mathbb{P}(B)}.

Bayes Theorem is used to swap the condition around,
\mathbb{P}(A|B):=\frac{\mathbb{P}(B|A) \mathbb{P}(A)}{\mathbb{P}(B)}

2) You can use Bayes formula for any conditional probabilities such that \mathbb{P}(B)>0
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top