Limit Theorems | Mathematics - Wyatt's Notes
4.1 The Law of Large Numbers
Section titled “4.1 The Law of Large Numbers”Theorem 4.1 (Weak Law of Large Numbers). Let be i.i.d. With and . Then for every :
Proof. Let . Then and . By Chebyshev”s inequality:
Theorem 4.2 (Strong Law of Large Numbers). Under the same conditions:
The sample mean converges to the population mean almost surely.
4.2 The Central Limit Theorem
Section titled “4.2 The Central Limit Theorem”Theorem 4.3 (Central Limit Theorem). Let be i.i.d. With and . Then
Where and denotes convergence in distribution.
Equivalently, for large :
Where is the CDF of the standard normal.
Proof (using characteristic functions). Let be the characteristic function of . The characteristic function of is:
Expanding around 0: . Substituting :
Using :
This is the characteristic function of . By Levy’s continuity theorem, the convergence in distribution follows.
4.3 Worked Examples
Section titled “4.3 Worked Examples”Problem. A fair die is rolled 100 times. Approximate the probability that the sum exceeds 370.
Solution
Let be the value of the -th roll. Then and .
. By the CLT:
Worked Example: Sample Mean Distribution
Solution. A population has mean 50 and standard deviation 10. Find the probability that the mean of a sample of 64 observations exceeds 52.
By the CLT, .
4.4 Intuition: Why Do the LLN and CLT Work?
Section titled “4.4 Intuition: Why Do the LLN and CLT Work?”The Law of Large Numbers says that the sample mean converges to the true mean as the sample size grows. The intuition is simple: random fluctuations in individual observations cancel out when you average many of them. Positive deviations and negative deviations are equally likely, and their effects average to zero. The weak law guarantees convergence in probability (most samples give a mean close to the true mean), while the strong law guarantees almost sure convergence (the sample mean is eventually and permanently close).
The Central Limit Theorem is deeper: it says that the shape of the distribution of a sum converges to a normal distribution, regardless of the original distribution. The reason is that each individual observation contributes a small amount to the sum, and the combined effect of many small independent contributions is approximately normal. This is analogous to how a random walk in many dimensions ends up approximately Gaussian. The CLT explains why the normal distribution appears so frequently in nature: any quantity that is the sum of many small independent effects will be approximately normally distributed. The Berry-Esseen theorem quantifies how fast this convergence happens, bounding the error by a constant times .
4.5 Common Pitfalls
Section titled “4.5 Common Pitfalls”- The CLT does not apply to small samples. The CLT is an asymptotic result. For small ( ), the normal approximation can be poor unless the underlying distribution is already close to normal. Use the Berry—Esseen theorem for finite-sample bounds.
- Independence is critical for the LLN and CLT. If the are dependent, the sample mean may not converge to the population mean, or the convergence rate may differ. For stationary sequences with weak dependence, versions of these theorems still hold, but the …/1-number-and-algebra/3_proof-and-logics are more involved.
- Convergence in distribution is weaker than convergence in probability. The CLT gives convergence in distribution of the standardised sum, not convergence of the sum itself. The LLN gives the latter (convergence in probability).
4.5 Key Relationships
Section titled “4.5 Key Relationships”- Berry-Esseen bound: For i.i.d. variables with , the rate of CLT convergence is bounded by where .
- Lindeberg-Feller CLT: Generalises the CLT to independent (but not identically distributed) random variables. Requires the Lindeberg condition: no single variable dominates the sum.
- CLT for sample proportions: If , then for large . This is the basis of confidence intervals for proportions.
- Delta method: If , then for differentiable . Extends the CLT to nonlinear functions of the mean.
4.6 Worked Example: Confidence Intervals via CLT
Section titled “4.6 Worked Example: Confidence Intervals via CLT”A poll surveys 1000 voters and finds 540 support a candidate. Construct a 95% confidence interval for the true proportion .
. By the CLT, . For a 95% CI:
The 95% CI is . Since the interval includes 0.5, we cannot reject the hypothesis that the race is tied at the 5% significance level.
4.7 Worked Example: Poisson Approximation via CLT
Section titled “4.7 Worked Example: Poisson Approximation via CLT”Events occur at rate per hour. Approximate where is the total count in one hour.
The Poisson distribution with has mean 50 and variance 50. By the CLT:
The exact Poisson probability is 0.9278. The normal approximation is accurate to within 1%.
4.8 Worked Example:掷骰子问题
Section titled “4.8 Worked Example:掷骰子问题”A fair die is rolled 60 times. Approximate the probability that the total is between 200 and 240.
Each roll has and . By the CLT, the total satisfies:
flowchart TD A[4_Limit Theorems] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Cross-References
Section titled “Cross-References”Random Variables: Random variables provide the building blocks for understanding convergence in distribution and probability.
Joint Distributions and Independence: Independence of random variables is essential for the law of large numbers and central limit theorem.
Probability Spaces: Probability spaces provide the measure-theoretic foundation for defining convergence concepts.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.