I've seen this question asked a couple times here but the answers use materials I haven't learned yet. I think I should be able to solve this by finding $f_n(x)$ that converges to $f(x)$, but I don't really know any further than that. Any suggestions would be helpful. I should be able to solve this without invoking the Lebesgue measure.
2026-04-11 13:15:23.1775913323
What is the Lebesgue integral of $1/x$ on $[0,1]$?
616 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It's infinite; you can do that with Riemann sums, dividing the interval into $n$ equal subintervals. The integral on the interval $[\frac{m}{n}, \frac{m+1}{n}]$ is between $\frac{1}{n} \times \frac{n}{m+1}$ and $\frac{1}{n} \times \frac{n}{m}$ (i.e. "width of subinterval" times "min/max value on the subinterval"); i.e. between $\frac{1}{m+1}$ and $\frac{1}{m}$, and in particular at least $\frac{1}{m+1}$. So the total Riemann sum is at least $\sum_{m=0}^{n-1} \frac{1}{m+1}$ for every $n$.