Properties of the Riemann Integral

Graduate Depth 60 in the knowledge graph I know this Set as goal
Unlocks 17 downstream topics
integral-properties linearity monotonicity

Core Idea

The Riemann integral satisfies linearity (∫(af + bg) = a∫f + b∫g), monotonicity (f ≤ g ⟹ ∫f ≤ ∫g), and additivity over intervals. These properties follow from the definition and form the computational toolkit of integration. They extend to the Lebesgue integral.

Explainer

You built the Riemann integral from Darboux sums: the lower sum L(f, P) and upper sum U(f, P) sandwich the integral from below and above, and f is integrable when the infimum of upper sums equals the supremum of lower sums. That construction answers "does the integral exist?" — but it is not something you want to use directly for every computation. The properties of the Riemann integral are the tools that let you work efficiently without returning to Darboux sums from scratch each time.

Linearity is the most-used property: ∫ₐᵇ (αf + βg) = α ∫ₐᵇ f + β ∫ₐᵇ g. This holds whenever f and g are both integrable on [a, b]. The proof is not deep — Darboux sums are already linear in the function, so the inequality squeezeback argument transfers directly — but the payoff is enormous. It means integration distributes over sums and scales with constants, which underlies every technique for computing integrals of complicated expressions by breaking them into simpler parts. Without linearity, you could not use substitution and partial fractions to split a rational function and integrate each piece.

Monotonicity says that if f(x) ≤ g(x) for all x in [a, b], then ∫ₐᵇ f ≤ ∫ₐᵇ g. Geometrically this is obvious: if one function lies below another everywhere, it sweeps out less area. The proof uses the fact that lower and upper Darboux sums respect pointwise inequality of functions. Monotonicity is the gateway to estimation: if you can bound a complicated integrand between two simpler ones, you immediately bound the integral. A direct consequence is the integral mean value inequality: if m ≤ f(x) ≤ M on [a, b], then m(b − a) ≤ ∫ₐᵇ f ≤ M(b − a). This is the weakest possible estimate (using only global bounds), but it suffices for convergence proofs and error estimates.

Additivity over intervals states that ∫ₐᶜ f = ∫ₐᵇ f + ∫ᵦᶜ f for any b between a and c (and by convention, extending to any b when ∫ₐᵇ f is defined with reversed orientation as −∫ᵦᵃ f). This allows you to handle functions defined piecewise, to break integrals at discontinuities or change-of-formula points, and to integrate over unions of intervals. Together, linearity, monotonicity, and additivity form a package that extends cleanly to the Lebesgue integral — and the fact that these properties are shared explains why many analytic arguments work identically in both theories, with the Lebesgue theory adding the power to handle larger classes of functions.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionEpsilon-Delta ContinuityRigorous Definition of the DerivativeRiemann Integral via Darboux SumsCriteria for Riemann IntegrabilityProperties of the Riemann Integral

Longest path: 61 steps · 252 total prerequisite topics

Prerequisites (2)

Leads To (3)