Intuition The one core idea
A random experiment produces messy outcomes; we glue a number to each outcome and then ask "how much chance lands on each number?" — that bookkeeping of chance-per-number is the whole topic. Two tools do that bookkeeping: the PMF (Probability Mass Function — how much chance sits on each value) and the CDF (Cumulative Distribution Function — the running total of chance collected so far); everything else (sums, staircases) is just careful ways of writing and adding up those chances so they total exactly 1 .
This page assumes nothing . Before you read the parent note , we build every symbol it quietly uses. Read top to bottom — each block is a brick the next one stands on. We introduce the PMF symbol p X and CDF symbol F X formally in §7–§9; until then we only name them in words.
Definition Outcome and the symbol
ω
An outcome is one complete result of doing a random experiment once — the most detailed thing that can happen. We write a single outcome with the Greek letter omega , ω (say "oh-MAY-gah").
Picture it. Roll one die. The outcomes are the six faces. Each face is an ω .
Why we need it. Probability starts from "what can happen?" Before we can attach numbers or chances, we must have a name for "one thing that happened." That name is ω .
Worked example Figure 1 — what the picture shows
A box labelled Ω holds six dots, one per die face (1–6). One dot (the face 4) is drawn in red with an arrow labelled "one outcome ω ." The picture says: one ω is a single item living inside the box of all items.
Ω
The sample space is the collection of all possible outcomes of the experiment, written with capital omega Ω . In symbols ω ∈ Ω means "the outcome ω is one of the possibilities inside Ω ."
Picture it. A box. Inside the box sit all six dice faces. The box is Ω ; each dot inside is an ω .
The symbol ∈ is read "is an element of " / "is inside." So 3 ∈ { 1 , 2 , 3 } is true.
Intuition Why capital vs small omega
Small ω = one item. Capital Ω = the whole set of items. Same letter, two sizes, two jobs. The parent note writes X : Ω → R — you now know Ω is "the box of all outcomes."
Definition A set and its curly braces
A set is just a collection of things with no repeats and no order. We list its members inside curly braces: { 1 , 2 , 3 } is "the set containing 1, 2 and 3."
An event is any subset of the sample space Ω — a chunk of outcomes we can ask the probability of. "The die shows an even number" is the event { 2 , 4 , 6 } , a piece carved out of Ω . (Formally the collection of allowed events is called a σ -algebra; for a countable Ω you may take every subset to be an event, so you never have to worry about it here.)
{ X = x } means "the set of all outcomes ω for which the number X gives equals x ." It is therefore an event — a subset of Ω .
Disjoint sets share no members — like two boxes with nothing in common. Picture two circles that do not overlap.
∪ read "union " glues sets together into one bigger set: { 1 , 2 } ∪ { 3 } = { 1 , 2 , 3 } . Picture pouring two boxes into one.
Why the topic needs this. The parent claims { X = 2 } and { X = 5 } are disjoint (a number can't be both 2 and 5), and their union over all values is the whole Ω . That single sentence is what forces the masses to sum to 1 — so you must see the picture behind "event," ∪ , and "disjoint."
Worked example Figure 2 — what the picture shows
The box Ω is sliced into four non-overlapping rectangles labelled X = 1 , 2 , 3 , 4 ; one slice (X = 2 ) is shaded red with a "no overlap: disjoint slices" arrow. The caption reads "union of all slices = Ω (total chance = 1 )." The picture says: disjoint events tile the box, and their chances add to the whole.
Definition The probability of an event
P ( A ) is a number between 0 and 1 measuring how much chance lands on event A (recall from §3: A is a subset of Ω ). P ( A ) = 0 means "never," P ( A ) = 1 means "always."
The parent "derives" the PMF properties from three facts (the Probability Axioms ). In plain words:
Never negative: P ( A ) ≥ 0 . Chance can't be less than nothing.
Total is one: P ( Ω ) = 1 . Something in the box definitely happens.
Add disjoint pieces: if events don't overlap, the chance of "any of them" is the sum of their chances. This is countable additivity — it works even for an infinite list of pieces.
Intuition Why "add" is the beating heart of this topic
Because outcomes are separate buckets that never overlap, chance behaves like water you can pour and total up . Discreteness = you can always add point-by-point. That's why the whole topic is sums (not integrals).
R
R (say "the reals") is the set of all ordinary numbers on an unbroken number line: − 2 , 0 , 2 1 , π , everything. Picture a straight horizontal line stretching both ways forever.
X : Ω → R
The notation X : Ω → R reads "X is a rule that takes any outcome from Ω and hands back a real number." The arrow → means "maps into." So X ( ω ) is "the number the rule assigns to outcome ω ."
Picture it. An arrow leaving each dot in the box Ω and landing on a spot on the number line R . That bundle of arrows is the random variable X .
Why the topic needs it. Raw outcomes ("die shows the face with six pips") are awkward to compute with. X translates each outcome into a number so we can do arithmetic, sum, and average.
Worked example Figure 3 — what the picture shows
On the left, a box Ω holds three outcomes ω 1 , ω 2 , ω 3 ; on the right sits a number line R with marks at 2, 5, 7. Three red arrows (the rule X ) leave the outcomes and land on those numbers. The picture says: the random variable X is the bundle of arrows carrying outcomes to numbers.
A set is countable if you can list its members one-by-one — first, second, third, … — even if the list never ends. { 1 , 2 , 3 , … } is countable. The full number line R is not — you can't list every point.
Intuition Why this word decides everything
If the values are a listable set, each value gets its own separate slice of chance and we add them. That is precisely a discrete RV and its probability-mass bookkeeping. If the values fill a continuous line, each single point gets chance 0 and we must integrate instead — that's Continuous random variables — PDF, CDF . The single word "countable" is the fork in the road.
Now we can name the first bookkeeping tool.
Definition PMF and its symbol
p X ( x )
The Probability Mass Function (PMF) of a discrete RV X is the rule p X ( x ) = P ( X = x ) — "how much chance sits exactly on the value x ." The subscript X says "this is the PMF of the variable X "; the input x is a candidate value.
Definition Sigma / summation
∑
The capital Greek sigma ∑ means "add up ." The thing under it says where to start and what the counter is; the thing above (or the words below) say where to stop.
∑ i = 1 3 a i = a 1 + a 2 + a 3 .
all x ∑ p X ( x ) means "add p X ( x ) over every value x that X can take."
x i ≤ x ∑ p X ( x i ) means "add only the masses whose value x i is at most x ."
Why the topic needs it. The normalization rule (∑ p X = 1 ) and the running total we build in §8–§9 are both written with ∑ . If ∑ is opaque, the central formulas are unreadable — so we pin it down here.
Worked example Warm-up on
∑
Let p X ( 1 ) = 6 1 , p X ( 2 ) = 6 2 , p X ( 3 ) = 6 3 be the PMF of some X with values 1 , 2 , 3 . Then
∑ x i ≤ 2 p X ( x i ) = p X ( 1 ) + p X ( 2 ) = 6 1 + 6 2 = 6 3 = 2 1 ,
and the full sum p X ( 1 ) + p X ( 2 ) + p X ( 3 ) = 6 1 + 6 2 + 6 3 = 6 6 = 1 . The "≤ 2 " version is a running total (a CDF value, next section); the full version is the normalization check.
Definition CDF and its symbol
F X ( x )
The Cumulative Distribution Function (CDF) of X is F X ( x ) = P ( X ≤ x ) = ∑ x i ≤ x p X ( x i ) — "how much mass have I collected by the time I reach x ?" It is the running total of the PMF. The capital F (versus small p ) signals "cumulative"; the subscript X again ties it to the variable X .
Definition Inequalities and the one-sided value
x i −
≤ means "less than or equal to " (includes the point). < means "strictly less" (excludes the point).
x i − read "x i minus " means "the value just to the left of x i ," an infinitely small step before it. It's how we say "everything strictly below x i , but not x i itself." So F X ( x i − ) is the running total just before the step at x i .
Why the topic needs it. For discrete RVs a single point carries real chance, so whether you include or exclude an endpoint changes the answer. The formula p X ( x i ) = F X ( x i ) − F X ( x i − ) literally measures the height of the jump at x i — the mass sitting exactly there. Picture standing on a stair: your height (F X ( x i ) ) minus the height a hair to your left (F X ( x i − ) ) equals the step's rise (p X ( x i ) ).
x i − is a different number
Why it feels right: the little minus looks like subtraction. Fix: x i − is not "x i minus something"; it's a direction of approach — "sneak up on x i from below." F X ( x i − ) = the running total before you climb the step at x i .
Now every symbol in p X ( x ) = P ( X = x ) and F X ( x ) = ∑ x i ≤ x p X ( x i ) has a meaning:
Symbol
Plain words
Picture
ω , Ω
one outcome, box of all outcomes
dots in a box
event / subset of Ω
a chunk of outcomes
a region of the box
X : Ω → R
rule tagging each outcome a number
arrows to a line
{ X = x }
event: outcomes giving value x
a slice of the box
P ( ⋅ )
chance of an event, in [ 0 , 1 ]
how much water
countable
listable value set
numbered buckets
p X ( x )
PMF: mass on value x
height of a bar
∑
add up
pour buckets together
≤ , x i −
include / just-left-of
endpoint of a stair
F X ( x )
CDF: running total of mass
height climbed
Everything the parent does — masses, staircases, interval formulas — is these bricks stacked.
Function X maps Omega to R
Read the question, answer aloud, then reveal. If any trips you, reread that section.
What does the symbol ω stand for, versus Ω ? ω is one single outcome; Ω is the set of all possible outcomes (the whole sample space).
Read aloud: ω ∈ Ω . "The outcome omega is an element of (inside) the sample space Omega."
What is an event? A subset of the sample space Ω — a chunk of outcomes we can assign a probability to.
What does ∪ do, and what does "disjoint" mean? ∪ (union) merges sets into one; disjoint means the sets share no members — no overlap.
State the three probability axioms in plain words. P ( A ) ≥ 0 (never negative); P ( Ω ) = 1 (something happens); disjoint events add their probabilities (countable additivity).
What does X : Ω → R mean? X is a rule that takes each outcome and returns a real number — a translator from outcomes to numbers.
Why does "countable" make a variable discrete? Countable values are listable, so each value can carry its own positive chunk of probability that we add — no integration needed.
What does the PMF symbol p X ( x ) mean? p X ( x ) = P ( X = x ) , the probability mass sitting exactly on the value x .
Evaluate ∑ i = 1 3 i . 1 + 2 + 3 = 6 .
What does the CDF symbol F X ( x ) mean? F X ( x ) = P ( X ≤ x ) = ∑ x i ≤ x p X ( x i ) , the running total of mass collected up to x .
What is the difference between ≤ and < , and why does it matter here? ≤ includes the endpoint, < excludes it; for discrete RVs a point has real mass, so this changes the probability.
What does F X ( x i − ) mean, and why p X ( x i ) = F X ( x i ) − F X ( x i − ) ? F X ( x i − ) is the cumulative total just to the left of x i ; subtracting it from F X ( x i ) leaves the jump height, which is the mass on x i .