Back to AI Math Mind Map
中文·English
📐 AI MathID: probability-axioms

Probability Axioms & Bayes

概率公理与贝叶斯定理
🎯Core Definition
The probability axioms are three conditions for measuring uncertainty — non-negativity P(A)0P(A) \ge 0, normalization P(Ω)=1P(\Omega) = 1, and countable additivity P(iAi)=iP(Ai)P(\bigcup_{i} A_i) = \sum_i P(A_i) for disjoint AiA_i. They yield conditional probability P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}, the law of total probability P(B)=iP(BAi)P(Ai)P(B) = \sum_i P(B|A_i)P(A_i), and Bayes' theorem P(AiB)=P(BAi)P(Ai)jP(BAj)P(Aj)P(A_i|B) = \frac{P(B|A_i)P(A_i)}{\sum_j P(B|A_j)P(A_j)}, i.e. posterior \propto likelihood ×\times prior.
💡Use Cases
the starting point of every probabilistic calculation — classic interview problems (positive test → disease probability, spam classification) and the shared foundation of Bayesian inference and generative modeling via the p(x,z)p(x,z) factorization.
Key Problems Solved
intuition ignores base rates — with a 1% prevalence and 99% sensitivity/specificity, a positive test yields only about 50% posterior probability of disease, not 99%; Bayes' rule forces in the prior and evidence normalization, preventing the systematic overestimation of the base rate fallacy.
🎯5 High-Frequency Exam Points
1
State the three probability axioms and prove P(Ac)=1P(A)P(A^c) = 1 - P(A) and P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)?
2
Derive Bayes' theorem and the law of total probability? What is the base rate fallacy?
3
Prevalence 1%, sensitivity and specificity 99% — what is the posterior given a positive test?
4
Which terms are the prior, likelihood, evidence and posterior, and how do they jointly shape inference?
5
Conditional independence vs independence? Why does P(AB)=P(A)P(A|B) = P(A) mean A,BA,B are independent?
Updated 2026-08-12
🎯
Test Your Knowledge: Practice Questions for "Probability Axioms & Bayes"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardJacobian & HessianNext CardCommon Distributions

🔗 More AI Math Knowledge Cards

Adam/AdamW MathBayesian InferenceBias-Variance DecompositionBootstrap