Intuition The one core idea
A curve you can draw without lifting your pen cannot skip any height between its start and its end — it must touch every level in between at least once. Everything on this page is the vocabulary you need to say that sentence precisely .
This page assumes nothing . Before we can even read the statement of the IVT , we must build every symbol it uses. We go one brick at a time; no brick uses a brick we have not yet laid.
R and rationals Q
A rational number is any number you can write as a fraction q p of two whole numbers (like 2 1 , − 3 , 4 7 ). The whole collection of them gets the symbol Q .
A real number is any point on the continuous number line — every fraction, plus numbers like 2 or π that are not fractions. The whole collection of them gets the symbol R .
Picture the number line as a solid, unbroken ruler. Every real number is a point on it, with no gaps . The rationals Q are only some of those points — densely sprinkled, but with pinprick holes (e.g. no fraction lands exactly on 2 ).
Why the topic needs it: IVT lives on R precisely because R has no gaps. The same theorem fails on Q — we will see why in Section 6.
A function f is a rule that takes an input number x and returns exactly one output number, written f ( x ) (read "f of x "). Think machine : number goes in the top, one number comes out the bottom.
The picture of a function is its graph : for each input x on the horizontal axis, we plot a dot at height f ( x ) . Sweep x across and the dots trace a curve.
Why the topic needs it: IVT is a statement about the heights a function reaches. No function, no heights, no theorem.
Intuition Input vs output — don't mix the axes
x lives on the horizontal axis (what you feed in). f ( x ) lives on the vertical axis (what comes out). "Value" almost always means an output height , not an input.
Before intervals, we need the language of ordering : how we say one number sits to the left or right of another on the line.
Definition The four order symbols
Read on the number line, "left" means smaller, "right" means bigger.
a < b : "a is less than b " — a sits strictly to the left of b .
a > b : "a is greater than b " — a sits strictly to the right of b .
a ≤ b : "a is less than or equal to b " — a is left of b or exactly on it.
a ≥ b : "a is greater than or equal to b " — a is right of b or exactly on it.
In every symbol the pointy end points at the smaller number ; the bar underneath ("or equal") allows the two to coincide.
Intuition "Least" and "tightest" all come from this ordering
Whenever we later say one number is the least of a collection, we simply mean: the one furthest to the left on this line, i.e. the smallest under < . Ordering is the ruler that makes words like "least" and "between" mean something.
Why the topic needs it: "N between f ( a ) and f ( b ) ", "opposite signs", and "least upper bound" are all statements about < and ≤ . Without ordering, none of them parse.
Definition Closed interval
[ a , b ]
[ a , b ] means "all the numbers from a to b , including the two endpoints a and b ". The square brackets [ ] mean included .
Round brackets ( a , b ) mean the open interval: everything strictly between, excluding a and b themselves.
Picture a strip of the horizontal axis. Filled dots at the ends mean "included" (closed); hollow dots mean "excluded" (open).
Common mistake Why the closed brackets matter so much
Why the confusion: we often only care about c living strictly inside , in ( a , b ) . Fix: the theorem's price of admission needs the closed [ a , b ] so that f ( a ) and f ( b ) actually exist as finite numbers to compare. Drop an endpoint and f there might be missing or run off to infinity.
Why the topic needs it: IVT compares the two endpoint heights f ( a ) and f ( b ) . Both must exist — hence closed.
Definition Continuous (informal, the only version you need here)
A function is continuous on [ a , b ] if you can draw its whole graph over that stretch without lifting your pen — no holes, no jumps, no sudden leaps.
Compare the two pictures below: the left curve flows; the right one jumps at a point, skipping a whole band of heights in an instant.
Intuition Why "no jump" is the entire engine
To get from a low output to a high output, a pen that never lifts must slide the output height gradually through every level in between. A jump is the only way to skip a level — and continuity outlaws jumps. That single fact is the IVT.
Why the topic needs it: This is the one non-negotiable hypothesis. See Continuity for the formal ε –δ version; here the pen picture is enough.
Definition Intermediate value
N
N is any number that lies strictly between the two endpoint heights f ( a ) and f ( b ) . "Between" does not care which of f ( a ) , f ( b ) is larger — N just has to sit in the gap.
Picture a horizontal line at height y = N drawn across the graph. The claim will be: this line must cross the curve.
Why the topic needs it: N is the "level" we insist the curve reaches. Without a target height there is nothing to hit.
Definition The two logic symbols IVT uses
∃ reads "there exists (at least one)". It promises something is out there; it does not say how many or where.
∈ reads "is an element of / belongs to ". So c ∈ ( a , b ) means "c is some number strictly between a and b ".
Why the topic needs it: The whole conclusion is ∃ c ∈ ( a , b ) : f ( c ) = N — "there is at least one input c inside the interval whose output equals the target N ." IVT is an existence promise, nothing more.
∃ means exactly one."
Why it feels right: we say "there exists a c ", which sounds singular. Fix: ∃ means "one or more ". There may be many crossings; IVT counts none of them.
You do not need these to use IVT, but they are why it is true , so we define them.
Definition Upper bound and supremum
sup
An upper bound of a set S of numbers is any number that is ≥ (greater than or equal to, from Section 2) every member of S — a ceiling sitting on top of all of S . The supremum sup S is the least such ceiling: among all the ceilings, the one furthest to the left on the number line (smallest under < ) — the tightest lid you can rest on S .
Picture a set of dots on the number line pushed as far right as they go; sup S is the exact right-edge they crowd up against (even if no single dot reaches it).
Definition Completeness Axiom
The Completeness Axiom says: every non-empty set of real numbers (R , Section 0) that has a ceiling has a least ceiling sup S that is itself a real number — no gaps .
Why the topic needs it: the crossing point c is defined as a supremum in the proof. Completeness is the guarantee that this c exists as a genuine real number. On the rationals Q there are gaps (e.g. no rational sup for the set of rationals below 2 ), which is exactly why IVT fails there.
Real numbers R fill the line with no gaps
Closed interval a to b with endpoints included
Function f maps input x to output f of x
Graph plots height f of x versus x
Order symbols less than and greater than
Target height N sits between f of a and f of b
Completeness gives a least upper bound sup
Endpoint heights f of a and f of b exist
Continuity means no jumps no teleporting
Output height changes gradually
The crossing point c really exists
Intermediate Value Theorem
There exists and belongs to state the conclusion
Cover the right side and see if you can produce each answer.
What does f ( x ) mean in plain words? The single output number the machine f returns when fed the input x .
Which axis carries the input x , and which carries the output f ( x ) ? Input x on the horizontal axis; output f ( x ) on the vertical axis.
What is the difference between a rational number (Q ) and a real number (R )? A rational is a fraction
p / q ; a real is any point on the gap-free number line, including non-fractions like
2 and
π .
Read a ≥ b and a < b aloud, and say which end points at the smaller number. "a greater than or equal to b " and "a less than b "; the pointy end always points at the smaller number.
What is the difference between [ a , b ] and ( a , b ) ? [ a , b ] includes both endpoints (closed); ( a , b ) excludes them (open).
Why must IVT's hypothesis use the closed interval [ a , b ] ? So the endpoint heights f ( a ) and f ( b ) actually exist and are finite to compare.
State "continuous" without any Greek letters. You can draw the graph over the interval without lifting your pen — no holes, no jumps.
What does it mean for N to be an intermediate value? N lies strictly between f ( a ) and f ( b ) (either ordering), i.e. a target height in the gap.
Read ∃ c ∈ ( a , b ) aloud. "There exists at least one c that is strictly between a and b ."
Does ∃ promise a unique c ? No — it promises one or more ; IVT gives no count.
What does "least" mean in "least upper bound", and what ordering makes it precise? The smallest ceiling under < — the upper bound furthest to the left on the number line.
What is sup S ? The least upper bound of S — the tightest ceiling sitting on top of the set.