\documentclass[12pt,twoside,reqno]{amsart} \usepackage{amssymb,amsmath,amstext,amsthm,amsfonts,amscd, accents} \usepackage{amsthm} \theoremstyle{plain} \usepackage[ansinew]{inputenc} \usepackage{graphicx} \usepackage[mathscr]{eucal} \usepackage{hyperref} %\usepackage{bbm} \usepackage{dsfont} \newcommand{\R}{\mathbb{R}} \newcommand{\C}{\mathbb{C}} \newcommand{\N}{\mathbb{N}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\T}{\mathbb{T}} \newcommand{\E}{\mathbb{E}} \newcommand{\B}{\mathcal{B}} %\newcommand{\P}{\mathbb{P}} \newcommand{\comp}{^{\complement}} \newcommand{\card}{\rm{card \,}} \newcommand{\abs}[1]{\bigl| #1 \bigr|} % absolute value \newcommand{\sabs}[1]{\left| #1 \right|} % smaller absolute value \newcommand{\babs}[1]{\Bigl| #1 \Bigr|} % big absolute value \newcommand{\norm}[1]{\lVert#1\rVert} % norm \newcommand{\bnorm}[1]{\Bigl\| #1\Bigr\|} %big norm \newcommand{\avg}[1]{\left< #1 \right>} % average \newcommand{\mstar}{m^\ast} % outer measure \newcommand{\less}{\lesssim} \newcommand{\more}{\gtrsim} \newcommand{\ep}{\epsilon} \newcommand{\setdif}{\bigtriangleup} \newcommand{\nzerobar}{\underline{n_0}} \newcommand{\Elem}{\mathscr{E}} \newcommand{\Jordan}{\mathscr{J}} \newcommand{\dist}{{\rm dist}} %\newcommand{\ind}{\mathds{1}} \newcommand{\ind}{\textbf{1}} \theoremstyle{plain} \newtheorem{theorem}{Theorem}[section] \newtheorem{proposition}{Proposition} \newtheorem{corollary}[proposition]{Corollary} \newtheorem{lemma}[proposition]{Lemma} \newtheorem*{lemma*}{Lemma} \newtheorem{definition}{Definition} \newtheorem*{definition*}{Definition} \newtheorem{problem}{Problem}[section] \let\oldproblem\problem \renewcommand{\problem}{\oldproblem\normalfont} %\newtheorem{problem}{Problem} \newtheorem*{hypothesis}{Hypothesis} \newtheorem{exercise}{Exercise}[section] \newtheorem{remark}{Remark}[section] \newtheorem{example}[theorem]{Example} \numberwithin{equation}{section} \usepackage{enumerate} \newcommand{\figura}[2]{ \begin{center} \includegraphics*[scale={#2}]{{#1}.pdf} \end{center} } \title[Homework - TMA4225]{All homework assignments for \\TMA4225-Foundations of Analysis-Fall 2015} %\author{Silvius Klein} \begin{document} \maketitle \tableofcontents \section{Introduction} This document collects in one place all the homework sets assigned throughout the semester. To prepare for the final exam, review your notes and homework problems carefully. We have used Terence Tao's book ``An Introduction to Measure Theory". A pdf file of the book is freely available at\\ \url{https://terrytao.files.wordpress.com/2011/01/measure-book1.pdf}. We have covered most but not all of the topics in the main chapter of the book: Chapter 1. Measure Theory. Many important statements (theorems, lemmas, propositions) in Tao's book are listed as exercises. We proved them in class or, in some cases, they were assigned as homework. Therefore, while the book is a good reference for your study, the best reference should be your own handwritten notes from lectures and exercise sessions. %%%% %%%% 2nd week \section{Second week homework assignment} \begin{problem} Prove that the following sets are countable: \begin{enumerate} \item[(a)] The set of strictly positive integers $\N^\star = \{1, 2, \ldots n, \ldots\}$. \item[(b)] The set of all even natural numbers. \item[(c)] The set of all odd natural numbers. \item[(d)] The set $\Z$ of all integers. \end{enumerate} \end{problem} \begin{problem} Prove that all (proper) intervals have the same cardinality, which we call the {\em continuum} cardinality. \end{problem} \begin{problem}[*] Prove Cantor-Schr\"oder-Bernstein's theorem: If $\card A \le \card B$ and $\card B \le \card A$ then $\card A = \card B$. In other words, if there are a one-to-one function $f \colon A \to B$ and a one-to-one function $g \colon B \to A$, then there is a {\em bijection} $h \colon A \to B$. Follow the steps in exercise 1.36 in the textbook. \end{problem} \begin{problem} Prove the following: \begin{enumerate} \item[(a)] Any {\em finite} subset of $\R$ is a closed set. \item[(b)] $\N$ and $\Z$ are closed sets. \item[(c)] $\Q$ and $\R \setminus \Q$ are not closed sets. \item[(d)] None of the sets above is open (except for the empty set). \item[(e)] If $P (x)$ is a polynomial, then $\{ x \in \R \colon P (x) > 0 \}$ is open. \end{enumerate} \end{problem} \begin{problem}[*] Prove that any open set can be written as a disjoint union of at most countably many open intervals. \end{problem} \begin{problem} Prove that if $F$ is a closed set, then its complement $F^\complement = \R \setminus F$ is an open set. \end{problem} \begin{problem} Prove ({\em without} using the Heine-Borel theorem) that if $K$ is a compact set and if $F$ is a closed set such that $F \subset K$, then $F$ is a compact set as well. \end{problem} \begin{problem} Prove that any decreasing sequence of {\em closed} intervals whose lengths converge to $0$ has a nonempty intersection. In other words: let $I_1, \ I_2, \ldots, I_n, \ I_{n+1}, \ldots$ be closed intervals so that $$I_1 \supset I_2 \supset \ldots \supset I_n \supset I_{n+1} \supset \ldots$$ and $\abs{I_n} \to 0$ as $n \to \infty$. Prove that $$\bigcap_{n\ge1} I_n \neq \emptyset\,.$$ This problem may be divided into the following easier steps. \begin{enumerate} \item[(a)] Pick in each interval $I_n$ a point $x_n$ and show that the sequence $\{x_n\}$ thus obtained is Cauchy, hence convergent. \item[(b)] Let $x$ be the limit of this sequence. Prove that $x$ belongs to all intervals $I_n$ (use the fact that closed intervals are closed sets). \item[(c)] Prove that in fact $\bigcap_{n\ge1} I_n $ only contains the point $x$. \end{enumerate} \end{problem} \begin{problem} Prove that if $f \colon \R \to \R$ is a continuous function and $c \in \R$, then \begin{itemize} \item[(a)] The set $\{ x \in \R \colon f (x) > c \}$ is open. \item[(b)] The set $\{ x \in \R \colon f (x) < c \}$ is open. \item[(c)] The set $\{ x \in \R \colon f (x) \in (c, d) \}$ is open. \item[(d)] The set $\{ x \in \R \colon f (x) = c \}$ is closed. \item[(e)] The set $\{ x \in \R \colon f (x) \le c \}$ is closed. \end{itemize} \end{problem} \bigskip %%%%% %%%%% 3rd week \section{Third week homework assignment} \begin{problem} Prove that the elementary measure is monotone and sub-additive. In other words, show that the map $m \colon \Elem (\R^d) \to \R$ satisfies the following: \begin{enumerate} \item[(i)] For all elementary sets $E$ and $F$, if $E \subset F$ then $m (E) \le m (F)$. \item[(ii)] For all elementary sets $E$ and $F$, $m (E \cup F) \le m (E) + m (F)$. \end{enumerate} Explain why the same properties hold for the Jordan measure. \end{problem} \begin{problem} Prove that the Cantor set is Jordan measurable and that its Jordan measure is $0$. \end{problem} \begin{problem} Prove that if $E$ and $F$ are Jordan measurable sets, then $E \cap F, \ E \setminus F$ and $E \triangle F$ are Jordan measurable as well. \end{problem} \textit{Hint:} Use the characterization of Jordan measurability in terms of elementary sets that approximate from within and from without. Then everything reduces to some (Boolean) operations with sets. Perhaps the trickiest part is showing that $E \setminus F$ is Jordan measurable. You may use (after verifying that they are indeed true) the following relations between sets. If $A \subset E \subset B$ and $C \subset F \subset D$, then $$A \setminus D \subset E \setminus F \subset B \setminus C .$$ Moreover, $$(B \setminus C) \setminus (A \setminus D) \subset (B \setminus A) \cup (D \setminus C) .$$ \medskip \begin{problem} Prove that a bounded set $E \subset \R^d$ is Jordan measurable if and only if for all $\epsilon > 0$ there is an elementary set $A$ such that $m^{\ast, J} ( E \triangle A) < \epsilon$. \end{problem} \begin{problem} Let $E \subset \R^d$ be any bounded set. Prove the following: \begin{enumerate} \item[(a)] $m^{\ast, J} (\overline{E}) = m^{\ast, J} (E)$, where $\overline{E}$ denotes the closure of $E$. \item[(b)] $m_{\ast, J} (\accentset{\circ}{E}) = m_{\ast, J} (E)$, where $\accentset{\circ}{E}$ denotes the interior of $E$. \item[(c)] $E$ is Jordan measurable if and only if $m^{\ast, J} (\partial E) = 0$, where $\partial E$ denotes the boundary of $E$. \end{enumerate} \end{problem} \textit{Hint:} During the exercise section, someone made me aware of the fact that part (c) is quite tricky. The difficult part is to show that if $m^{\ast, J} (\partial E) = 0$ then $E$ is Jordan measurable. Here is a hint. Since $m^{\ast, J} (\partial E) = 0$, for every $\ep > 0$ there is an elementary set $D$ with $\partial E \subset D$ and $m (D) < \epsilon$. We may assume that $D$ is an open set (why?). Then $\overline{E} \setminus D$ is {\em compact} (why?). Note that $\overline{E} \setminus D \subset \accentset{\circ}{E}$, and by compactness we can find an elementary set $B$ such that $$\overline{E} \setminus D \subset B \subset \accentset{\circ}{E} .$$ This implies $\overline{E} \subset B \cup D$. Since $B \cup D$ is an elementary set, we may then derive that $m^{\ast, J} (\overline{E}) \le m_{\ast, J} (\accentset{\circ}{E}) + \ep$. Let $\ep \to 0$, then use parts (a) and (b) to conclude that $E$ is Jordan measurable. This is of course a rough sketch of the proof, you have many details to fill in. Try it till next week on your own, and then I will post the detailed solution. \medskip \begin{problem} Let $E := \Q \cap [0, 1]$. Prove the following \begin{enumerate} \item[(a)] $m_{\ast, J} (E) = 0$. \item[(b)] $m^{\ast, J} (E) = 1$. \end{enumerate} Conclude that $E$ is not Jordan measurable. \end{problem} \begin{problem} Prove that if $f$ and $g$ are Darboux integrable functions on $[a, b]$, then $f + g$ is Darboux integrable as well and $$\int_a^b (f + g) = \int_a^b f + \int_a^b g .$$ \end{problem} \textit{Hint:} Use the characterization of the Darboux integrability in terms of ``good" step functions (that approximate from below and above). \medskip \begin{problem} We have shown in class that if $E$ is a Jordan measurable subset of $\R$, then its indicator function $\ind_E (x)$ is Darboux integrable. Prove that the reverse is also true. That is, prove that if the indicator function $\ind_E (x)$ of some set $E$ is Darboux integrable, then the set $E$ must be Jordan measurable. \end{problem} %%%%% %%%%% 4th week \section{Fourth week homework assignment} \begin{problem} Show that a countable union of Jordan measurable sets may not be Jordan measurable. Then show that a countable intersection of Jordan measurable sets may not be Jordan measurable. \end{problem} \textit{Hint:} Look for an example of a set that is not Jordan measurable, but which you can break down into countably many Jordan measurable subsets. For the second problem, on intersection, consider the complements of these subsets relative to some large enough box. \begin{problem} Finish up the proof of the theorem discussed in class saying that if a sequence $\{ f_n \}_{n\ge1}$ of Riemann integrable functions on $[a, b]$ converges {\em uniformly} to $f$, then $f$ is Riemann integrable as well and $$\int_a^b f (x) d x = \lim_{n \to \infty} \int_a^b f_n (x) d x .$$ \end{problem} \begin{problem} Let $\mathcal{X}$ and $\mathcal{Y}$ be subsets of $\R$ such that $\mathcal{X} \subset \mathcal{Y}$. Prove that $$\inf \mathcal{X} \ge \inf \mathcal{Y} \quad \text{ and } \sup \mathcal{X} \le \sup \mathcal{Y} .$$ \end{problem} \begin{problem} Prove that the Jordan outer measure of a set $E \subset \R^d$ is the infimal cost required to cover $E$ by a finite union of boxes. More precisely, prove that \begin{align*} m^{\ast, J} (E) & = \inf \ \{ \ \sum_{i=1}^{k} \abs{B_i} \ \colon \ E \subset B_1 \cup B_2 \ldots \cup B_k, \\ & \qquad \quad \text{ where } B_1, B_2, \ldots, B_k \text{ are boxes and } k \ge 1 \}. \end{align*} \end{problem} \textit{Note:} Finite unions of boxes are elementary sets. So the only difference between what is written above and the definition of the Jordan outer measure is that in the formula above we do {\em not} require the boxes that cover $E$ to be {\em disjoint}. In other words, what the problem is saying is that it does not matter if we throw in all boxes that cover $E$; whether they are disjoint or not, when we take the infimum we get the same quantity. \begin{problem} Prove that a bounded set $E$ is Jordan measurable if and only if it is ``almost" elementary, in the sense that: for any $\epsilon > 0$ there is an elementary set $B$ such that $E \subset B$ and $m^{\ast, J} ( B \setminus E) < \epsilon$. \end{problem} \begin{problem} Find a function $f \colon [0, 1] \to \R$ that has an {\em uncountable} set of discontinuities, but which is still Riemann integrable. \end{problem} \textit{Hint:} Use Cantor's set. \begin{problem} Prove that if a set $E \subset \R^d$ has Lebesgue {\em outer} measure zero (we may call such sets {\em negligible}), then $E$ is Lebesgue measurable. \end{problem} \begin{problem} Prove that the Lebesgue outer measure is monotone: if $E \subset F \subset \R^d$, then $m^\ast (E) \le m^\ast (F)$. Conclude, using the previous problem, that any subset of a negligible set is Lebesgue measurable and it has Lebesgue measure zero. \end{problem} \begin{problem} Let $E$ be a bounded set in $\R^d$. \begin{itemize} \item[(a)] Prove that if $E$ is Jordan measurable, then it is Lebesgue measurable as well. \item[(b)] [*] You may try to prove that in this case, the Jordan measure and the Lebesgue measure of $E$ are the same (this is not easy, and we will do it in class anyway). \end{itemize} \end{problem} \textit{Hint} (for part (a)): Use the fact discussed in class, saying that if we pay just $\epsilon$ more, we can always consider {\em open} boxes (rather than just any boxes) to cover our sets $E$. \bigskip %%%%% %%%% 5th week \section{Fifth week homework assignment} \begin{problem} Prove the translation invariance of the Lebesgue outer measure. That is, show that if $ E \subset \R^d$ and $x \in \R^d$ then $$m^\ast (x + E) = m^\ast (E) .$$ \end{problem} \begin{problem} Prove a similar property for multiplication on $\R$: if $E \subset \R$ and $x \in \R$, if we denote $ x \, E := \{ x \cdot a \colon a \in E \}$, then $$m^\ast (x \, E) = \abs{x} m^\ast (E) .$$ \end{problem} \begin{problem} Let $E \subset \R$ with $m^\ast (E) < \infty$. \\ Define the function $f \colon \R \to \R$ by $$f (x) := m^\ast (E \cap (-\infty, x]) .$$ Prove that $f$ is uniformly continuous on $\R$. \end{problem} \begin{problem} Let $f \colon \R \to \R$ be differentiable at all points. \begin{enumerate} \item[(a)] Prove that if for all $x \in \R$ we have $\abs{f' (x)} \le 1$, then for every subset $E \subset \R$ we have $$m^\ast ( f (E) ) \le m^\ast (E) .$$ We say that the function $f$ {\em contracts} the measure.\\ \textit{Hint:} Use the mean value theorem from calculus. \item[(b)] Find an example of a differentiable function $f$ such that for some $x$, $\abs{f' (x)} > 1$, and which does not contract the measure.\\ \textit{Hint:} Use Problem 2 above. \end{enumerate} \end{problem} \begin{problem} Find an example of a set $E \subset \R$ for which $$m^\ast (E) > \sup \, \{ m^\ast (U) \colon U \subset E, U \text{ is open} \} .$$ This will show that the {\em exact} inner regularity analogue of the outer regularity is false. \end{problem} \begin{problem} Prove that if $B_1, B_2, \ldots, B_N$ are {\em almost} disjoint boxes (meaning that their interiors are disjoint) then $$m \, (\bigcup_{k=1}^N \, B_k ) = \sum_{k=1}^N \abs{B_k} \, .$$ The measure $m$ above refers to the Jordan measure (since a union of boxes is elementary), which of course coincides with the Lebesgue outer measure. \end{problem} It was mentioned in class that the {\em additivity} (finite of countable) of the Lebesgue outer measure does {\em not} always hold. However, we can show that it does hold in many interesting cases. Let us first remember the following useful result. \begin{lemma*}\normalfont If $E = \bigcup_{n=1}^{\infty} B_n$, where $B_n$ are almost disjoint boxes, then $$m^\ast (E) = \sum_{n=1}^{\infty} \abs{B_n} \, .$$ Moreover, any {\em open} set can be expressed in this way, as a countable union of almost disjoint boxes. \end{lemma*} \medskip We are now ready for the first result on the additivity of the Lebesgue outer measure. \begin{problem} Prove that if $U$ and $V$ are {\em open} sets and if $U \cap V = \emptyset$, then $$\mstar (U \cup V) = \mstar (U) + \mstar (V) .$$ \textit{Hint:} Use the lemma above for both $U$ and $V$. \end{problem} \medskip The next result on the additivity of the Lebesgue outer measure is for compact sets. They require a bit more preparation. We begin with a definition. \begin{definition*} \normalfont If $A$ and $B$ are two subsets of $\R$ (or of $\R^d$), we define the {\em distance} between them as the infimal distance between a point in $A$ and a point in $B$. More precisely, $$\dist (A, B) := \inf \, \{ \abs{ x - y } \colon x \in A, y \in B \} .$$ \end{definition*} \medskip \begin{problem} Prove that if $K$ and $L$ are compact sets in $\R$ (or in $\R^d$), and if $K \cap L = \emptyset$, then $$\dist (K, L) > 0 \,.$$ \textit{Hint:} Assume by contradiction that $\dist (K, L) = 0$. \\At some point you may also need to use the fact that any sequence in a compact set has a convergent subsequence. \end{problem} \begin{problem} Prove that if $A$ and $B$ are two subsets of $\R$ (or of $\R^d$) such that $\dist (A, B) > 0$, then there are two {\em open} sets $U$ and $V$ such that $A \subset U$, $B \subset V$ and $U \cap V = \emptyset$. \textit{Hint:} ``Thicken" (like we did before in class) each of the sets $A$ and $B$ by a small enough amount - how small will depend on $\dist(A, B)$. \end{problem} \begin{problem} Prove that if $K$ and $L$ are compact sets in $\R$ (or in $\R^d$), and if $K \cap L = \emptyset$, then $$\mstar (K \cup L) = \mstar (K) + \mstar (L) \,.$$ \textit{Hint:} Use problem 8, then 9 and then 7. \\Also use the fact (proven in class) that for any set $E$, $$\mstar (E) = \inf \, \{ \mstar (U) \colon E \subset U \text{ and } U \text{ is open} \} .$$ \end{problem} \medskip %%%% %%%% 6th week \section{Sixth week homework assignment} \medskip \begin{problem} Prove that if $E_1, E_2, \ldots $ is a countable sequence of Lebesgue measurable sets, then $\bigcap_{n=1}^{\infty} \, E_n$ is also Lebesgue measurable. \end{problem} \textit{Hint:} Use one of de Morgan's rules and the analogue result proven in class for countable unions of measurable sets. \smallskip \begin{problem} Show that for any sets $F \subset E \subset \R^d$ we have $$m^\ast (E) - m^\ast (F) \le m^\ast (E \setminus F) .$$ \end{problem} \textit{Hint:} Use the sub-additivity of the Lebesgue outer measure. \smallskip \begin{problem} Let $E \subset \R^d$ be a any set. Show that there is a Lebesgue {\em measurable} set $E'$ such that $E \subset E'$ and $m^\ast (E) = m (E')$. \end{problem} \textit{Hint:} Use the outer regularity of the Lebesgue outer measure (approximation by open sets from without). \pagebreak The goal of the next problem is to prove several {\em equivalent} ways of describing Lebesgue measurability. \begin{problem} Let $E \subset \R^d$. Prove that the following are equivalent: \begin{enumerate} \item $E$ is Lebesgue measurable, meaning: for all $\ep > 0$ there is $U$ open such that $E \subset U$ and $m^\ast (U \setminus E) < \ep$. \item $E$ is ``almost open'' in the following sense: for all $\ep > 0$ there is $U$ open such that $m^\ast (E \bigtriangleup U) < \ep$. \item $E$ has a good ``inner approximation by closed sets": for all $\ep > 0$ there is $F$ closed such that $F \subset E$ and $m^\ast (E \setminus F) < \ep$. \item $E$ is ``almost closed'' in the following sense: for all $\ep > 0$ there is $F$ closed such that $m^\ast (E \setdif F) < \ep$. \end{enumerate} \end{problem} \textit{Hint:} Similar to the analogue statements for Jordan measurable sets. \smallskip \begin{problem} Prove the following inner regularity property of the Lebesgue measure. If $E \subset \R^d$ is Lebesgue measurable, then $$m (E) = \sup \, \{ m (K) \colon K \text{ is compact}, \, K \subset E \} .$$ \end{problem} \textit{Hint:} First assume that $E$ is bounded and use the ``inner approximation by closed sets'' characterization of measurable sets. If $E$ is unbounded, consider its intersection with larger and larger boxes and use the monotone convergence theorem for sets. The goal of the next problem is to characterize in different (equivalent) ways Lebesgue measurable sets of {\em finite} measure. \begin{problem} Let $E \subset \R^d$. Prove that the following are equivalent: \begin{enumerate} \item $E$ is Lebesgue measurable and $m (E) < \infty$. \smallskip \item ``approximation by open with finite measure": for all $\ep > 0$ there is $U$ open with $m (U) < \infty$ such that $E \subset U$ and $m^\ast (U \setminus E) < \ep$. \smallskip \item ``almost open and bounded": for all $\ep > 0$ there is $U$ open and bounded such that $m^\ast (E \setdif U) < \ep$. \smallskip \item ``inner approximation by compact'': for all $\ep > 0$ there is $K$ compact such that $K \subset E$ and $m^\ast (E \setminus K) < \ep$. \smallskip \item ``almost compact": for all $\ep > 0$ there is $K$ compact such that $m^\ast (E \setdif K) < \ep$. \smallskip \item ``almost measurable and bounded": for all $\ep > 0$ there is $S$ measurable and bounded such that $m^\ast (E \setdif S) < \ep$. \smallskip \item ``almost finite measure": for all $\ep > 0$ there is $S$ measurable with $m (S) < \infty$ such that $m^\ast (E \setdif S) < \ep$. \end{enumerate} \end{problem} %%%%% %%%%% 7th week \section{Seventh week homework assignment} \begin{problem} Prove that if $E \subset \R^d$ is Lebesgue measurable, then for any subset $S$ of $\R^d$ we have $$\mstar (S) = \mstar (S \cap E) + \mstar (S \setminus E) .$$ \end{problem} \textit{Hint:} We have already established this property in class for {\em bounded} sets. You only need to use the ``larger and larger'' boxes trick to extend this property to unbounded sets. \smallskip \begin{problem} Prove that if $s$ and $\sigma$ are simple functions on $\R^d$, and if $c \in \R$, then $s + \sigma$, $s - \sigma$, $s \cdot \sigma$ and $c \, s$ are also simple functions. \end{problem} \textit{Hint:} The only tricky part is $s \cdot \sigma$ . Use (after convincing yourselves that it is true) the following simple property of indicator functions: $$\ind_E \cdot \ind_F = \ind_{E \cap F} .$$ \smallskip \begin{problem} Prove that if $s$ and $\sigma$ are nonnegative simple functions on $\R^d$ and if $c \in [0, \infty]$, then \begin{align*} \int_{R^d} \, (s + \sigma) (x) \, d x & = \int_{\R^d} \, s (x) \, d x + \int_{\R^d} \, \sigma (x) \, d x .\\ \int_{\R^d} \, c \, s (x) \, d x & = c \, \int_{\R^d} \, s (x) \, d x . \end{align*} \end{problem} \bigskip %%%% %%%% 8th week \section{Eighth week homework assignment} $\diamond$ The next few problems are about some basic properties (left unproven in class) of the integral of {\em simple, non-negative} functions. \begin{problem} Prove that if $f, g \colon \R^d \to [0, + \infty]$ are simple functions, and if $c \in [0, + \infty]$, then \begin{align*} \int_{\R^d} \, (f + g) (x) \, d x & = \int_{\R^d} \, f (x) \, d x + \int_{\R^d} \, g (x) \, d x \\ \int_{\R^d} \, c \, f (x) \, d x & = c \, \int_{\R^d} \, f (x) \, d x . \end{align*} \end{problem} \smallskip \begin{problem} Let $f \colon \R^d \to [0, + \infty]$ be a simple function. Prove that if $f (x) < \infty$ a.e. and if $\text{supp} (f)$ has finite measure then $$ \int_{\R^d} \, f (x) \, d x < \infty .$$ \end{problem} \smallskip \begin{problem} If $f, g \colon \R^d \to [0, + \infty]$ are simple and if $f = g$ a.e. then $\int f = \int g$. \end{problem} \medskip $\diamond$ The next few problems are about basic properties of the integral of {\em simple} functions that may take both positive and negative values. \begin{problem} Prove that if $f, g \colon \R^d \to \R$ are simple functions, and if $c \in \R$, then \begin{align*} \int_{\R^d} \, c \, f (x) \, d x & = c \, \int_{\R^d} \, f (x) \, d x . \end{align*} \end{problem} \begin{problem} If $f, g \colon \R^d \to \R$ are simple functions and if $f \le g$ a.e. then $\int f \le \int g$. \end{problem} \medskip $\diamond$ The next few problems are about basic properties of {\em measurable, non-negative} functions. \begin{problem} If $f \colon \R^d \to [0, + \infty]$ is a Lebesgue measurable function and if $\phi \colon [0, \infty] \to [0, \infty]$ is {\em continuous}, then $\phi \circ f$ is Lebesgue measurable. \end{problem} \begin{problem} If $f, g \colon \R^d \to [0, + \infty]$ are Lebesgue measurable and if $c \in [0, \infty)$, then $ f + g$, $c \, f$ and $f \cdot g$ are Lebesgue measurable. \end{problem} \begin{problem} Prove that $f \colon \R^d \to [0, \infty]$ is a simple function if and only if it is measurable and it only takes finitely many values. \end{problem} \bigskip %%%% %%%% 9th week \section{Ninth week homework assignment} These problems are about some basic properties (left unproven in class) of the integral of {\em measurable, non-negative} functions. \begin{problem} Prove that if $f, g \colon \R^d \to [0, \infty]$ are Lebesgue measurable and if $f \le g$ a.e. then $\int f \le \int g$. \end{problem} \textit{Note:} Keep in mind that at this point, linearity has not been yet established. So the only thing you could use is the {\em definition} of the Lebesgue integral of a measurable, non-negative function. \medskip \begin{problem} Prove the remaining case from class of the ``horizontal truncation'' property: Let $f \colon \R^d \to [0, \infty]$ be a Lebesgue measurable function, and for each integer $n \ge 1$ define its horizontal truncation $f_n (x) := \min \{ f (x), n \}$. Prove that if $\int f = + \infty$ then $$ \lim_{n \to \infty} \, \int f_n = + \infty .$$ \end{problem} \begin{problem} Prove the remaining case from class of the ``vertical truncation'' property: Let $f \colon \R^d \to [0, \infty]$ be a Lebesgue measurable function, and for each integer $n \ge 1$ define its vertical truncation $f_n := f \cdot \ind_{ \{ x \colon \sabs{x} \le n \} }$. Prove that if $\int f < \infty$ then $$ \int f \le \lim_{n \to \infty} \, \int f_n \, .$$ \end{problem} \textit{Note:} I should explain what I mean by $\sabs{x}$. If $d = 1$, $\sabs{x}$ is just the absolute value of $x$, so $ \{ x \colon \sabs{x} \le n \} = [ - n, n]$. If $d >1$, then write $x \in \R^d$ as $x = (x_1, x_2, \ldots, x_d)$, and define $\sabs{x} := \max \{ \sabs{x_1}, \sabs{x_2}, \ldots, \sabs{x_d} \}$. So the set $ \{ x \colon \sabs{x} \le n \} = [ - n, n]^d$, which is a box in $\R^d$. \medskip \begin{problem} Prove that if $f \colon \R^d \to [0, \infty]$ is Lebesgue measurable and if $c \in [0, \infty)$, then $$\int c \, f = c \int f \, .$$ \end{problem} \bigskip The goal of the next few problems is to establish the {\em additivity} of the Lebesgue integral of {\em non-negative measurable} functions. That is, we will show that if $f, g \colon \R^d \to [0, \infty]$ are Lebesgue measurable, then $$\int (f + g) = \int f + \int g \, .$$ We will accomplish this goal in a few steps. \begin{problem} Prove first the inequality $$\int f + \int g \le \int (f + g) \, .$$ \end{problem} \textit{Hint:} Begin with a simple function {\em below} $f$ and one below $g$, add up, use the additivity of the integral for {\em simple} functions, take supremums. \begin{problem} Assume that $f$ and $g$ ``live in a box'' (the same box). Prove the reverse inequality under this assumption: $$\int (f + g) \le \int f + \int g \, .$$ \end{problem} \textit{Hint:} Begin with a simple function {\em above} $f$ and one above $g$, add up, use the additivity of the integral for {\em simple} functions, take infimums. \begin{problem} Remove the assumption from the previous problem that $f$ and $g$ ``live in a box''. In other words, prove that for any measurable, nonnegative functions $f$ and $g$, we have $$\int (f + g) \le \int f + \int g \, .$$ \end{problem} \textit{Hint:} Truncate the functions $f$ and $g$ horizontally and vertically; the truncations will live in boxes, so the previous problem will apply to them; to conclude, use a limiting argument (namely the horizontal and vertical truncation properties). At some point in the argument, it may help to know (prove this separately that if $f_n$, $g_n$ and $(f+g)_n$ represent horizontal truncations of $f$, $g$ and $f+g$ respectively, then $$(f+g)_n \le f_n + g_n .$$ \bigskip %%%% %%%% 10th week \section{Tenth week homework assignment} \begin{problem} Prove that if $\{y_n\}_{n\ge1} \subset \R$ is a sequence of real numbers and if $y_n \to y$ as $n \to \infty$, then $$y_n^+ \to y^+ \quad \text{and} \quad y_n^- \to y^- \quad \text{as} \ n \to \infty .$$ \end{problem} \textit{Hint:} Consider three separate cases: $y > 0$, $y < 0$ and $y=0$. \begin{problem} Prove that $L^1 (\R^d)$ is a normed space with the norm $$\norm{f}_{L^1} := \int_{\R^d} \, \abs{f (x)} \, d x . $$ In other words: \begin{enumerate} \item[(a)] Show that the set of absolutely integrable functions is a subspace of the vector space of all functions on $\R^d$. \item[(b)] Let $L^1 (\R^d)$ be the space of absolutely integrable functions where two functions that are equal a.e. are identified (i.e. they are regarded as representing the same vector). Prove that $\norm{\cdot}_{L^1}$ defined above satisfies the three axioms of a norm. \end{enumerate} \end{problem} \begin{problem} Prove that the Lebesgue integral is a linear map from $L^1 (\R^d)$ to $\R$. In other words, show that $$\int_{\R^d} (f+g) = \int_{\R^d} f + \int_{\R^d} g \quad \text{and} \int_{\R^d} c f = c \int_{\R^d} f ,$$ for any absolutely integrable functions $f$ and $g$ and any constant $c \in \R$. \end{problem} \textit{Hint:} Use the same strategy employed to establish the linearity of the integral for simple {\em signed} functions, once the linearity was known for {\em unsigned} functions. \begin{problem} Prove the monotonicity of the integral. If $f, g \colon \R^d \to \R$ are absolutely integrable and if $f \le g$ a.e. then $$\int_{\R^d} f \le \int_{\R^d} g .$$ \end{problem} \begin{problem} Prove the following triangle inequality: if $f \colon \R^d \to \R$ is absolutely integrable then $$\babs{ \int_{\R^d} f } \le \int_{\R^d} \abs{f} .$$ \end{problem} \begin{problem} Prove the divisibility property: if $f \colon \R^d \to \R$ is absolutely integrable and if $E \subset \R^d$ is measurable, then $$ \int_{\R^d} f = \int_{E} f + \int_{E^{\comp}} f \, ,$$ where $E^{\comp} = \R^d \setminus E$ is the complement of $E$ and if $S$ is any measurable set, $\int_S f := \int_{\R^d} f \cdot \ind_S$. \end{problem} \begin{problem} Prove that if $\{f_n\}_{n\ge1}$ is a sequence of measurable functions on $\R^d$ and if for a.e. $x \in \R^d$ we have $$\lim_{n\to\infty} f_n (x) = f (x) ,$$ then the limit function $f(x)$ is measurable as well. \end{problem} \textit{Hint:} Use the same approach we described in class when proving the equivalent notions of measurability (namely the idea of the proof of Lemma 1.3.9 (iii) implies (v) in Tao's book). \bigskip %%%%% %%%%% 11th week \section{Eleventh week homework assignment} \begin{problem} Prove that the sequence of functions $f_n \colon \R \to \R$, $$f_n (x) = \frac{x}{n} $$ converges to the function $f (x) = 0$ locally uniformly but not uniformly. \end{problem} \medskip \begin{problem} Prove that the sequence of functions $f_n \colon \R \to \R$, $$f_n (x) = \begin{cases} \frac{1}{n \, x} & \text{ if } x > 0 \\ 0 & \text{ if } x \le 0 \end{cases} $$ converges to the function $f (x) = 0$ pointwise but not locally uniformly. \end{problem} \medskip \begin{problem} Verify that an atomic algebra is a $\sigma$-algebra. Here is a reminder of how an atomic algebra is defined. Let $X$ be a set and consider a partition $$X = \bigcup_{\alpha \in I} \, A_{\alpha}$$ into disjoint subsets (we refer to these subsets as ``atoms"). Let $$\mathcal{A} := \big\{ \, \bigcup_{\alpha \in J} \, A_{\alpha} \colon J \subset I \, \big\} \, .$$ In other words, $\mathcal{A}$ consists of all possible unions of atoms. Then $\mathcal{A}$ is a $\sigma$-algebra. \end{problem} \medskip \begin{problem} Consider an atomic algebra with a {\em countable} set of atoms. Explain how one can define a measure on this measurable space and verify that what you have defined is indeed a measure. \end{problem} \textit{Hint:} Begin by assigning to each atom a certain ``mass". \medskip \begin{problem} Prove that the Borel $\sigma$-algebra $\mathcal{B} (\R^d)$ may be generated by either of the following collections of subsets of $\R^d$: \begin{enumerate}[(a)] \item All closed sets; \item All compact sets; \item All open balls; \item All boxes. \end{enumerate} \end{problem} \medskip \begin{problem} Let $(X, \B, \mu)$ be a measure space. Prove the monotone convergence theorem for sets: \begin{enumerate}[(a)] \item Upwards: if $E_n \nearrow E$ as $n \to \infty$, then $\mu (E_n) \to \mu (E)$ as $n \to \infty$. \item Downwards: if $E_n \searrow E$ as $n \to \infty$ and if $\mu (E_N) < \infty$ for some $N$ then $\mu (E_n) \to \mu (E)$ as $n \to \infty$. \end{enumerate} \end{problem} \medskip \begin{problem} Let $(X, \B)$ be a measurable space and let $f \colon X \to [0, \infty]$ be a function. Show that $f$ is measurable if and only if all the level sets $$ \{ x \in X \colon f (x) > \lambda \}$$ are $\B$-measurable. Recall that we have defined $f$ to be {\em measurable} if for every open set $U \subset [0, \infty]$, its pre-image $f^{-1} (U)$ is $\B$-measurable. \end{problem} \medskip \begin{problem} Let $(X, \B)$ be a measurable space and let $f \colon X \to \R$ be a measurable function. Prove that for every interval $I \subset \R$, the pre-image $f^{-1} (I)$ is $\B$-measurable. \end{problem} \textit{Note:} This is of course true for {\em open} intervals, since they are open sets. The point is then to show that it must also be true for closed or semi-closed intervals. \bigskip %%%% %%%% 12th week \section{Twelfth week homework assignment} Let $(X, \B, \mu)$ be a measure space. \begin{problem} Prove that if $f, g \colon X \to \R$ are two measurable functions, and if $f \le g$ $\mu$-a.e., then $$\int_X \, f \, d \mu \le \int_X \, g \, d \mu .$$ \end{problem} \textit{Note:} Do this in full detail, by starting with simple functions, then considering non-negative functions, then using the splitting into positive and negative parts. \medskip \begin{problem} Prove Markov's inequality in an abstract measure space: if $f \colon X \to \R$ is measurable, then for every $\lambda > 0$ we have $$ \mu \left( \{ x \in X \colon \abs{ f (x) } \ge \lambda \} \right) \le \frac{1}{\lambda} \, \int_X \, \abs{f} \, d \mu \, .$$ \end{problem} \medskip \begin{problem} Let $f \in L^1 (X, \mu)$. Use Markov's inequality to show that all level sets $ \{ x \in X \colon \abs{ f (x) } \ge \lambda \} $ have finite measure. Then conclude that $\abs{f} < \infty$ $\mu$-a.e. \end{problem} \medskip \begin{problem} Prove that if $(X, \B, \mu)$ is a {\em finite} measure space, meaning that $\mu (X) < \infty$, and if $f_n \colon X \to [0, \infty]$, $n \ge 1$ is a sequence of measurable functions such that $f_n \to f $ {\em uniformly}, then $$\int_X \, f_n \, d \mu \to \int_X \, f \, d \mu .$$ \end{problem} \medskip \begin{problem} Let $0 \le f_1 \le f_2 \le \ldots $ be an increasing sequence of measurable, non-negative functions on $X$. Let $E$ be any $\B$-measurable set. Prove that $$\lim_{n\to\infty} \int_E \, f_n \, d \mu = \int_E \, \left( \lim_{n\to\infty} f_n \right) \, d \mu \, .$$ \end{problem} \textit{Note:} This is very similar to the statement of the monotone convergence theorem (MCT). The only difference is that the integration happens on a subset $E$ and not on the whole space $X$. You need to find a way to apply the MCT. \medskip \begin{problem} Let $(X, \B, \mu)$ be a measure space and let $\phi \colon X \to [0, 1]$ be a measurable function. For each $n \ge 1$ define the functions $f_n := \phi^{1/n}$ and $g_n := \phi^n$. \begin{enumerate} \item[(a)] Prove that the functions $f_n$ and $g_n$ are all measurable. \item[(b)] Prove that $$\lim_{n\to\infty} \, \int_X \, f_n \, d \mu = \mu \left( \{ x \in X \colon \phi (x) \neq 0 \} \right) .$$ \item[(c)] Prove that $$\lim_{n\to\infty} \, \int_X \, g_n \, d \mu = \mu \left( \{ x \in X \colon \phi (x) = 1 \} \right) .$$ \end{enumerate} \end{problem} \textit{Hint:} In part (a) use the fact that power functions are continuous. In parts (b) and (c) use the MCT. Keep in mind that $0 \le f (x) \le 1$, which should tell you that the sequences $f_n$ and $g_n$ are monotonic. \medskip \begin{problem} Let $(X, \B, \mu)$ be a measure space and let $\phi \colon X \to [0, \infty]$ be a measurable function. Define the map $\nu \colon \B \to [0, \infty]$ as $$\nu (A) := \int_A \, \phi \, d \mu = \int_X \, \phi \cdot \ind_A \, d \mu \quad \text{for every } A \in \B .$$ \begin{enumerate} \item[(a)] Prove that $\nu$ is a measure on $(X, \B)$. \item[(b)] Prove that if $f \colon X \to [0, \infty]$ is a measurable function, then $$\int_X \, f \, d \nu = \int_X \, f \cdot \phi \, d \mu .$$ \end{enumerate} \end{problem} \textit{Hint:} For part (a), just to warm up, begin by proving {\em finite} additivity of the map $\nu$. To prove countable additivity, use Tonelli's theorem (the first consequence of the MCT). Part (b) will be done in steps, starting from the simplest type of function $f$, to the most general. \textbf{i.} Assume that $f$ is an indicator function: $f = \ind_E$ for some $E \in \B$. \textbf{ii.} Assume that $f$ is a simple function: $f = c_1 \ind_{E_1} + \ldots + c_k \ind_{E_k}$. \textbf{iii.} For the general case, $f$ measurable, use the fact that there is an increasing sequence $f_n \nearrow f$ of non-negative simple functions. Apply step \textbf{ii.} to $f_n$ and then the MCT. %%%% %%%% 13th week \section{Thirteenth week homework assignment} Let $(X, \B, \mu)$ be a measure space. \begin{problem} Let $f_1, f_2, \ldots \ \colon X \to \R$ be a sequence of measurable functions and assume that $f_n \to f $ in the $L^1$ norm as $n \to \infty$. Prove that $f_n \to f$ in measure. \end{problem} \textit{Hint:} Use Markov's inequality. \medskip \begin{problem} Let $f_1, f_2, \ldots \ \colon X \to \R$ be a sequence of measurable functions and assume that $f_n \to f$ almost uniformly as $n \to \infty$. Prove that $f_n \to f$ in measure. \end{problem} \medskip \begin{problem} Assume that $\mu (X) < \infty$. Let $f_1, f_2, \ldots \ \colon X \to \R$ be a sequence of measurable functions and assume that $f_n \to f$ in the $L^\infty$ norm as $n \to \infty$. Prove that $f_n \to f$ in the $L^1$ norm. \end{problem} \medskip \begin{problem} Assume that $\mu (X) < \infty$. Let $f_1, f_2, \ldots \ \colon X \to \R$ be a sequence of measurable functions and assume that $f_n \to f$ pointwise a.e. as $n \to \infty$. Prove that $f_n \to f$ in measure. \end{problem} \textit{Hint:} You may assume (why?) that the pointwise convergence is everywhere, instead of a.e. Define the sets $$A_N := \{ x \in X \colon \abs{f_n (x) - f (x)} \le \ep \quad \text{for all} \ n \ge N \, \} .$$ Verify that $A_N \nearrow X$, so $A_N{\comp} \searrow \emptyset$. Apply the downwards monotone convergence theorem for sets \ldots \medskip \begin{problem} Prove the differentiation theorem for continuous functions with compact support. More precisely, prove the following: if $f \colon [a, b] \to \R$ is a continuous function, then for every $x \in (a, b)$ we have $$\lim_{h\to0^+} \, \frac{1}{h} \, \int_{[x, x+h]} \, f (t) \, d t = f (x) .$$ \end{problem} \textit{Hint:} You could derive this using the fundamental theorem of calculus I. You could also derive it more directly (and I would prefer that) simply by using the fact that a continuous function on a compact set is uniformly continuous. \medskip \begin{problem} (a) Compute the limit $$ \lim_{n\to\infty} \int_0^1 e^{-x^n} d x .$$ (b) Show that the function $g \colon [1, \infty) \to \R$, $g (x) := e^{- x}$ is absolutely integrable. Then compute the limit $$ \lim_{n\to\infty} \int_1^\infty e^{-x^n} d x .$$ \end{problem} \textit{Hint:} In part (a) use the monotone convergence theorem. In part (b) use the dominated convergence theorem. \medskip \begin{problem} Show that the function $g \colon \R \to \R$ defined by $g (x) := e^{- x^2}$ is absolutely integrable (relative to the Lebesgue measure). \end{problem} \medskip \begin{problem} Define the sequence of functions $f_n \colon \R \to \R$ by $$f_n (x) := e^{- x^2} \, ( \sin x )^n .$$ Show the following: \begin{enumerate} \item[(a)] $f_n \to 0$ pointwise a.e. (relative to the Lebesgue measure). \item[(b)] $\displaystyle \lim_{n\to \infty} \, \int_\R f_n (x) d x = 0$. \item[(c)] Prove also that $f_n \to 0$ in the $L^1$ norm (so in measure too). \end{enumerate} \end{problem} \textit{Hint:} It is helpful to remember that $\abs{\sin x} \le 1$ for all $x$, and also that $\sin x = \pm 1$ does not occur often. For part (b) use the dominated convergence theorem and the previous problem. In part (c) you have almost nothing left to do, if you realize that parts (a) and (b) are still true with $\abs{f_n (x)}$ instead of $f_n (x)$. \end{document}