Intuition The ONE core idea
We want to attach a number called "length" to sets of points on the number line, in a way that agrees with ordinary intervals but also works for weird, scattered sets. Every symbol below is a tool for one job: cover a set with tiny intervals, add up their lengths, and squeeze the total as small as possible.
This page assumes nothing . If you have seen a number line and can add fractions, you can read every line here. We will meet each symbol the parent note (Measure theory — Lebesgue measure (intro) ) throws at you, one at a time, and never use one before it is built.
R — the real number line
R ("the reals") is the infinite straight line of all numbers : whole numbers, fractions, and the endless in-between ones like 2 and π . Picture one horizontal line stretching forever both ways, with 0 in the middle.
Why the topic needs it. Everything we measure lives inside R . A "set" for us is just a collection of dots chosen from this line. Measuring means: how much line does this collection of dots take up?
Intuition A "point" is a dot with no width
A single number, say p = 0.5 , is one dot. It has zero width — you cannot fit any interval around just it without also grabbing neighbours. Hold that thought: it is why a single point ends up with measure 0 .
⊆ , ∅
A set is a collection of points. We write A ⊆ R ("A is a subset of R ") to mean every dot of A is a dot on the real line . The symbol ∅ is the empty set — the collection with no dots at all.
∪ , intersection ∩ , complement E c
A ∪ B (union ): all dots that are in A or B — merge the two collections.
A ∩ B (intersection ): dots in A and B at once — the overlap.
E c (complement ): all dots of R that are not in E — everything outside E .
Why the topic needs these. The Carathéodory test in the parent splits a set A into "the part inside E " (A ∩ E ) and "the part outside E " (A ∩ E c ). Union lets us build big sets from small ones. So these three operations are the grammar of the whole subject.
Definition Disjoint sets and
⨆
Two sets are disjoint if they share no dots (A ∩ B = ∅ ). The special union symbol ⨆ n E n means "union of sets that are pairwise disjoint " — it warns you the pieces do not overlap, so their lengths are safe to just add.
Definition Interval notation
[ a , b ] — a closed interval : all points from a to b , including the endpoints a and b .
( a , b ) — an open interval : all points strictly between a and b , endpoints excluded .
Picture: a solid segment on the number line. A filled dot means "endpoint included", a hollow dot means "excluded".
ℓ
ℓ is the length of an interval: ℓ ( ( a , b ) ) = b − a , and also ℓ ( [ a , b ] ) = b − a . Just subtract the left end from the right end.
Why the topic needs it. Intervals are the only sets whose length we already agree on. Every clever length we ever compute is built by covering a set with intervals and adding up their ℓ values. Whether the endpoints are in or out does not change the length (a single endpoint is a zero-width dot) — that is why the parent freely uses open intervals in covers but keeps closed intervals for the answer μ ([ a , b ]) = b − a .
A set is countable if you can line its dots up in a list q 1 , q 2 , q 3 , … — a first, a second, a third, forever — so every dot eventually gets a number tag. Examples: the whole numbers, and (surprisingly) all fractions Q .
A set is uncountable if no such list can ever catch every dot — there are strictly "more" of them than the counting numbers. The whole interval [ 0 , 1 ] is uncountable.
See Countable vs uncountable for the full story.
Intuition Why this split rules the whole subject
Our measuring machine allows countably many intervals in a cover — one for each item in a list. If a set is countable, we can hand each of its dots its own tiny shrinking interval and make the grand total as small as we like . That is the entire secret behind "Q has measure zero". Uncountable sets cannot be listed, so this trick may fail — that is why [ 0 , 1 ] keeps its length 1 .
∞ and the sum ∑
∑ n = 1 ∞ x n means "add up x 1 + x 2 + x 3 + ⋯ forever". Sometimes this endless sum settles on a finite number (it converges ), sometimes it grows without bound. ∞ ("infinity") is our label for "grows without bound / no largest".
Worked example The one infinite sum you must trust
∑ n = 1 ∞ 2 n 1 = 2 1 + 4 1 + 8 1 + ⋯ = 1.
Add half the gap, then half of what's left, forever — you approach 1 but never overshoot. This geometric series is the engine of the ε / 2 n trick in the parent note.
ε — a tiny positive slack
ε (Greek "epsilon") stands for a positive number you are allowed to make as small as you please . Read "for all ε > 0 " as "no matter how tight a tolerance you demand, I can meet it."
inf — the greatest lower bound
Given a collection of numbers, inf (infimum ) is the smallest value you can squeeze down to — the floor the numbers approach but may not touch.
Picture a set of numbers as dots on the line; inf is the leftmost point they crowd toward.
Example: the lengths 2 ε of intervals ( p − ε , p + ε ) can be made 0.2 , 0.02 , 0.002 , … — never actually 0 , but inf = 0 .
Intuition WHY infimum and not minimum?
A minimum must be achieved by some element. But the tightest cover of a set often does not exist — you can always shave a hair more. There is no smallest positive length. So we use inf , which asks "what value do the cover-totals crowd down to?" even when nothing hits it exactly. This is the precise reason the parent's outer measure is written with inf , not "min".
Why the topic needs both. The outer measure μ ∗ ( A ) is defined as an inf over all covers, and nearly every proof ends with "let ε → 0 ". Together they are how we make "as small as we like" into rigorous mathematics.
Now every piece of the parent's headline definition is defined. Read it slowly:
You now hold every symbol the parent note uses. Nothing beyond this is assumed.
Union Intersection Complement
Infinite sum with geometric budget
Infimum squeezes the total
Lebesgue measure and measurable sets
Cover the right side. If you can answer each, you are ready for the parent note.
What does R mean, as a picture? The infinite number line of all real numbers.
What is a "point" and how wide is it? A single number / dot on the line, with zero width.
Read A ⊆ B in plain words. Every element of A is also an element of B (A sits inside B ).
What is E c ? The complement — all points of R that are NOT in E .
What does ⨆ n E n signal that plain ⋃ does not? The pieces are pairwise disjoint (no overlap), so lengths may simply be added.
Give ℓ of the interval ( 3 , 7 ) . 7 − 3 = 4 .
Does including or excluding endpoints change an interval's length? No — a single endpoint is a zero-width point.
What does it mean for a set to be countable? Its elements can be listed q 1 , q 2 , q 3 , … so each gets a counting-number tag.
Evaluate ∑ n = 1 ∞ 2 n 1 . 1 .
What does "for all ε > 0 " let you claim? You can meet any positive tolerance, however tiny.
Why inf instead of min in the outer measure? The tightest cover may never be achieved; inf names the value the totals approach even if none reaches it.
In A ⊆ ⋃ n I n , what role do the I n play? They are open intervals forming a countable cover of A .