The proof for reference, I think that one can understand the proof similar to the answer here but taking $f_n(x)$ as binary n-digit approximation to x. Now, for each positive integer $n$ and for $k$ = $1\,, 2\,, \ldots, n^2$, if we let $A_{n,k}$ = $\{x \in A: \frac{k-1}{n} \leq f(x) \lt \frac{k}{n}\}$ and, defining $f_n(x) = \frac{k-1}{n}$ at each point in $A_{n,k}$ and $n$ at points in $A - \cup_{k} A_{n,k}$. Would the argument after appropriate changes work for pointwise convergence?
2026-03-30 06:46:37.1774853197
Doubt in Proof of "Measurable Function is Pointwise Limit of Simple Functions"
73 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MEASURE-THEORY
- On sufficient condition for pre-compactness "in measure"(i.e. in Young measure space)
- Absolutely continuous functions are dense in $L^1$
- I can't undestand why $ \{x \in X : f(x) > g(x) \} = \bigcup_{r \in \mathbb{Q}}{\{x\in X : f(x) > r\}\cap\{x\in X:g(x) < r\}} $
- Trace $\sigma$-algebra of a product $\sigma$-algebra is product $\sigma$-algebra of the trace $\sigma$-algebras
- Meaning of a double integral
- Random variables coincide
- Convergence in measure preserves measurability
- Convergence in distribution of a discretized random variable and generated sigma-algebras
- A sequence of absolutely continuous functions whose derivatives converge to $0$ a.e
- $f\in L_{p_1}\cap L_{p_2}$ implies $f\in L_{p}$ for all $p\in (p_1,p_2)$
Related Questions in MEASURABLE-FUNCTIONS
- Show if function is Lebesgue-measurable
- Square Integrable Functions are Measurable?
- Discontinuous Brownian Motion
- showing that $f(x)=\mu(B(x,r))$ is measurable
- Question on Durett 5.1.11
- Can someone explain the indicator function to me?
- Why the characteristic function is measurable?
- Distance metric limits to 0 if and only if convergence in measure
- Characterizing the dual space of the linear space of the signed measures generated by a given set of measures.
- $f: [0,1]\rightarrow L^1(\Omega)$ as a (measurable?) function from $[0,1]\times \Omega\rightarrow \mathbb{R}$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I believe if you take any appropriately small mesh such as $\Delta_n = 1/n,1/2^n,1/n^\epsilon$, e.g., and define the approximation $$ f_n(x) = \sum_{k\in\mathbb Z} f(k\cdot\Delta_n)\chi_{[k\cdot\Delta_n,(k+1)\Delta_n)}(x), $$ then the resulting step functions will converge to $f(x)$ pointwise almost everywhere. The main reason that the dyadic mesh $\Delta_n = 2^{-n}$ is chosen is so that we can verify the sequence of approximants is increasing in $n$. This becomes simple to verify for the dyadic mesh because of the neat combinatorics of nested dyadic intervals.
It's desirable to know there is an increasing sequence of approximants because in applications we want to be able to verify propositions about general functions using step functions, and then extend those propositions to general integrable functions using the monotone convergence theorem.
You can read an example attempt to change the mesh and the problem for the resulting sequence of approximants to be increasing on this stackexchange page.