convergent sequence of simple functions for a measurable function

[[concept]]

[!themes] Topics

Evaluation Error: SyntaxError: Unexpected token '>'

at DataviewInlineApi.eval (plugin:dataview:19027:21)
at evalInContext (plugin:dataview:19028:7)
at asyncEvalInContext (plugin:dataview:19038:32)
at DataviewJSRenderer.render (plugin:dataview:19064:19)
at DataviewJSRenderer.onload (plugin:dataview:18606:14)
at DataviewJSRenderer.load (app://obsidian.md/app.js:1:1214378)
at DataviewApi.executeJs (plugin:dataview:19607:18)
at DataviewCompiler.eval (plugin:digitalgarden:10763:23)
at Generator.next (<anonymous>)
at fulfilled (plugin:digitalgarden:77:24)

Nonnegative Real Functions

Theorem

If f:E[0,] is a nonnegative measurable function, then there exists a sequence of simple functions {ϕn} such that

  1. (pointwise increasing sequence dominated by f) For all xE we have 0ϕ0(x)ϕ1(x)f(x)
  2. (pointwise convergence) for all xE we have limnϕn(x)=f(x)
  3. (uniform convergence when f is bounded) for all B0, ϕnf uniformly on the set {xE:f(x)B} where the bound holds

We start with the reals, but the proof will extend easily to the extended reals and complex-valued functions.

Proof

We will build our functions ϕn to have better resolution and larger range as a function of n.

For each n0, define the sets

Ek(n)={xE:k2nf(x)<(k+1)2n}=f1((k2n,(k+1)2n])

For each 0k22n1. This yields an "interval of length 2n" in the range. These are measurable (inverse image of measurable functions of all borel sets are measurable), so we can define the sets

F(n)=f1((2n,])

So we have that E=F(n)(k=022n1Ek(n)) for all n. Then, we can write

ϕn=2n1F(n)+k=022n1k2n1Ek(n)=2n1F(n)+k=122n1k2n1Ek(n)
Example

ϕ1=121f1(12,1]+11f1(1,32]+321f1(32,2]+21f1(2,]

Claim: this sequence of approximations satisfies the three conditions we want.

Pointwise Increasing

To show that the {ϕn} are pointwise increasing, we note that if xEk(n), we have

k2n<f(x)k+12n2k2n+1<f(x)2(k+1)2n+1xE2k(n+1)E2k+1(n+1)ϕn(x)={k2n=2k2n+1=ϕn+1(x),xE2k(n+1)k2n=2k2(n+1)<2(k+1)2n+1=ϕn+1(x),xE2k+1(n+1)

ie, we have ϕn(x)ϕn+1(x) if xEk(n). If xF(n), then we get a similar result with the same argument.

Pointwise convergence + Uniform convergence on sets where f is bounded by B

Claim: For all x{yE:f(y)2n}, we have

0f(x)ϕn(x)2n

Recall that each ϕn partitions the range into intervals of length 12n and note that

{yE:f(x)2n}=k=022n1Ek(n)

Thus, we can just verify the claim for each Ek(n). So suppose xEk(n). Then

ϕn(x)=k2nf(x)<k+12nf(x)ϕn(x)k+12nk2n=12n
Pointwise convergence

Let xE. If f(x)=, then we are done. Otherwise, f1(x){yE:f(y)2n} for all nN for some N large enough. But then for all nN, we have

|f(x)ϕn(x)|12n

ie ϕn(x)f(x) for all x.

Uniform convergence for a fixed bound

Now, for any fixed B, pick some N such that {xE:f(x)B}{xE:f(x)2N}. Then in the bound, we have uniform convergence.

Extensions

Theorem

If ER is measurable and f:EC is a measurable function, then there exists a sequence of simple functions {ϕn} such that

  1. (pointwise increasing sequence dominated by f) For all xE we have 0|ϕ0||ϕ1||f(x)|
  2. (pointwise convergence) for all xE we have limnϕn(x)=f(x)
  3. (uniform convergence when f is bounded) for all B0, ϕnf uniformly on the set {xE:|f(x)|B} where the bound holds

Extended Reals (proof)

Split the function f into its positive part and negative part, both of which are nonnegative measurable functions. We can then apply the nonnegative statement above to each part of the function and get the sequences {ϕn+} and {ϕn}. The final sequence is then given by

ϕn=ϕn+ϕn

Complex Functions (proof)

We split the function f into its Real and Imaginary part and can apply the result for the extended reals to each part to get {ϕnRe} and {ϕnIm}. The final sequence is then given by

ϕn=ϕnRe+ϕnImi

References

References

See Also

Mentions

Mentions

File Last Modified
convergent sequence of simple functions for a measurable function 2025-07-14
Functional Analysis Lecture 10 2025-07-14

Created 2025-07-14 Last Modified 2025-07-14