2. Introduction to Measure Theory#

In this section, we’ll start to get down in the weeds mathematically. In math, there’s the (unfortunate or fortunate) reality that nearly everything is a special case of something else, in that almost any level of granularity you pick to write about a topic could be written made more generalizable (and therefore more applicable), or less generalizable (and therefore less applicable, but perhaps easier to understand). Here, we’ll choose a layer of granularity that gets you into the weeds and is completely and mathematically unambiguous, but hopefully keeps things relatively understandable. We’ll lay the ground work for random variables, which as you’ll see, aren’t scary objects with mythical properties: they are merely particularly defined functions with the same behavior as you’ve become used to in calculus courses. We have the following sections:

  1. Set Theory introduces the basics of set theory, and classes of sets, that will be essential to understanding random variables. We will go over algebras and \(\sigma\)-algebras, which will be the units upon which we build measures.

  2. Measures introduces the concepts of measures and builds out probability spaces, which will be the ingredients that we use to define random variables.

  3. Random Variables introduce random variables, which are particular types of functions which have properties that allow us to ascribe the operations you are used to (addition, multiplication, extrema, limits, etc.).

  4. Pushforward measures and distribution functions introduce the concept of a distribution function, which is a manner in which random variables are often described.