|
|
|
|
|
by ogogmad
1402 days ago
|
|
I'm suggesting maybe writing the Lebesgue measure as 1
so the Lebesgue integral of a function f becomes ⌠
| f(x)⋅1 dx
⌡
The logic is that the Lebesgue measure is a density which is everywhere equal to 1. Given a measurable space over \mathbb R^n, I think there is only one such measure.Another example is that δ(x) in ⌠
| f(x)⋅δ(x) dx
⌡
represents the Dirac measure.For producing this ASCII art, I use Sympy. I write for instance pprint(Integral(f(x) * delta(x)))
|
|