Imagine flipping a coin over and over. With each flip, you learn a little more about what is happening. This chapter turns that simple idea into precise math: stochastic processes model how randomness unfolds over time, and filtrations track what you know at each step. These ideas are the first step toward martingales, Brownian motion, and stochastic calculus.
The Big Picture#
A stochastic process is just a list of random variables ordered by time. The tricky part is: at any moment, what does an observer actually know? A filtration answers that. It is a growing family of events that become measurable as time goes on. Together, a process and a filtration let us check if the process respects the flow of time—meaning its future is still uncertain based on what we know now. That property, called adaptedness, is the quiet foundation for all later dynamic models.
Sequences of Random Variables: What Is a Stochastic Process?#
You already know a random variable is a number that depends on chance. A discrete-time stochastic process is just a list of random variables in time order. Picture a movie: frame 0 shows one random outcome, frame 1 shows another, frame 2 another, and so on.
More formally, we work on a probability space
where each
Discrete-time stochastic process: A sequence of random variables
all defined on the same probability space and indexed by non‑negative integer time steps.
You can also view the process as a function of two arguments:
Example 1 – Repeated fair coin tosses. Let