Summary Week 5
❤️ Support this project ❤️
PatreonDefinition:
Let $S \subset \R$, $c \in S$, and let $f \colon S \to \R$ be a function.
We say
that $f$ is continuous at $c$
if for every $\epsilon \gt 0$
there is a $\delta \gt 0$ such that whenever $x \in S$ and $\abs{x-c} \lt
\delta$, then
$\abs{\,f(x)-f(c)} \lt \epsilon$.
When $f \colon S \to \R$ is continuous at all $c \in S$, then we simply say
$f$ is a continuous function.
Example
Theorem: Consider a function $f \colon S \to \R$ defined on a set $S \subset \R$ and let $c \in S$. Then:
Discontinuity criterion
Theorem: Let $S\subset \R$, let $f \colon S \to \R$ and let $c\in S$.
if and only if
there exists a sequence $\{x_n\}$ in $S$ such that $\lim x_n = c$, but the sequence $\left\{\,f(x_n)\right\}$ does not converge to $f(c)$.
Example: $\displaystyle f(x)=\sin\frac{1}{x}$, for $x\neq 0$ and $f(x)=0$ for $x=0$.
$x_n\ra 0$ as $n\ra \infty$. | $\qquad\qquad f\left(x_n\right)$ does not converge to $0$. |
Properties
Theorem: Let $f \colon S \to \R$ and $g \colon S \to \R$ be functions continuous at $c \in S$.
Composition of functions
Theorem: Let $A, B \subset \R$ and $f \colon B \to \R$ and $g \colon A \to B$ be functions. If $g$ is continuous at $c \in A$ and $f$ is continuous at $g(c)$, then $f \circ g \colon A \to \R$ is continuous at $c$.
Polynomials are continuous
Theorem: Let $f \colon \R \to \R$ be a polynomial. That is \begin{equation*} f(x) = a_d x^d + a_{d-1} x^{d-1} + \cdots + a_1 x + a_0 , \end{equation*} for some constants $a_0, a_1, \ldots, a_d$. Then $f$ is continuous.
More continuous functions
Continuous functions on closed intervals
Theorem: A continuous function $f \colon [a,b] \to \R$ is bounded.
Theorem (Extreme value theorem): A continuous function $f \colon [a,b] \to \R$ on a closed and bounded interval $[a,b]$ achieves both an absolute minimum and an absolute maximum on $[a,b]$.
Lemma: Let $f \colon [a,b] \to \R$ be a continuous function. Suppose $f(a) \lt 0$ and $f(b) \gt 0$. Then there exists a number $c \in (a,b)$ such that $f(c) = 0$. |
Bolzano's theorem / Intermediate Value Theorem
Theorem (Intermediate Value Theorem): |
Uniform continuity
Definition: Let $S \subset \R$, and let $f \colon S \to \R$ be a function. Suppose for every $\epsilon \gt 0$ there exists a $\delta > 0$ such that whenever $x, c \in S$ and $\abs{x-c} \lt \delta$, then $\abs{\,f(x)-f(c)} \lt \epsilon$. Then we say $f$ is uniformly continuous.
Uniform vs Nonuniform continuity
Uniform vs Nonuniform continuity
Comparison between continuity and uniform continuity
Let $S \subset \R$ and let $f \colon S \to \R$ be a function.
Continuous function: |
Uniform continuous: |
---|
Uniform continuity
Theorem: Let $f \colon [a,b] \to \R$ be a continuous function. Then $f$ is uniformly continuous.
Nonuniform continuity criteria
Theorem: Let $S\subseteq \R$ and let $f \colon S \to \R$. Then the following statements are equivalent:
Nonuniform continuity criteria
Example: We can apply the previous result to show that $f(x)=\dfrac{1}{x}$ is not uniformly continuous on $(0,\infty)$.
Consider $x_n=\dfrac{1}{n}$ and $y_n=\dfrac{1}{n+1}$ in $(0,\infty)$. Then we have \[ \lim_{n\ra \infty} (x_n-y_n)=\lim_{n\ra \infty} \left(\frac{1}{n}-\frac{1}{n+1}\right)=\lim_{n\ra \infty}\frac{1}{n(n+1)} =0, \] but $\abs{\,f(x_n)- f(y_n)}=1$ for all $n\in \N$.
Lipschitz continuous
Definition: A function $f \colon S\subseteq \R \to \R$ is Lipschitz continuous, if there exists a $K > 0$, such that \begin{equation*} \abs{\,f(x)-f(y)} \leq K \abs{x-y} \qquad \text{for all } x \text{ and } y \text{ in } S. \end{equation*}
Theorem: A Lipschitz continuous function is uniformly continuous.
Remark: Not every uniformly continuous function is Lipschitz continuous. For example $f(x)=\sqrt{x}$ defined on $I=[0,2]$. $f$ is uniformly continuous on $I$ but there is no number $K>0$ such that $|\,f(x)-f(0)|\lt K|x-0|$ for all $x\in I.$
Monotone functions
Definition:
Let $S \subset \R$.
We say $f \colon S \to \R$ is increasing
(resp. strictly increasing) if $x,y \in S$ with
$x \lt y$ implies $f(x) \leq f(y)$ (resp. $f(x) \lt f(y)$).
We define
decreasing and
strictly decreasing in the same way by switching the
inequalities for $f$.
If a function is either increasing or decreasing, we say it is
monotone. If it is
strictly increasing or strictly decreasing, we say it is
strictly monotone.
Inverse functions
Theorem: If $I \subset \R$ is an interval and $f \colon I \to \R$ is strictly monotone, then the inverse $f^{-1} \colon f(I) \to I$ is continuous.