\documentclass[12pt]{article} \usepackage{amsmath,amsthm,amsfonts,amssymb,latexsym, hyperref} \begin{document} \begin{center} \textbf{Properties of the Integral} \end{center} In the following make the usual assumptions: $a,b,c$ denote numbers, all functions are assumed to map into the reals, etc. When I use the term ``integrable'' I mean R-integrable according to our definition. \ Theorem 3.0 If $f$ is integrable over the interval $[a,b]$ and $a0$ there exists a number $\delta > 0$ so that if $S$ is a subdivision of $[a,b]$ with mesh less than $\delta$ then \begin{eqnarray*} \mbox{Upper Sum}(S, f) - \mbox{Lower Sum}(S, f) & < & \epsilon. \end{eqnarray*} \ Note: the purpose of this theorem is that once we prove the following theorem we get theorem 2.1. Also, to get a good understanding of the integral, consider proving theorem 3.3' without using theorem 3.1. \ Theorem 3.3' If $f: [a,b] \rightarrow \mathbb{R}$ is continuous, then $f$ is integrable over $[a,b]$ if and only if for each $\epsilon >0$ there exists a number $\delta > 0$ so that if $S$ is a subdivision of $[a,b]$ with mesh less than $\delta$ then \begin{eqnarray*} \mbox{Upper Sum}(S, f) - \mbox{Lower Sum}(S, f) & < & \epsilon. \end{eqnarray*} [Hint: work through the `easy'' way first.] \ Theorem 3.4. Suppose each of $f$ and $g$ is integrable over the interval $[a,b]$ then: \begin{enumerate} \item for a number $c$, $cf$ is integrable over the interval $[a,b]$; furthermore $$\int_{[a,b]} cf = c\int_{[a,b]} f.$$ \item $f+g$ is integrable over the interval $[a,b]$; furthermore $$\int_{[a,b]} f+ g = \int_{[a,b]} f+ \int_{[a,b]} g.$$ \item $f\cdot g$ is integrable over the interval $[a,b]$; furthermore if each of $f'$ and $g'$ is continuous then $$ f(b)\cdot g(b) - f(a)g(a) = \int_{[a,b]} f\cdot g' + \int_{[a,b]} f' \cdot g.$$ \item If $f(x) \ne 0, x \in [a,b]$, $\frac 1f $ is integrable over the interval $[a,b]$. \item If range$(g) \subset$ domain$(f)$ then $f\circ g$ is integrable over an interval in the domain of $g$. \end{enumerate} \ Comments [re Theorem 3.4]: One of these is false (so it's not a theorem (yet)), add sufficient conditions for it to be true. \ Exercises: See if you can do the parts of Theorem 3.4 from the $\epsilon - \delta$ definition without recourse to Theorem 3.1. Following are some hints. \begin{enumerate} \item This is an easy $\epsilon - \delta$ argument. You may have to consider two cases: $c>0$ and $c<0$. \item This is another standard $\epsilon - \delta$ argument. \item This is the integration by parts formula - and we all ``know'' it's true from calculus. But it looks like we need to assume continuity of the derivatives. We should construct an example that makes that necessary. Implicit in the theorem is the fact that if $f$ is integrable and $g'$ is integrable, then $fg'$ is integrable. Note that the integration by parts formula follows easily from the ``fundamental theorem.'' \item consider the case where $f$ is continuous on $[a,b]$ first. \end{enumerate} \ Definition. The function $f: [a,b] \rightarrow \mathbb{R}$ is \textit{non-decreasing} means that if $x_1, x_2$ are points in the domain of $f$ and $x_1 < x_2$ then $f(x_1) \le f(x_2)$. \ Theorem 3.5. Suppose that $f: [a,b] \rightarrow \mathbb{R}$ is non-decreasing. Then $f$ is R-integrable on the interval $[a,b]$. [Hint: We've already done the ``increasing'' case.] \ Theorem 3.6. Suppose $f: [a,b] \rightarrow \mathbb{R}$ is a bounded function; then: \begin{enumerate} \item If $f$ is discontinuous at exactly one point, then $f$ is integrable. \item If $f$ is discontinuous at finitely many points, then $f$ is integrable. \item If the set of discontinuities of $f$ has exactly one limit point, then $f$ is integrable. \item If the set of discontinuities of $f$ \ldots (fill in something more complicated.) \end{enumerate} \ Theorem 3.7. Suppose that $f: [a,b] \rightarrow \mathbb{R}$ is integrable over $[a,b]$. Then $F: [a,b] \rightarrow \mathbb{R}$ defined by $$F(x) = \int_a^x f(t) dt$$ is continuous. Where $\int_a^a f(t)dt$ is defined to be $0$. [Note that, in the case that $f$ is continuous, this follows trivially from the Fundamental Theorem which states that $F'(x) = f(x)$ - that theorem is coming.] \end{document}