En primer lugar, me gustaría mostrarte cómo definimos las integrales de Riemann y las integrales de Lebesgue para asegurarnos de que estamos hablando de lo mismo:
Riemann-intregrabilidad
Sea $f:\mathbb{R} \rightarrow \mathbb{R}$ sea una función.
$$O(Z):=\sum_{k=1}^n(x_k-x_{k-1})\cdot\sup_{x_{k-1}<x<x_k}f(x)$$ $$U(Z):=\sum_{k=1}^n(x_k-x_{k-1})\cdot\inf_{x_{k-1}<x<x_k}f(x)$$
$$\overline{\int_a^b}f(x)\,\mathrm dx:=\inf_ZO(Z) := \inf \{ O(Z) : Z \mbox{ is a segmentation of } [a,b] \}$$ $$\underline{\int_a^b}f(x)\,\mathrm dx:=\sup_ZU(Z):= \sup \{ U(Z) : Z \mbox{ is a segmentation of } [a,b] \}$$
$f$ se llama Riemann-integrable sobre $[a, b] \subset \mathbb{R} :\Leftrightarrow \underline{\int_a^b}f(x)\,\mathrm dx=\overline{\int_a^b}f(x)\,\mathrm dx$
Esta es la imagen que teníamos en mente cuando presentamos la integral de Riemann:
Lebesgue-integrabilidad
Sea $\emptyset \neq X \in \mathfrak{B}_d$ ser y $f:X \rightarrow [0;\infty)$ ser un función simple con forma normal $f=\sum_{j=1}^m y_j \mathbb{1}_{A_j}$ . La integral de Lebesgue se define como
$$\int_X f(x) dx := \sum_{j=1}^m y_j \lambda_d(A_j)$$
Mi pregunta
¿Existe alguna función con un número incontablemente infinito de puntos de discontinuidad, que sea Riemann-integrable / Lebesgue-integrable? En caso negativo, ¿por qué?
Relacionado
La siguiente función tiene un número contablemente infinito de puntos de discontinuidad y es Riemann-integrable ( fuente ):
$f:[0,1] \rightarrow \mathbb{R}$ que se define como
$$f(x)=\begin{cases} 1& \text{ if } \exists n \in \mathbb{N}: x=\frac{1}{n}\\ 0& \text{ otherwise} \end{cases}$$
Y $\int_0^1 f(x) \mathrm{d}x = 0$