Each class is a short animated explainer with narration and illustrations, plus quick checks and a mastery quiz. Your progress saves automatically as you complete classes.
▶ Watch class 1 free — no sign-upEvery class is 13 cards · narrated film + illustration · 2 quick checks · an interactive · a 4-question mastery quiz. Nothing hidden — this is the complete text of What Is Probability, Really?.
Consider a circle. Let's inscribe an equilateral triangle inside it. Now, if I draw a chord at random, what is the probability that the chord is longer than a side of that triangle? You might reason that if we fix one endpoint of the chord, the other endpoint must lie on a specific one-third of the circumference for the chord to be long enough. So, the probability is one-third. Or, you might reason that the chord's midpoint must land within a smaller, concentric circle with half the radius. The area of that inner circle is one-fourth the area of the large one, so the probability is one-fourth. Or, a third method involving the chord's distance from the center yields a probability of one-half. One-third, one-fourth, one-half. All seem plausible. This is Bertrand's Paradox, and it reveals a deep problem. Our intuition about what 'at random' means is not enough. We need a better way.
Intuition is a poor guide to uncertainty.
Bertrand's paradox isn't a logical contradiction. It's a failure of specification. The phrase 'at random' is profoundly ambiguous. Does it mean picking a random angle? A random point on the radius? A random point in the circle's interior? Each choice defines a different experiment, a different procedure for generating the chord, and thus a different probability. Without a formal language to define the experiment itself, we can talk past each other, deriving different answers from the same vague question. This isn't just a geometric curiosity. In finance, the price of a derivative depends critically on the assumed random process of the underlying asset. In physics, the predictions of quantum mechanics are statements about probability distributions over states. In computer science, the security of a cryptographic protocol relies on a precise understanding of randomness. If our fundamental concept of probability is this fragile, we can't build anything reliable on top of it. We need to move from informal language to a rigorous, mathematical foundation that forces us to be precise.
Probability is not a number; it is a measure on a space.
The modern answer to this ambiguity is the probability space, a mathematical construct that forces us to be precise. It consists of three components, often written as a triple: (Omega, F, P). First, the Sample Space, capital Omega, is the set of all possible outcomes of an experiment. For a single coin toss, Omega is simply the set {Heads, Tails}. For the height of a random person, Omega is the set of positive real numbers. Second, the Event Space, script F, is a collection of subsets of Omega. These subsets are called 'events'—they are the things we can assign probabilities to. For the coin toss, F would include the empty set, {Heads}, {Tails}, and {Heads, Tails}. For continuous spaces, F is a more complex structure called a sigma-algebra, which has closure properties that make the math work. Third, the Probability Measure, P, is a function that maps each event in F to a number between 0 and 1. This function isn't arbitrary; it must satisfy three specific rules, known as Kolmogorov's axioms. This triple is the bedrock. Every problem in probability begins, formally or informally, by defining these three objects.
From gambling tricks to mathematical rigor.
For centuries, probability was a collection of methods, not a coherent theory. It began with letters between Pascal and Fermat in the 1650s, analyzing games of chance. Thinkers like Laplace made enormous strides, but the field lacked a formal foundation. It was a toolbox of calculations for specific problems, haunted by paradoxes like Bertrand's. The great debate between frequentists, who saw probability as a long-run frequency, and subjectivists, who saw it as a degree of belief, further clouded the picture. The revolution came in 1933. A young Soviet mathematician, Andrei Kolmogorov, published a slim, dense monograph titled 'Grundbegriffe der Wahrscheinlichkeitsrechnung' — 'Foundations of the Theory of Probability'. Kolmogorov's genius was to ignore the philosophical debates entirely. He proposed that probability could be treated as a branch of measure theory, a field of pure mathematics dealing with abstract notions of size and volume. By defining the three axioms we're about to discuss, he placed probability on the same rigorous footing as geometry or calculus. The axioms don't tell us what probability *is*, but they tell us how it *must behave*. This axiomatic approach unified the field and enabled the explosion of probabilistic methods in the 20th century.
It's a three-step process: outcomes, events, and measure.
So, how do we use this framework in practice? Let's construct a probability space for a simple experiment: rolling a single six-sided die. Step one: define the sample space, Omega. This is the set of all possible outcomes. For the die, Omega is the set containing the integers {1, 2, 3, 4, 5, 6}. We have listed every possible result. Step two: define the event space, F. An event is a set of outcomes we might care about. For a finite sample space like this, we typically use the power set of Omega—the set of all possible subsets. So, the event 'rolling a 3' is the set {3}. The event 'rolling an even number' is the set {2, 4, 6}. The event 'rolling a number greater than 4' is {5, 6}. F contains all 2 to the power of 6, or 64, of these possible subsets. Step three: define the probability measure, P. This function assigns a number to every event in F. If we assume the die is fair, we can define the probability of each individual outcome, or 'singleton event,' to be one-sixth. So, P of the set {i} equals 1/6 for any i from 1 to 6. Using the axioms, we can now find the probability of any other event. For instance, the probability of rolling an even number, P of {2, 4, 6}, is the sum of the probabilities of {2}, {4}, and {6}, which is 1/6 + 1/6 + 1/6, giving us 3/6 or 1/2. This systematic process removes all ambiguity.
These three simple rules are the entire foundation.
Let's formalize the rules that the probability measure P must obey. For any probability space (Omega, F, P), the following three axioms hold. First, the Axiom of Non-negativity. For any event E in our event space F, the probability of E must be greater than or equal to zero. This is an obvious requirement; we can't have a negative chance of something happening. Second, the Axiom of Normalization. The probability of the entire sample space is one. P of Omega equals one. This means that the probability of *some* outcome occurring is a certainty. One of the possible outcomes must happen. Third, and most powerfully, the Axiom of Countable Additivity. If we have a sequence of events—E one, E two, and so on—that are pairwise disjoint, meaning no two events can happen at the same time, then the probability of their union is equal to the sum of their individual probabilities. 'Countable' here is a technical requirement meaning the sequence can be finite or countably infinite. This axiom is what allows us to compute the probability of complex events by breaking them down into simpler, non-overlapping pieces, as we did with the even numbers on the die.
From three rules, the entire theory unfolds.
These three axioms are remarkably productive. We can derive all the familiar rules of probability directly from them. For example, what is the probability of the empty set, the impossible event? Since the empty set is disjoint from the sample space Omega, and their union is just Omega, the third axiom tells us P(Omega union empty set) = P(Omega) + P(empty set). Since P(Omega) is 1, this implies 1 = 1 + P(empty set), which means the probability of the impossible event must be zero. Another crucial property is the complement rule. For any event E, the probability of 'not E', written E complement, is one minus the probability of E. This follows because E and its complement are disjoint, and their union is the entire sample space Omega. Another consequence is monotonicity: if event A is a subset of event B, then the probability of A must be less than or equal to the probability of B. An event cannot be less likely than one of its own sub-cases. Finally, we can derive the famous inclusion-exclusion principle for non-disjoint events: the probability of A or B is P(A) plus P(B) minus the probability of their intersection. All of this logic flows directly from those three initial statements.
Let's apply the framework to a deck of cards.
Let's work through a concrete example. What is the probability of drawing two Aces from a standard 52-card deck without replacement? First, we define the experiment and the sample space, Omega. The experiment is drawing two cards in sequence. An outcome is an ordered pair of distinct cards, like (Ace of Spades, King of Hearts). The total number of such outcomes is the number of permutations of 52 items taken 2 at a time, which is 52 times 51, or 2,652. This is the size of our sample space. Next, we define the event E we care about: 'drawing two Aces'. This is the set of all outcomes where both cards are Aces. How many such outcomes are there? There are 4 Aces. The number of ways to choose the first Ace is 4, and the number of ways to choose the second is 3. So there are 4 times 3, or 12, outcomes in our event E. Finally, we define our probability measure. We assume a 'uniform' measure, where every single outcome in Omega is equally likely. This is the formal way of saying the shuffle is fair. In this case, the probability of any event E is the number of outcomes in E divided by the total number of outcomes in Omega. So, P(E) equals 12 divided by 2,652. This fraction simplifies to 1 over 221. This procedure—define Omega, define E, assign P—is the universal template.
The framework is a grammar, not a dictionary.
Kolmogorov's framework is powerful, but it has significant limitations. The most important is that the axioms are a grammar for the language of probability; they don't provide the dictionary. They tell us the rules probabilities must follow once we've defined our probability space, but they give us no guidance on how to choose the right space for a given real-world problem. This is the art of modeling. The Bertrand Paradox illustrates this perfectly: the axioms are satisfied by all three solutions (1/2, 1/3, 1/4), but which model of 'random' corresponds to reality? That's a question of physics or experimental design, not pure mathematics. Secondly, the axioms don't resolve the philosophical debate about what probability *is*. A frequentist and a Bayesian can both use the axiomatic system, even though one believes probability is a long-run frequency and the other sees it as a degree of belief. The framework is agnostic. Finally, there are deep technical issues in continuous spaces. It turns out that if you accept the Axiom of Choice, you can construct pathological subsets of the real line—so-called non-measurable sets—to which it's impossible to assign a probability in a consistent way. This is why we need the careful construction of the event space F as a sigma-algebra, rather than just using all possible subsets of Omega.
Where does this theory fit in the mathematical landscape?
It's critical to distinguish between probability and statistics, two fields that are deeply related but fundamentally different in their direction of reasoning. Probability theory is a branch of pure mathematics. It is deductive. We start by assuming a model—a fully specified probability space (Omega, F, P)—and we deduce the probabilities of various events. We might say, 'Assuming a fair coin, what is the probability of getting 8 heads in 10 flips?'. Statistics, on the other hand, is inductive. It's the science of learning from data. In statistics, we observe outcomes from an unknown process and try to infer the properties of the underlying model. A statistician would say, 'I observed 8 heads in 10 flips. What can I conclude about the fairness of the coin?'. Probability reasons from model to data; statistics reasons from data to model. The axiomatic framework we've discussed is the language of the model that both fields use. It's also helpful to see probability theory as a specific application of a more general field: measure theory. A probability space is simply a measure space where the measure of the whole space is defined to be 1. This connection is what allows us to use tools from advanced calculus, like integration, to define concepts like expected value.
Four traps to avoid as you begin your study.
As you begin to work with this framework, there are several common conceptual traps to be aware of. The first is confusing outcomes with events. An outcome is a single element of the sample space Omega, like rolling a specific '4'. An event is a subset of Omega, like 'rolling an even number', which is the set {2, 4, 6}. We assign probabilities to events, which can be sets containing many outcomes. The second pitfall is misusing the additivity axiom. Remember, you can only add probabilities directly—P(A) + P(B)—if the events A and B are disjoint. If they overlap, you must use the inclusion-exclusion principle and subtract the probability of their intersection. A related error is assuming independence without justification, a concept we'll formalize later. Third, many errors stem from a failure to properly define the sample space at the outset. Before you start calculating, you must be absolutely clear about what constitutes a single outcome in your experiment. If you get the sample space wrong, everything that follows will be incorrect. This is the central lesson of the Bertrand Paradox. Finally, be careful not to confuse the probability of A given B with the probability of B given A. This is a notorious error in reasoning, leading to fallacies like the prosecutor's fallacy in legal settings.
Where to go to deepen your understanding.
To build on these foundations, you'll need the right resources. First, I recommend you look up the cover and table of contents of Kolmogorov's original 1933 monograph, 'Grundbegriffe der Wahrscheinlichkeitsrechnung'. You don't need to read it in the original German, but you should see the primary source document that started it all. For your main textbook, a standard for this level is Sheldon Ross's 'A First Course in Probability'. It's clear, full of examples, and builds from these axiomatic foundations. For those who want to see the deep connection to measure theory and pursue graduate studies, the canonical text is 'Probability and Measure' by Patrick Billingsley. On the software side, you should begin familiarizing yourself with a statistical programming language. R is the traditional choice in academia and statistics, while Python with its libraries NumPy, SciPy, and pandas has become dominant in data science and machine learning. Using these tools to simulate random processes is an excellent way to build intuition and verify your theoretical calculations. A million simulated coin flips can make the law of large numbers feel very real.
Apply the framework to a classic paradox.
Your task for this week is to apply the axiomatic framework to resolve a famous and often misunderstood puzzle: the Monty Hall problem. You are on a game show, presented with three doors. Behind one is a car; behind the other two are goats. You pick a door. The host, Monty, who knows where the car is, opens one of the *other* two doors to reveal a goat. He then asks you: do you want to stick with your original choice, or switch to the remaining closed door? Your goal is to calculate the probability of winning if you switch. To do this, you must use the formal structure we've learned. First, and most importantly, define the sample space Omega. An outcome must specify everything: where the car is, which door you initially pick, and which door Monty opens. Be very precise. Second, define the two events of interest: A, the event that you win by sticking with your initial choice, and B, the event that you win by switching. Third, assign a uniform probability measure to the outcomes in your sample space. Finally, calculate the probabilities of events A and B by counting the outcomes they contain. Do not rely on your intuition; rely on the formal process. The rigor of the framework will lead you to the correct, and for many, surprising, answer.
Today, we moved from an intuitive notion of probability to a rigorous, axiomatic foundation. This framework, consisting of a sample space, an event space, and a probability measure governed by three axioms, allows us to model uncertainty unambiguously.