\documentclass[12pt, std]{article} \usepackage{amssymb} \begin{document} \begin{center} \textbf{Measure and the Lebesgue Integral.} \end{center} In order to consider the Lebesgue integral we need to define the concept of measure and prove some of its properties. Unless otherwise stated assume that all sets are subsets of some given segment, say $(\alpha, \beta)$. \ Definition: Suppose $\alpha < a < b < \beta$ then if $g = (a,b)$ is a segment, define $\ell( g ) = b-a$. \ Definition: Suppose that $M \subset (\alpha, \beta)$ then the outer measure of $M$, denoted by $\mu_o(M)$, is defined as: $$\mu_o(M) = \inf \Big\{ \sum_{g \in G} \ell(g) \Big| G \mbox{ is a finite collection of segments covering } M \Big \}.$$ \ Definition: Suppose that $M \subset (\alpha, \beta)$ then the inner measure of $M$, denoted by $\mu_i(M)$, is defined as: $$\mu_i(M) = (\beta - \alpha)- \mu_o( \ (\alpha, \beta) - M).$$ \ Definition: If the outer measure of a set $M$ is equal to the inner measure of the set; then the measure of $M$, denoted by $\mu(M)$, is this number: $$\mu(M) = \mu_o(M) = \mu_i(M) = (\beta - \alpha)- \mu_o( \ (\alpha, \beta) - M).$$ \ Observe that this implies that if $M$ is measurable then \begin{eqnarray*} \mu_o(M) + \mu_o( \ (\alpha, \beta) - M) & = & \beta - \alpha. \end{eqnarray*} \ Exercise 6.1. Observe that the value of $\beta - \alpha$ was needed to calculate $\mu(M)$. Suppose that $(\alpha, \beta) \subset (\alpha_1, \beta_1)$ and that $\mu(M)$ is calculated using $(\alpha, \beta)$ and another measure $\mu_1(M)$ is calculated using $(\alpha_1, \beta_1)$. What is the relationship between $\mu(M)$ and $\mu_1(M)$? \ Exercises 6.2. Calculate the measure of each of the following sets (Note, assume $(\alpha, \beta)$ is large enough to contain all these sets): \qquad a.) A singleton point $\{ p \}$. \qquad b.) The interval $[0,1]$. \qquad c.) The set $\{ \frac 1n | n \in \mathbb{N}\}$. \qquad d.) The set of rational numbers between $0$ and $1$. \qquad e.) The set $\cup_{i=1}^\infty (\frac 1{2i+1}, \frac 1{2i})$. \ Exercises 6.3. Show whether or not the following hold (if necessary, assume that all the sets mentioned have measure.) \qquad a.) $\mu( (\alpha, \beta) - M) = \beta - \alpha - \mu(M)$. \qquad b.) If $A \cap B = \emptyset$ then $\mu(A \cup B) = \mu(A) + \mu(B)$. \qquad c.) If $\mu(A \cap B) = 0$ then $\mu(A \cup B) = \mu(A) + \mu(B)$. \qquad d.) If $\mu(M) = 0$ and $K \subset M$ then $\mu(K) = 0$. [Note: recall that for these theorems we are assuming that all sets are subsets of $(\alpha, \beta)$.] \ \noindent Some helpful lemmas: Lemma 6a. If $G = \{g_i\}_{i=1}^n$ is a finite collections of disjoint segment lying in $(a,b)$, then $\cup G$ is measurable and \begin{eqnarray*} \mu(\cup G) & = & \sum_{i=1}^n \ell(g_i). \end{eqnarray*} Lemma 6b. Whether or not $M$ is measurable, we have: \begin{eqnarray*} \mu_o(M) + \mu_o((\alpha, \beta) - M) & \ge & \beta - \alpha. \end{eqnarray*} \ Theorem 6.1. Suppose that $M$ is a set and $\mu(M) = 0$. Then if $H \subset M$ then $\mu(H) = 0$. \ Theorem 6.2. Suppose that $M$ is a countable set. Then $M$ is measurable. \ Theorem 6.2. Suppose that $H$ and $K$ are two sets with $H \cup K = \emptyset$. Then \begin{eqnarray*} \mu_o(H \cup K) & \le & \mu_o(H) + \mu_o(K). \end{eqnarray*} \ Question: under the hypothesis of Theorem 6.2, when is \begin{eqnarray*} \mu_o(H \cup K) & \ne & \mu_o(H) + \mu_o(K). \end{eqnarray*} \ Theorem 6.3. If $M$ is compact then $M$ is measurable. \ Corollary to Theorem 6.3. If $U$ is open (and a subset of $(\alpha, \beta)$) then $U$ is measurable. \ Theorem 6.4. Suppose that $\{M_n\}_{n=1}^\infty$ is a sequence of mutually exclusive compact set. Then $\cup_{n=1}^\infty M_n$ is measurable and \begin{eqnarray*} \mu \Big(\cup_{n=1}^\infty M_n \Big) & = & \sum_{n=1}^\infty \mu(M_n). \end{eqnarray*} \ Theorem 6.5. Suppose that $M\subset (\alpha, \beta)$. Then $M$ is measurable if and only if it is true that if $\epsilon > 0$ there exists a collection $G_M$ of non-overlapping segments covering $M$ and a collection $G_{I-M}$ of non-overlapping segments covering $I-M$ such that the sum of the lengths of all the overlaps of the segments of $G_M$ with the segments of $G_{I-M}$ is less than $\epsilon$. \ Theorem 6.6. If each of $H$ and $K$ are measurable, then so are $H \cup K$ and $H \cap K$. \ Theorem 6.7. If each of $H$ and $K$ is measurable then: \begin{eqnarray*} \mu(K-H) & = & \mu(K) - \mu(H). \end{eqnarray*} \ Theorem 6.8. If for each $\{M_i\}_{i=1}^\infty\}$ is a sequence of mutually disjoint measurable sets then $\cup_{i=1}^\infty M_i$ is measurable and \begin{eqnarray*} \mu\Big (\bigcup_{i=1}^\infty M_i \Big) & = & \sum_{i=1}^\infty \mu(M_i). \end{eqnarray*} \ Exercise: Is every set measurable? \end{document}