Difference between revisions of "Intermediate Value Theorem"

(cat)
Line 1: Line 1:
'''Bolzano's intermediate value theorem''' is one of the very interesting properties of continous functions.
+
The '''Intermediate Value Theorem''' is one of the very interesting properties of continous functions.
  
 
==Statement==
 
==Statement==
Line 23: Line 23:
 
*[[Continuity]]
 
*[[Continuity]]
 
*[[Location of roots theorem]]
 
*[[Location of roots theorem]]
 +
 +
[[Category:Analysis]]
 +
[[Category:Theorems]]

Revision as of 16:45, 16 February 2008

The Intermediate Value Theorem is one of the very interesting properties of continous functions.

Statement

Let $f:[a,b]\righarrow\mathbb{R}$ (Error compiling LaTeX. Unknown error_msg)

Let $f$ be continous on $[a,b]$

Let $f(a)<k<f(b)$

Then, $\exists c\in (a,b)$ such that $f(c)=k$

Proof

Consider $g:[a,b]\rightarrow\mathbb{R}$ such that $g(x)=f(x)-k$

note that $g(a)<0$ and $g(b)>0$

By Location of roots theorem, $\exists c\in (a,b)$ such that $g(c)=0$

or $f(c)=k$

QED

See Also