update
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
# Math4121 L33
|
||||
|
||||
## Continue on Lebegue integration
|
||||
|
||||
### Sequence of functions
|
||||
|
||||
#### Proposition 6.4
|
||||
|
||||
Let $f_n$ be a sequence of measurable functions, then $\sup_n f_n,\inf_n f_n, \limsup_n f_n, \liminf_n f_n$ are measurable.
|
||||
|
||||
Proof:
|
||||
|
||||
Consider the set $\{x\in \mathbb{R}, \sup_n f_n\leq c\}$.
|
||||
This is the set of $x$ such that $f_n(x)\leq c$ for all $n$.
|
||||
|
||||
$\bigcap_{n=1}^{\infty} \{x\in \mathbb{R}, f_n(x)\leq c\} \subset \{x\in \mathbb{R}, \sup_n f_n(x)\leq c\}$, by the definition of least upper bound.
|
||||
|
||||
Since the set on the right is intersection of measurable sets, it is measurable.
|
||||
|
||||
Therefore, $\sup_n f_n$ is measurable.
|
||||
|
||||
The proof for $\inf_n f_n, \limsup_n f_n, \liminf_n f_n$ are similar.
|
||||
|
||||
Consider ${x\in \mathbb{R}, \inf_n f_n\leq c}=\bigcap_{n=1}^{\infty} \{x\in \mathbb{R}, f_n(x)\geq c\}$.
|
||||
|
||||
$\limsup_n f_n(x)=\inf_n \sup_{k\geq n} f_k(x)$ is measurable by $\sup_{k\geq n} f_k(x)$ is measurable.
|
||||
|
||||
$\liminf_n f_n(x)=\sup_n \inf_{k\geq n} f_k(x)$ is measurable by $\inf_{k\geq n} f_k(x)$ is measurable.
|
||||
|
||||
QED
|
||||
|
||||
#### Lemma of function of almost everywhere
|
||||
|
||||
If $f$ is measurable function and $f(x)=g(x)$ for almost every $x$ (on a set which the complement has Lebesgue measure $0$), then $g$ is measurable.
|
||||
|
||||
Proof:
|
||||
|
||||
Let $c\in \mathbb{R}$, $F_1=\{x\in \mathbb{R}, f(x)>c\}$, $F_2=\{x\in \mathbb{R}, g(x)>c\}$.
|
||||
|
||||
Recall the symmetric difference $F_1\triangle F_2=\{x\in \mathbb{R}, f(x)\neq g(x)\}$. By the definition of $g$, $F_1\triangle F_2$ has a measure $0$.
|
||||
|
||||
In particular, all subsets of the $F_1\triangle F_2$ are measurable.
|
||||
|
||||
Notice that $F_2=(F_1\setminus F_2)\cup (F_1\setminus (F_1\setminus F_2))$.
|
||||
|
||||
Since $F_1\setminus F_2$ is measurable and $F_1$ is measurable, then $F_2$ is measurable.
|
||||
|
||||
QED
|
||||
|
||||
Example of measurable functions:
|
||||
|
||||
- Continuous functions are measurable.
|
||||
|
||||
$\{x:f(x)>c\}=\{x:f(x)\in (c,\infty)\}=f^{-1}(c,\infty)$ is open (by open mapping theorem, or the definition of continuity in topology).
|
||||
|
||||
- Riemann integrable functions are measurable.
|
||||
|
||||
Outer content of the discontinuity of the function is $0$.
|
||||
|
||||
$\forall \sigma>0$, where $S_\sigma=\{x\in [a,b]: w(f,x)>\sigma\}$, $m(S_\sigma)=0$.
|
||||
|
||||
$S=\bigcup_{n=1}^{\infty} S_{\frac{1}{n}}$ has a measure $0$. So $f$ is continuous outside a set of measure $0$.
|
||||
|
||||
$m(S)\leq \sum_{n=1}^{\infty} m(S_{\frac{1}{n}})=0$. ~~So $f$ agrees with a continuous function outside a set of measure $0$. (almost everywhere)~~ (detailed proof in the textbook)
|
||||
|
||||
#### Theorem 6.6
|
||||
|
||||
Let $f_n$ be a sequence of measurable functions and $f$ is a function satisfying $\lim_{n\to\infty} f_n(x)=f(x)$ for almost every $x$ (holds for sets which the complement has Lebesgue measure $0$).
|
||||
|
||||
Then $f(x)=\lim_{n\to\infty} f_n(x)$ is a measurable function.
|
||||
|
||||
_Notice that $f(x)$ is defined "everywhere"_
|
||||
|
||||
Proof:
|
||||
|
||||
Apply the lemma of function of almost everywhere to the sequence $f_n$.
|
||||
|
||||
QED
|
||||
|
||||
#### Definition of simple function
|
||||
|
||||
A measurable function $\phi:\mathbb{R}\to\mathbb{R}$ is called a simple function if it takes only finitely many values.
|
||||
|
||||
$$
|
||||
\text{range}(\phi)=\{d(x):x\in \mathbb{R}\}\subset \mathbb{R}
|
||||
$$
|
||||
|
||||
has finitely many values.
|
||||
|
||||
Equivalently, $\exists \{a_1,a_2,\cdots,a_n\}\subset \mathbb{R}$ and disjoint measurable sets $S_1,S_2,\cdots,S_n$ such that
|
||||
|
||||
$$
|
||||
\phi(x)=\sum_{i=1}^{n} a_i \chi_{S_i}(x)
|
||||
$$
|
||||
|
||||
where $\chi_{S_i}$ is the indicator function of $S_i$.
|
||||
|
||||
#### Theorem 6.7
|
||||
|
||||
A function $f$ is measurable if and only if there exists a sequence of simple functions $\{\phi_n\}$ such that $\lim_{n\to\infty} \phi_n(x)=f(x)$ for almost every $x$.
|
||||
|
||||
$f$ is a limit of almost everywhere convergent sequence of simple functions.
|
||||
|
||||
(already proved backward direction)
|
||||
|
||||
Continue on Monday.
|
||||
|
||||
|
||||
141
pages/Math4121/Math4121_L34.md
Normal file
141
pages/Math4121/Math4121_L34.md
Normal file
@@ -0,0 +1,141 @@
|
||||
# Math4121 Lecture 34
|
||||
|
||||
> Important:
|
||||
>
|
||||
> $\mathfrak{M}=\{S\subset \mathbb{R}: S \text{ satisfies the caratheodory condition}\}$, that is, for any $X$ of finite outer measure,
|
||||
>
|
||||
> $$m_e(X)=m_e(X\cap S)+m_e(X\cap S^c)$$
|
||||
>
|
||||
> In particular, the measure of sets can be infinite, not necessarily bounded. (We want to make the real line measurable.)
|
||||
|
||||
## Lebesgue Integral
|
||||
|
||||
### Simple Function
|
||||
|
||||
A function $\phi$ is called a simple function if
|
||||
|
||||
$$
|
||||
\phi(x)=\sum_{i=1}^{n} a_i \chi_{S_i}(x)
|
||||
$$
|
||||
|
||||
where $a_i\in \mathbb{R}$ and $\chi_{S_i}=\begin{cases}1, & x\in S_i \\ 0, & x\notin S_i\end{cases}$
|
||||
|
||||
where $\{S_i\}_{i=1}^{n}$ are pairwise disjoint each having finite measure.
|
||||
|
||||
**constant function** is not simple ($\mathbb{R}$ is not finite measurable sets.)
|
||||
|
||||
#### Theorem 6.6
|
||||
|
||||
A function $f$ is measurable on $[a,b]$ if and only if there exists a sequence of simple functions $\{\phi_n\}$ such that $\lim_{n\to\infty} \phi_n(x)=f(x)$ almost everywhere on $[a,b]$.
|
||||
|
||||
Proof:
|
||||
|
||||
Partition $[-n,n]$ into $n2^{n+1}$ pieces.
|
||||
|
||||
(These are just horizontal strips from $-n$ to $n$ with width $\frac{1}{2^n}$.)
|
||||
|
||||
$$
|
||||
E_{n,k}=\{x\in[-n,n]:\frac{k}{2^n}\leq f(x)<\frac{k+1}{2^n}\}
|
||||
$$
|
||||
|
||||
for $-n2^n<k<n2^n$
|
||||
|
||||
$$
|
||||
E_{n,n2^n}=\{x\in[-n,n]:f(x)\geq n\}
|
||||
$$
|
||||
|
||||
$$
|
||||
E_{n,-n2^n}=\{x\in[-n,n]:f(x)<\frac{-n2^n+1}{2^n}\}
|
||||
$$
|
||||
|
||||
$$
|
||||
\phi_n(x)=\frac{k}{2^n}\chi_{E_{n,k}}(x)
|
||||
$$
|
||||
|
||||
is a simple function.
|
||||
|
||||
We need to justify that $\phi_n(x)\to f(x)$ for all $x\in\mathbb{R}$.
|
||||
|
||||
Let $x\in\mathbb{R}$. And choose $n_0$ large such that $x\in [-n_0,n_0]$ and $f(x)\in [-n_0,n_0]$.
|
||||
|
||||
Then, for $n\geq n_0$,
|
||||
|
||||
$$
|
||||
|\phi_n(x)-f(x)|<\frac{1}{2^n}\to 0
|
||||
$$
|
||||
|
||||
as $n\to\infty$.
|
||||
|
||||
QED
|
||||
|
||||
### Integration
|
||||
|
||||
Given a measurable set $E$ and a simple function $\phi$, we define
|
||||
|
||||
$$
|
||||
\int_E \phi dm=\sum_{i=1}^{n} a_i m(E\cap S_i)
|
||||
$$
|
||||
|
||||
#### Properties 6.10
|
||||
|
||||
Let $\phi$ and $\psi$ be simple functions, $c\in \mathbb{R}$, and $E=E_1\cup E_2$ where $E_1\cap E_2=\emptyset$ and $E_1,E_2\in \mathfrak{M}$. Then,
|
||||
|
||||
1. $\int_E c\phi dm=c\int_E \phi dm$ (linearity)
|
||||
2. $\int_E (\phi+\psi)dm=\int_E \phi dm+\int_E \psi dm$ (additivity of simple functions)
|
||||
3. if $\phi(x)\leq \psi(x)$ for all $x\in E$, then $\int_E \phi dm\leq \int_E \psi dm$ (monotonicity)
|
||||
4. $\int_E \phi(x)dm=\int_{E_1} \phi(x)dm+\int_{E_2} \phi(x)dm$ (additivity over **disjoint** measurable sets)
|
||||
|
||||
Proof:
|
||||
|
||||
Let $\phi(x)=\sum_{i=1}^{n} a_i \chi_{S_i}(x)$ and $\psi(x)=\sum_{j=1}^{m} b_j \chi_{T_j}(x)$.
|
||||
|
||||
2.
|
||||
|
||||
$$
|
||||
\phi+\psi=\sum_{i=1}^{n} a_i \chi_{S_i}+\sum_{j=1}^{m} b_j \chi_{T_j}
|
||||
$$
|
||||
|
||||
Without loss of generality, we may assume that $x\in E$, $\bigcup_{i=1}^{n} S_i=\bigcup_{j=1}^{m} T_j=E$.
|
||||
|
||||
So
|
||||
|
||||
$$
|
||||
\phi+\psi=\sum_{i,j=1}^{n,m}(a_i+b_j) \chi_{S_i\cup T_j}
|
||||
$$
|
||||
|
||||
is a simple function.
|
||||
|
||||
$$
|
||||
\begin{aligned}
|
||||
\int_E (\phi+\psi)dm&=\sum_{i,j=1}^{n,m}(a_i+b_j) m(E\cap S_i\cup T_j) \\
|
||||
&=\sum_{i=1}^{n} a_i \sum_{j=1}^{m} m(E\cap S_i\cup T_j)+\sum_{j=1}^{m} b_j \sum_{i=1}^{n} m(E\cap S_i\cup T_j) \\
|
||||
&=\sum_{i=1}^{n} a_i m(E\cap S_i)+\sum_{j=1}^{m} b_j m(E\cap T_j) \\
|
||||
&=\int_E \phi dm+\int_E \psi dm
|
||||
\end{aligned}
|
||||
$$
|
||||
|
||||
3.
|
||||
|
||||
$$
|
||||
\phi(x)=\sum_{i=1}^{n} a_i\sum_{j=1}^{m} \chi_{S_i\cap T_j}(x)
|
||||
$$
|
||||
|
||||
$$
|
||||
\psi(x)=\sum_{i=1}^{n} b_i\sum_{j=1}^{m} \chi_{S_i\cap T_j}(x)
|
||||
$$
|
||||
|
||||
If $x\in S_i\cap T_j$, then $\phi(x)=a_i$ and $\psi(x)=b_j$, therefore $a_i\leq b_j$.
|
||||
|
||||
So,
|
||||
|
||||
$$
|
||||
\begin{aligned}
|
||||
\int_E \phi dm&=\sum_{i=1}^{n} \sum_{j=1}^{m} a_i m(E\cap S_i\cap T_j) \\
|
||||
&\leq \sum_{i=1}^{n} \sum_{j=1}^{m} b_i m(E\cap S_i\cap T_j) \\
|
||||
&=\int_E \psi dm
|
||||
\end{aligned}
|
||||
$$
|
||||
|
||||
QED
|
||||
|
||||
Back on Wednesday.
|
||||
Reference in New Issue
Block a user