Suppose $f:\mathbb{R}\to\mathbb{R}$ is $L^1$ and it is continuous at the origin. Let $g_n(x)=\frac{1}{1+x^2}f(\frac{x}{\sqrt{n}})$. The problem is to prove $$\lim_n\int_0^\infty g_ndx=\frac{\pi}{2}f(0)$$ The method I tried so far is using the dominated convergence theorem but failed finding a uniform upper bound for $g_n$. Any suggestions?
2026-04-01 05:31:07.1775021467
Use convergence theorem to prove the limit
155 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LP-SPACES
- Absolutely continuous functions are dense in $L^1$
- Understanding the essential range
- Problem 1.70 of Megginson's "An Introduction to Banach Space Theory"
- Showing a sequence is in $\ell^1$
- How to conclude that $\ell_\infty$ is not separable from this exercise?
- Calculating the gradient in $L^p$ space when $0<p<1$ and the uderlying set is discrete and finite
- $f_{n} \in L^{p}(X),$ such that $\lVert f_{n}-f_{n+1}\rVert_{p} \leq \frac{1}{n^2}$. Prove $f_{n}$ converges a.e.
- Find a sequence converging in distribution but not weakly
- Elementary use of Hölder inequality
- Identify $\operatorname{co}(\{e_n:n\in\mathbb N\})$ and $\overline{\operatorname{co}}(\{e_n : n\in\mathbb N\})$ in $c_0$ and $\ell^p$
Related Questions in LEBESGUE-MEASURE
- A sequence of absolutely continuous functions whose derivatives converge to $0$ a.e
- property of Lebesgue measure involving small intervals
- Is $L^p(\Omega)$ separable over Lebesgue measure.
- Lebesgue measure and limit of the integral.
- uncountable families of measurable sets, in particular balls
- Joint CDF of $X, Y$ dependent on $X$
- Show that $ Tf $ is continuous and measurable on a Hilbert space $H=L_2((0,\infty))$
- True or False Question on Outer measure.
- Which of the following is an outer measure?
- Prove an assertion for a measure $\mu$ with $\mu (A+h)=\mu (A)$
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?
EDIT: the fact that the sequence is unbounded for $y = 0$ is not a problem since we don't care about sets of measure $0$. Clearly $$\lim_{n \to \infty} \frac{1}{1 + x^2}f\Big(\frac{x}{\sqrt{n}}\Big) = \frac{1}{1 + x^2}f(0).$$ Moreover we can find $N$ such that if $n \ge N$ then $\Big|f\Big(\frac{x}{\sqrt{n}}\Big) - f(0)\Big| \le 1$, then in particular $$\Big|f\Big(\frac{x}{\sqrt{n}}\Big)\Big| \le 1 + |f(0)|.$$ Then (forgetting about the first $N - 1$ terms of the sequence) we have $$\Big|\frac{1}{1 + x^2}f\Big(\frac{x}{\sqrt{n}}\Big) - \frac{1}{1 + x^2}f(0)\Big| \le \frac{1}{1 + x^2}(1 + |f(0)| + |f(0)|) = \frac{1 + 2|f(0)|}{1 + x^2} \in L^{1}.$$
Finally pass to the limit under the integral sign to get the result ;)
Original post (not of any use anymore!): (Hint: $\frac{x}{\sqrt{n}} = y$, then $dy = \frac{dx}{\sqrt{n}}$. Substituting we get: $$\int_0^{\infty}\frac{1}{1 + x^2}f\Big(\frac{x}{\sqrt{n}}\Big)\ dx = \int_0^{\infty}\frac{\sqrt{n}}{1 + ny^2}f(y)\ dy.$$ The sequence in the second integral looks like something that can be bounded by an $L^1$ function. I hope it helps a little bit!)