Intermediate Value Theorem

A continuous real function on an interval takes all intermediate values
Intermediate Value Theorem

Intermediate Value Theorem: Let IRI\subseteq\mathbb{R} be an and let f:IRf:I\to\mathbb{R} be . If a,bIa,b\in I with a<ba<b and yy is any real number between f(a)f(a) and f(b)f(b), then there exists c[a,b]c\in[a,b] such that f(c)=y.f(c)=y.

This theorem formalizes the idea that continuous functions on intervals cannot “jump over” values, and it is the basis for existence of roots, fixed points on intervals, and many approximation results.

Proof sketch (optional): Consider S={x[a,b]:f(x)y}S=\{x\in[a,b]: f(x)\le y\} (assuming f(a)yf(b)f(a)\le y\le f(b)). Let c=supSc=\sup S. Continuity shows f(c)=yf(c)=y by ruling out f(c)<yf(c)<y and f(c)>yf(c)>y via arguments.