Skip to content

Probability Theory | Mathematics

sources:

  • text: Spivak - Calculus
  1. Probability Spaces
  2. Random Variables
  3. Joint Distributions and Independence
  4. Limit Theorems
  5. Transformations and Convolutions

University-level probability theory notes covering probability spaces, random variables, and limit theorems.

  • Probability Spaces: Sigma-algebras, measures, conditional probability
  • Random Variables: Discrete and continuous distributions, expectation, variance
  • Joint Distributions: Independence, covariance, correlation
  • Limit Theorems: Law of large numbers, central limit theorem
  • Real analysis (sequences, series, integration)
  • Basic set theory and logic
  • Mathematical proofs and logic

Start with probability spaces to build foundational knowledge, then progress to random variables and limit theorems. Each section includes worked examples and practice problems.

Use the sidebar to browse topics, or start with the introductory pages linked from the sidebar.

Each section includes:

  • Detailed explanations of key concepts
  • Worked examples with step-by-step solutions
  • Practice problems with answers
  • Common pitfalls and how to avoid them
  • Connections to other areas of mathematics

Probability Theory is the mathematics of uncertainty. Imagine you have a coin that might be biased, but you do not know which way. Probability theory gives you the tools to quantify that uncertainty, update your beliefs as evidence arrives, and make predictions that are optimal given what you know. A probability space is the stage on which random phenomena perform: the sample space lists all possible outcomes, the sigma-algebra defines which events you can measure, and the probability measure assigns likelihoods. Random variables translate raw outcomes into numbers you can compute with. The great limit theorems reveal that randomness becomes predictable in the aggregate: the law of large numbers says averages stabilise, and the central limit theorem explains why the bell curve appears everywhere.

  1. Master the definitions: Probability theory requires precise understanding of measures and distributions
  2. Practise proofs: Learn to write clear, rigorous proofs
  3. Draw diagrams: Visualise distributions and random variables
  4. Learn standard examples: Know the properties of common distributions (normal, binomial, Poisson)
  5. Connect to applications: Relate probability theory to statistics, finance, and physics

Mistake 1: Assuming independence from correlation Two random variables can be uncorrelated yet dependent. For example, if XX is uniformly distributed on [1,1][-1, 1] and Y=X2Y = X^2, then Cov(X,Y)=0\text{Cov}(X, Y) = 0 but YY is completely determined by XX. Independence requires zero covariance for jointly Gaussian variables, but not as a rule.

Mistake 2: Confusing the law of large numbers with the central limit theorem The law of large numbers says the sample mean converges to the population mean as the sample size grows. The central limit theorem says the standardized sum converges to a normal distribution. These are different results: the LLN gives pointwise convergence while the CLT gives distributional convergence.

Mistake 3: Misapplying Bayes’ theorem by ignoring the prior Bayes’ theorem requires a prior probability distribution, not just the likelihood. Students often compute P(AB)=P(BA)P(A)/P(B)P(A|B) = P(B|A)P(A)/P(B) but forget to specify or update the prior P(A)P(A). Without a well-defined prior, Bayesian inference reduces to computing conditional probabilities rather than performing full posterior updates.

Keep practising and reviewing to master this topic.