Created the Real Analysis Theorems and Definitions packet

This commit is contained in:
2024-01-09 13:01:34 -07:00
commit d19e454f27
65 changed files with 3114 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
\chapter{Differentiation}
\subimport{./}{the-derivative.tex}
\subimport{./}{the-mean-value-theorem.tex}
\subimport{./}{lhopitals-rules.tex}
\subimport{./}{taylors-theorem.tex}
+32
View File
@@ -0,0 +1,32 @@
\section{L'Hopital's Rules}
\begin{theorem}
Let $f$ and $g$ be defined on $[a,b]$, let $f(a)=g(a)=0$, and let $g(x) \neq 0$ for $a < x < b$. If $f$ and $g$ are differentiable at $a$ and if $g'(a) \neq 0$, then the limit of $f/g$ at $a$ exists and is equal to $f'(a)/g'(a)$. Thus
\[\lim\limits_{x\to a^+} \frac{f(x)}{g(x)} = \frac{f'(a)}{g'(a)}\]
\end{theorem}
\begin{theorem}[\textbf{Cauchy Mean Value Theorem}]
Let $f$ and $g$ be continuous on $[a,b]$ and differentiable on $(a,b)$, and assume that $g'(x) \neq 0$ for all $x$ in $(a,b)$. Then there exists $c$ in $(a,b)$ such that
\[\frac{f(b)-f(a)}{g(b)-g(a)}=\frac{f'(c)}{g'(c)}\]
\end{theorem}
\begin{theorem}[\textbf{L'Hopital's Rule, I}]
Let $-\infty \leq a < b \leq \infty$ and let $f,g$ be differentiable on $(a,b)$ such that $g'(x) \neq 0$ for all $x \in (a,b)$. Suppose that
\[\lim\limits_{x\to a^+} f(x) = 0 = \lim\limits_{x\to a^+} g(x)\]
\begin{enumerate}
\item If $\lim\limits_{x\to a^+} \frac{f'(x)}{g'(x)}=L \in \R$, then $\lim\limits_{x\to a^+} \frac{f(x)}{g(x)}=L$.
\item If $\lim\limits_{x\to a^+} \frac{f'(x)}{g'(x)}=L \in \{-\infty, \infty\}$, then $\lim\limits_{x\to a^+} \frac{f(x)}{g(x)}=L$.
\end{enumerate}
\end{theorem}
\begin{theorem}[\textbf{L'Hopital's Rule, II}]
Let $-\infty \leq a < b \leq \infty$ and let $f,g$ be differentiable on $(a,b)$ such that $g'(x) \neq 0$ for all $x \in (a,b)$. Suppose that
\[\lim\limits_{x\to a^+} g(x) = \pm \infty\]
\begin{enumerate}
\item If $\lim\limits_{x\to a^+} \frac{f'(x)}{g'(x)}=L \in \R$, then $\lim\limits_{x\to a^+} \frac{f(x)}{g(x)}=L$.
\item If $\lim\limits_{x\to a^+} \frac{f'(x)}{g'(x)}=L \in \{-\infty, \infty\}$, then $\lim\limits_{x\to a^+} \frac{f(x)}{g(x)}=L$.
\end{enumerate}
\end{theorem}
+35
View File
@@ -0,0 +1,35 @@
\section{Taylor's Theorem}
\begin{theorem}[\textbf{Taylor's Theorem}]
Let $n \in \N$, let $I:=[a,b]$, and let $f:I \rightarrow \R$ be such that $f$ and its derivative $f', f'', \dots, f^{(n)}$ are continuous on $I$ and that $f^{(n+1)}$ exists on $(a,b)$. If $x_0\in I$, then for any $x$ in $I$ there exists a point $c$ between $x$ and $x_0$ such that
\[f(x) = f(x_0) + f'(x_0)(x-x_0) + \frac{f''(x_0)}{2!}(x-x_0)^2\]
\[+ \dots + \frac{f^{(n)}(x_0)}{n!}(x-x_0)^n + \frac{f^{(n+1)}(c)}{(n+1)!}(x-x_0)^{n+1}\]
\end{theorem}
\begin{theorem}
Let $I$ be an interval, let $x_0$ be an interior point of $I$, and let $n \geq 2$. Suppose that the derivatives $f', f'', \dots, f^{(n)}$ exist and are continuous in a neighborhood of $x_0$ and that $f'(x_0) = \dots = f^{(n-1)(x_0)}$, but $f^{(n)}(x_0) \neq 0$.
\begin{enumerate}
\item If $n$ is even and $f^{(n)}(x_0) >0$, then $f$ has a relative minimum at $x_0$.
\item If $n$ is even and $f^{(n)}<0$, then $f$ has a relative maximum at $x_0$.
\item If $n$ is odd, then $f$ has neither a relative minimum nor relative maximum at $x_0$.
\end{enumerate}
\end{theorem}
\begin{definition}
Let $I \subseteq \R$ be an interval. A function $f:I \rightarrow \R$ is said to be \textbf{convex} on $I$ if for any $t$ satisfying $0 \leq t \leq 1$ and any points $x_1, x_2$ in $I$, we have
\[f((1-t)x_1+tx_2) \leq (1-t)f(x_1)+tf(x_2).\]
\end{definition}
\begin{theorem}
Let $I$ be an open interval and let $f: I \rightarrow \R$ have a second derivative on $I$. Then $f$ is a convex function on $I$ if and only if $f''(x) \geq 0$ for all $x \in I$.
\end{theorem}
\begin{theorem}[\textbf{Newton's Method}]
Let $I:=[a,b]$ and let $f:I \rightarrow \R$ be twice differentiable on $I$. Suppose that $f(a)f(b) < 0$ and that there are constants $m,M$ such that $|f'(x)| \geq m > 0$ and $|f''(x)| \leq M$ for $x \in I$ and let $K:=M/2m$. Then there exists a subinterval $I^*$ containing a zero $r$ of $f$ such that for any $x_1 \in I^*$ the sequence $(x_n)$ defined by
\[|x_{n+1}-r|\leq x_n - \frac{f(x_n)}{f'(x_n)}\ \ \ \ \text{for all}\ \ \ \ n \in \N,\]
belongs to $I^*$ and $(x_n)$ converges to $r$. Moreover
\[|x_{n+1}-r| \leq K|x_n-r|^2\ \ \ \ \text{for all}\ \ \ \ n \in \N.\]
\end{theorem}
+63
View File
@@ -0,0 +1,63 @@
\section{The Derivative}
\begin{definition}
Let $I \subseteq \R$ be an interval, let $f:I \rightarrow \R$, and let $ c \in I$. We say that a real number $L$ is the \textbf{derivative of $f$ at $c$} if given any $\varepsilon > 0$ there exists $\delta (\varepsilon) > 0$ such that if $x \in I$ satisfies $0 < |x-c|<\delta (\varepsilon)$, then
\[\abs{\frac{f(x)-f(c)}{x-c}-L}<\varepsilon.\]
In this case we say that $f$ is \textbf{differentiable} at $c$, and we write $f'(c)$ for $L$. In other words, the derivative of $f$ at $c$ is given by the limit
\[f'(c) = \lim\limits_{x\to c} \frac{f(x)-f(c)}{x-c}\]
provided this limit exists. (We allow the possibility that $c$ may be the endpoint of the interval.)
\end{definition}
\begin{theorem}
If $f:I \rightarrow \R$ has a derivative at $c \in I$, then $f$ is continuous at $c$.
\end{theorem}
\begin{theorem}
Let $I \subseteq \R$ be an interval, let $c \in I$ , and let $f:I \rightarrow \R$ and $g:I \rightarrow \R$ be functions that are differentiable at $c$. Then:
\begin{enumerate}
\item If $\alpha \in \R$, then the function $\alpha f$ is differentiable at $c$, and \[(\alpha f)'(c) = \alpha f'(c)\]
\item The function $f+g$ is differentiable at $c$, and
\[(f+g)'(c) = f'(c)+g'(c)\]
\item (Product Rule) The function $fg$ is differentiable at $c$, and
\[(fg)'(c) = f'(c)g(c) + f(c)g'(c).\]
\item (Quotient Rule) If $g(c) \neq 0$, then the function $f/g$ is differentiable at $c$, and
\[\left( \frac{f}{g}\right)'(c) = \frac{f'(c)g(c)-f(c)g'(c)}{(g(c))^2}\]
\end{enumerate}
\end{theorem}
\begin{corollary}
If $f_1, f_2, \dots, f_n$ are functions on an interval $I$ to $\R$ that are differentiable at $c \in I$, then:
\begin{enumerate}
\item The function $f_1 + f_2 + \dots + f_n$ is differentiable at $c$ and
\[(f_1 + f_2 + \dots + f_n)'(c) = f_1'(c) + f_2'(c) + \dots + f_n'(c)\]
\item The function $f_1f_2 \dots f_n$ is differentiable at $c$ and
\[(f_1f_2 \dots f_n)'(c) = f_1'(c)f_2(c) \dots f_n(c)+f_1(c)f_2'(c) \dots f_n(c) + \dots + f_1(c)f_2(c) \dots f_n'(c).\]
An important special case of the extended product rule occurs if the functions are equal, that is, $f_1 = f_2 = \dots = f_n = f$. Then the above becomes
\[(f^n)'(c) = n(f(c))^{n-1}f'(c)\]
\end{enumerate}
\end{corollary}
\begin{theorem}[\textbf{Carathéodory's Theorem}]
Let $f$ be defined on an interval $I$ containing the point $c$. Then $f$ is differentiable at $c$ if and only if there exists a function $\varphi$ on $I$ that is continuous at $c$ and satisfies
\[f(x)-f(c)=\varphi (x)(x-c)\ \ \ \ \text{for}\ \ \ \ x \in I\]
In this case, we have $\varphi (c)=f'(c)$.
\end{theorem}
\begin{theorem}[\textbf{Chain Rule}]
Let $I, J$ be intervals in $\R$, let $g:I \rightarrow \R$ and $f:J \rightarrow \R$ be functions such that $f(J) \subseteq I$, and let $c \in J$. If $f$ is differentiable at $c$ and if $g$ is differentiable at $f(c)$, then the composite function $g \circ f$ is differentiable at $c$ and
\[(g \circ f)'(c) = g'(f(c)) \cdot f'(c).\]
\end{theorem}
\begin{theorem}
Let $I$ be an interval in $\R$ and let $f:I \rightarrow \R$ be strictly monotone and continuous on $I$. Let $J:=f(I)$ and let $g:J \rightarrow \R$ be the strictly monotone and continuous function inverse to $f$. If $f$ is differentiable at $c \in I$ and $f'(c) \neq0$, then $g$ is differentiable at $d:=f(c)$ and
\[g'(d)=\frac{1}{f'(c)}=\frac{1}{f'(g(d))}\]
\end{theorem}
\begin{theorem}
Let $I$ be an interval and let $f:I \rightarrow \R$ be strictly monotone on $I$. Let $J:= f(I)$ and let $g:J \rightarrow \R$ be the function inverse to $f$. If $f$ is differentiable on $I$ and $f'(x) \neq 0$ for $x \in I$, then $g$ is differentiable on $J$ and
\[g' = \frac{1}{f' \circ g}\]
\end{theorem}
+56
View File
@@ -0,0 +1,56 @@
\section{The Mean Value Theorem}
\begin{theorem}[\textbf{Interior Extremum Theorem}]
Let $c$ be an interior point of of the interval $I$ at which $f:I \rightarrow \R$ has a relative extremum. If the derivative of $f$ at $c$ exists, then $f'(c)=0$.
\end{theorem}
\begin{corollary}
Let $f:I \rightarrow \R$ be continuous on an interval $I$ and suppose that $f$ has a relative extremum at an interior point $c$ of $I$. Then either the derivative of $f$ at $c$ does not exist, or it is equal to zero.
\end{corollary}
\begin{theorem}[\textbf{Rolle's Theorem}]
Suppose that $f$ is continuous on a closed interval $I:= [a,b]$, that the derivative $f'$ exists at every point of the open interval $(a,b)$, and that $f(a)=f(b)=0$. Then there exists at least one point $c$ in $(a,b)$ such that $f'(c)=0$.
\end{theorem}
\begin{theorem}[\textbf{Mean Value Theorem}]
Suppose that $f$ is continuous on a closed interval $I:=[a,b]$, and that $f$ has a derivative in the open interval $(a,b)$. Then there exists at least one point $c$ in $(a,b)$ such that
\[f(b)-f(a)=f'(c)(b-a)\]
\end{theorem}
\begin{theorem}
Suppose that $f$ is continuous on the closed interval $I:= [a,b]$, that $f$ is differentiable on the open interval $(a,b)$, and that $f'(x)=0$ for $x \in (a,b)$. Then $f$ is constant on $I$.
\end{theorem}
\begin{corollary}
Suppose that $f$ and $g$ are continuous on $I:=[a,b]$, that they are differentiable on $(a,b)$, and that $f'(x)=g'(x)$ for all $x \in (a,b)$. Then there exists a constant $C$ such that $f = g+C$ on $I$.
\end{corollary}
\begin{theorem}
Let $f:I \rightarrow \R$ be differentiable on the interval $I$. Then:
\begin{enumerate}
\item $f$ is increasing on $I$ if and only if $f'(x) \geq 0$ for all $x \in I$.
\item $f$ is decreasing on $I$ if and only if $f'(x) \leq 0$ for all $x \in I$.
\end{enumerate}
\end{theorem}
\begin{theorem}[\textbf{First Derivative Test for Extrema}]
Let $f$ be continuous on the interval $I:=[a,b]$ and let $c$ be an interior point of $I$. Assume that $f$ is differentiable on $(a,c)$ and $(c,b)$. Then:
\begin{enumerate}
\item If there is a neighborhood $(c-\delta, c+\delta)\subseteq I$ such that $f'(x) \geq 0$ for $c-\delta< x < c$ and $f'(x) \leq 0$ for $c < x < c + \delta$, then $f$ has a relative maximum at $c$.
\item If there is a neighborhood $(c-\delta, c+\delta) \subseteq I$ such that $f'(x) \leq 0$ for $c-\delta < x < c$ and $f'(x) \geq 0$ for $c < x < c+\delta$, then $f$ has a relative maximum at $c$.
\end{enumerate}
\end{theorem}
\begin{lemma}
Let $I \subseteq \R$ be an interval, let $f:I \rightarrow \R$, let $c \in I$, and assume that $f$ has a derivative at $c$. Then:
\begin{enumerate}
\item If $f'(c) >0$, then there is a number $\delta > 0$ such that $f(x) > f(c)$ for $x \in I$ such that $c < x < c+ \delta$.
\item If $f'(c)<0$, then there is a number $\delta >0$ such that $f(x) > f(c)$ for $x \in I$ such that $c-\delta < x < c$.
\end{enumerate}
\end{lemma}
\begin{theorem}[\textbf{Darboux's Theorem}]
If $f$ is differentiable on $I = [a,b]$ and if $k$ is a number between $f'(a)$ and $f'(b)$, then there is at least one point $c$ in $(a,b)$ such that $f'(c)=k$.
\end{theorem}