Get AI summaries of any video or article — Sign up free
Real Analysis 50 | Properties of the Riemann Integral for Step Functions [dark version] thumbnail

Real Analysis 50 | Properties of the Riemann Integral for Step Functions [dark version]

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

For step functions, the Riemann integral is an oriented-area functional that outputs a real number (positive, negative, or zero).

Briefing

For step functions, the Riemann integral behaves exactly like a well-behaved “oriented area” functional: it turns a step function into a real number while preserving the key algebraic and order structure. Once the integral is already known to be well-defined for step functions, three properties become central—scaling, additivity, and monotonicity—and together they show the integral acts like a linear, order-preserving map from step functions to real numbers. This matters because those same properties are the backbone for extending the Riemann integral to broader classes of functions.

The integral of a step function is interpreted as the oriented area between the graph and the x-axis, so the result can be positive, negative, or zero depending on whether the rectangles lie above or below the axis. Formally, the mapping takes the set of all step functions defined on an interval [a,b] (denoted S) and outputs a real number. The first major property is homogeneity: for any real scalar Λ and any step function f, the integral of the scaled function Λf equals Λ times the integral of f. Geometrically, scaling the heights of the rectangles scales the oriented area by the same factor, so the algebra matches the picture.

The second property is additivity: for two step functions f and p (written as f + p), the integral of their sum equals the sum of their integrals. This is not just a formal convenience; it reflects how rectangle areas combine when two step functions are added pointwise. The proof strategy relies on using a single partition that works for both functions simultaneously. If f is built from a partition P1 and p from a partition P2, then the combined partition P3 is taken as the union of P1 and P2. With that shared partition, both step functions are constant on each subinterval, so the Riemann sums can be aligned term-by-term.

The third property is monotonicity. If one step function lies everywhere above another—meaning f(x) ≤ p(x) for all x in the interval—then the oriented area respects that order: the integral of f is less than or equal to the integral of p. Intuitively, increasing the function height on each subinterval increases the corresponding rectangle contribution, and summing preserves the inequality.

A detailed proof is sketched for the additivity part, since the other two follow a similar pattern. The key maneuver is aligning partitions so the same subinterval endpoints are used in both Riemann sums. After that alignment, the combined sum uses (Cj + Dj) times the subinterval lengths, which corresponds exactly to the rectangle heights of the pointwise sum f + p. The result is that the Riemann sum for f + p equals the sum of the Riemann sums for f and p, yielding the desired identity for the integrals. These properties then become the template for the general Riemann integral definition in the next installment of the series.

Cornell Notes

For step functions, the Riemann integral is a real-valued “oriented area” map that preserves three crucial structures. Scaling works as homogeneity: integrating Λf multiplies the integral by Λ. Adding works as additivity: integrating f + p equals integrating f plus integrating p, and the proof aligns both functions using a common partition P3 = P1 ∪ P2 so their Riemann sums can be combined term-by-term. Order is preserved as monotonicity: if f ≤ p everywhere, then the integral of f is ≤ the integral of p. Together, these properties show the integral behaves like a linear, order-preserving functional on step functions, setting up the extension to the general Riemann integral.

Why can the integral of a step function be positive, negative, or zero?

Because the integral is defined as oriented area between the graph of the step function and the x-axis. Rectangles above the x-axis contribute positive area, rectangles below contribute negative area, and if contributions cancel or the function is identically zero, the total can be zero.

How does homogeneity work for step functions?

For any real scalar Λ and step function f, the scaled function Λf has rectangle heights multiplied by Λ. Since each rectangle’s oriented area is height × width, the entire Riemann sum scales by Λ, giving ∫(Λf) = Λ∫f.

What is the core idea behind additivity (∫(f+p) = ∫f + ∫p)?

Use a shared partition. If f uses partition P1 and p uses partition P2, take P3 = P1 ∪ P2 so both functions are constant on every subinterval of P3. Then the Riemann sum for f+p uses (Cj + Dj) times the subinterval lengths, which equals the term-by-term sum of the Riemann sums for f and for p.

Why does monotonicity hold for step functions?

If f(x) ≤ p(x) on every subinterval, then each rectangle height for f is no larger than the corresponding rectangle height for p. With the same subinterval widths, every rectangle contribution to the oriented area for f is ≤ the corresponding contribution for p, so summing preserves the inequality: ∫f ≤ ∫p.

Why does the number of partition points not affect the additivity calculation?

Refining a partition (adding more points) changes how many subintervals appear, but it does not change the set of rectangle heights that matter on each subinterval. The Riemann sum still represents the same oriented area, so the combined-sum argument works regardless of how many points the refined partition contains.

Review Questions

  1. State and justify the homogeneity property for the Riemann integral of step functions.
  2. In the proof of additivity, why is it necessary to replace P1 and P2 with a common partition P3 = P1 ∪ P2?
  3. Give a condition on two step functions that guarantees monotonicity of their integrals.

Key Points

  1. 1

    For step functions, the Riemann integral is an oriented-area functional that outputs a real number (positive, negative, or zero).

  2. 2

    Homogeneity holds: for any real Λ, ∫(Λf) = Λ∫f for step functions f.

  3. 3

    Additivity holds: for step functions f and p, ∫(f+p) = ∫f + ∫p.

  4. 4

    Additivity proofs rely on using a common refinement partition P3 = P1 ∪ P2 so both functions share the same subinterval endpoints.

  5. 5

    Monotonicity holds: if f ≤ p everywhere on the interval, then ∫f ≤ ∫p.

  6. 6

    Refining partitions may increase the number of subintervals, but it does not change the computed oriented area, enabling term-by-term sum alignment.

Highlights

The integral of a step function is treated as oriented area, so sign depends on whether rectangles sit above or below the x-axis.
Additivity is proved by unifying partitions: taking P3 = P1 ∪ P2 lets the Riemann sums for f and p combine term-by-term.
Monotonicity follows from rectangle-wise order: if one step function stays below another on every subinterval, its integral stays below as well.