Riemann-Stieltjes Integral

Core Idea

The Riemann-Stieltjes integral is a generalization of the standard Riemann integral. The fundamental change is replacing the uniform measure of length, dx, with a more general, non-uniform measure of "weight," dg(x), provided by an integrator function g(x). It would correspond to change the Lebesgue measure in R.

This allows integration to account for non-uniform distributions, discrete jumps, and other scenarios that the standard Riemann integral cannot handle.

Mathematical Formulation

The standard Riemann integral is the limit of a sum where each function value is weighted by the length of its subinterval, Δxi.

abf(x)dx=lim|P|0i=1nf(ci)ΔxiwhereΔxi=xixi1

The Riemann-Stieltjes integral generalizes this by weighting each function value by the change in the integrator function g(x) over the subinterval, Δgi.

abf(x)dg(x)=lim|P|0i=1nf(ci)ΔgiwhereΔgi=g(xi)g(xi1)

Key Insights

The integrator function g(x) determines the "importance" of different parts of the integration interval.

  1. Non-Uniform Weighting: If g(x) changes rapidly in a region, that region is given more weight. If g(x) is constant, that region contributes nothing to the integral.
  2. Discrete Jumps: If g(x) is discontinuous and has a jump at a point, the integral can incorporate the value of f(x) at that specific point, weighted by the size of the jump.

Practical Example: Representing a Sum

The Riemann-Stieltjes integral can represent a discrete sum. To represent the sum i=1f(i), we use the floor function g(x)=x as the integrator.
The floor function is a step function that increases by exactly 1 at each positive integer. The integral therefore only accumulates values at these integer points.

i=1f(i)=0.5f(x)dx

This elegantly unifies the concepts of discrete summation and continuous integration.