Chapter Summary

Chapter Summary

Key Points

  • 1.

    Stirling numbers of the second kind S(n,k)S(n,k) count the number of partitions of [n][n] into kk non-empty blocks, satisfying the recurrence S(n,k)=kβ‹…S(nβˆ’1,k)+S(nβˆ’1,kβˆ’1)S(n,k) = k \cdot S(n-1,k) + S(n-1,k-1).

  • 2.

    Unsigned Stirling numbers of the first kind c(n,k)c(n,k) count permutations of [n][n] with kk cycles, satisfying c(n,k)=(nβˆ’1)β‹…c(nβˆ’1,k)+c(nβˆ’1,kβˆ’1)c(n,k) = (n-1) \cdot c(n-1,k) + c(n-1,k-1).

  • 3.

    Bell numbers Bn=βˆ‘kS(n,k)B_n = \sum_k S(n,k) count all partitions of [n][n] and have the exponential generating function eexβˆ’1e^{e^x - 1}.

  • 4.

    Integer partitions p(n)p(n) count representations of nn as unordered sums and have Euler's generating function ∏k(1βˆ’xk)βˆ’1\prod_k (1-x^k)^{-1}.

  • 5.

    The hypergeometric distribution Hyp(N,K,n)\text{Hyp}(N,K,n) models sampling without replacement; its variance is smaller than the binomial by the finite population correction (Nβˆ’n)/(Nβˆ’1)(N-n)/(N-1).

  • 6.

    As the population Nβ†’βˆžN \to \infty with K/Nβ†’pK/N \to p, the hypergeometric converges to the binomial Bin(n,p)\text{Bin}(n,p).

  • 7.

    The Poisson limit theorem shows Bin(n,Ξ»/n)β†’Poisson(Ξ»)\text{Bin}(n, \lambda/n) \to \text{Poisson}(\lambda): many independent rare events produce a Poisson count.

  • 8.

    Le Cam's inequality bounds the Poisson approximation error: dTVβ‰€βˆ‘pi2d_{\mathrm{TV}} \leq \sum p_i^2, which for the homogeneous case is Ξ»p\lambda p.

  • 9.

    Independent Poisson random variables add: Poisson(Ξ»1)+Poisson(Ξ»2)=Poisson(Ξ»1+Ξ»2)\text{Poisson}(\lambda_1) + \text{Poisson}(\lambda_2) = \text{Poisson}(\lambda_1 + \lambda_2).

  • 10.

    The Poisson distribution is the foundational model for packet arrivals, interference events, and user activity in massive access systems.

Looking Ahead

In Chapter 5 we introduce continuous random variables and their distributions. The Poisson distribution will reappear in Chapter 13 as the counting process underlying the Poisson process β€” one of the most important stochastic processes in telecommunications and queueing theory.