User Tools

Site Tools


math105-s22:notes:lecture_13

Lecture 13

\gdef\vcal{\mathcal V}

Last time we were in the middle of proving Vitali Covering Lemma, which informally says: “given a Vitali cover of a bounded measurable set AA using closed balls and given any ϵ>0\epsilon>0, we can find an almost cover of AA by countably many disjoint closed balls, where we waste no more than ϵ\epsilon in the cover, and we miss only a null set in the cover”.

The construction goes by 'greedy algorithm' (which is always pick the biggest among all possible choices), however, since we have infinitely many balls, we cannot pick the biggest, so we pick some ball whose radius is 'good enough'. More precisely, we first pick an open set WAW \supset A with m(W)<m(A)+ϵm(W) < m(A) + \epsilon. We set V0=V\vcal_0 = \vcal, W1=WW_1=W. Then we run the iteration. starting at n=1n=1

  • Vn={VVn1VWn}\vcal_n = \{ V \in \vcal_{n-1} | V \In W_n \}, then Vn\vcal_n is still a Vitali cover of AWnA \cap W_n (why?)
  • $d_n = \sup{diam V | V \in \vcal_n\} $
  • choose VnV_n so that diam(Vn)>dn/2diam (V_n) > d_n/2.
  • set Wn+1=Wn\VnW_{n+1} = W_n \RM V_n.
  • increase nn by 1 and repeat

After we run the algorithm and obtain a collection of disjoint balls VnV_n, we need to show that these balls cover AA up to a null set. Last time, we proved that, for any positive integer NN, we have kN5VkA\(V1VN1) \cup_{k \geq N} 5 V_k \supset A \RM (V_1 \cup \cdots \cup V_{N-1}) (recall the proof)

Why is this useful? It allows us to say, for any δ>0\delta > 0, there exists an NN, so that $m(A \RM (V_1 \cup \cdots \cup V_{N-1}) ) < m(\cup_{k \geq N} 5 V_k) < 5^n \sum_{k=N}^\infty m(V_k) < \delta.(Thislastinequalityisalwaysachievablebychoosing. (This last inequality is always achievable by choosing Nlargeenough,since large enough, since \sum_{k=1}^\infty m(V_k) < m(W) < \infty$. )

Generalization to unbounded case, and to general shaped 'balls'

We decompose Rn\R^n into a grid of size 11 cubes, throw aways the boundaries (which is a measure zero set). We enumerate these cubes as {Cn}\{C_n\}, then for any ϵ>0\epsilon>0, we find Vitali cover for ACiA \cap C_i with excess ϵ/2i\epsilon / 2^i. Then we union together the solution to the sub-problemes (countable union of countable collection is still a countable collection).

General shape of the ball. Actually, we can work with non-Euclidean norm. (can the shape be more general?)

Density points

Suppose ERnE \in \R^n is measurable, for any pRnp \in \R^n, we define density of EE at pp to be δ(p,E)=limQxm(EQ)\delta(p,E) = \lim_{Q \downarrow x} m(E \cap Q) remark:

  • here we don't have a sequence, so what does convergence mean? (limit indexed by a poset)
  • we could define lower density δ(p,E)\underline\delta(p,E) using lim inf\liminf; similarly upper density..

Example, if E=(0,1)RE = (0,1) \In \R, does density exists at the boundary of EE?

If δ(p,E)=1\delta(p,E)=1, we say pp is a density point of EE.

Lebesgue density theorem. Almost all points of EE are density point.

Proof: define for any 0a<a0 \leq a < a, let Ea={pEδ(p,E)<a}E_a = \{p \in E \mid \underline\delta(p,E) < a \}. Claim m(Ea)=0m^*(E_a) =0. Given the claim, then E<1:=0a<1Ea=n=1E1/nE_{<1} := \cup_{0 \leq a<1} E_a = \cup_{n=1}^\infty E_{1/n} is null set. And any nondensity point pp would belong to E<1E_{<1}, then we are done.

To prove the claim m(Ea)=0m^*(E_a)=0, we take the collection of cubes QQ, such that [Q:E]=m(QE)/m(Q)<a[Q: E] = m(Q \cap E) / m(Q) < a. Such cubes form a Vitali covering of EaE_a, indeed, for any pEap \in E_a and any r>0r >0, there are some cube QQ contained in Br(p)B_r(p) (containing p), with [Q:E]<a[Q:E] < a. Then, using Vitali covering by such cubes, and for any ϵ>0\epsilon>0, we can get disjoint almost cover of EaE_a by such QQ with margin size ϵ\epsilon. Then we have m^*(E_a) = \sum_{i=1}^\infty m^*(E_a \cap Q_i) \leq \sum_{i=1}^\infty m^*(E \cap Q_i) \leq \sum_{i=1}^\infty a m^*(Q_i) = a \sum_i m(Q_i) \leq a(m(E_a) + \epsilon) Thus, Thus, m^*(E_a) \leq (a/ (1-a)) \epsilon,forany, for any \epsilon,hence, hence m^*(E_a)=0$.

math105-s22/notes/lecture_13.txt · Last modified: 2022/03/01 00:10 by pzhou