Alphabeta Math
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

✓ 25 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 25 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Improper Integrals

1 · Prerequisites

2 · Summary

The declared prerequisites provide oriented integrals, additivity, linearity, order and absolute-value estimates, the working fundamental theorem, integration by parts, substitution, Bonnet’s second mean value theorem, and the series integral test. They also supply one-sided and infinite limits, completeness and Cauchy convergence, monotone convergence, derivatives, rational powers, and geometric and p-series. This machinery lets compact truncations carry each argument until a finite real limit is taken at every singular end.

One-ended and mixed improper integrals first yield split-point invariance, linearity, and the Cauchy criterion. Absolute and conditional convergence then separate, followed by bounded-primitive, comparison, limit-comparison, integral-test, and rational p-test criteria. Principal value remains distinct from ordinary convergence, while Dirichlet and Abel tests lead to complementary divergence results. A monotone proper change-of-variable theorem extends to singular intervals, and Frullani’s identity retains its proper 1/t factor without presupposing logarithms.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableprecheck passaudited 2026-08-11Open item page →

Improper integrals over unbounded intervals

Statement

Let f be Riemann integrable on every compact interval [a,R] with R>a. The improper integral over the right-unbounded interval is ∫a∞f(x) dx:=lim⁡R→∞∫aRf(x) dx, provided this limit exists as a finite real number. In that case the improper integral converges; otherwise it diverges. In particular, a limit of +∞ or −∞ is divergence, not convergence to an extended-real value.

If f is Riemann integrable on every [R,b] with R<b, define ∫−∞bf(x) dx:=lim⁡R→−∞∫Rbf(x) dx under the same finite-limit convention. All finite integrals use the oriented convention.

DefinitionDefinition: Literature-sourcedProof: Not applicableprecheck passaudited 2026-08-11Open item page →

Improper integrals at a finite singular endpoint

Statement

Suppose f is Riemann integrable on every [c,b] with a<c<b. Its improper integral at the left endpoint is ∫abf(x) dx:=lim⁡c↓a∫cbf(x) dx, provided the one-sided limit is a finite real number.

If instead f is integrable on every [a,c] with a<c<b, define ∫abf(x) dx:=lim⁡c↑b∫acf(x) dx. Convergence always means existence of the displayed finite limit. The value assigned to f at the singular endpoint, if any, is irrelevant because changing one endpoint value does not change any proper truncation integral.

DefinitionDefinition: Literature-sourcedProof: Not applicableprecheck passaudited 2026-08-11Open item page →

Improper integrals with several singular ends

Statement

If f has a possible singularity at c∈(a,b), define ∫abf:=∫acf+∫cbf only when the two one-sided improper integrals converge separately. Cancellation between divergent sides is not allowed.

Likewise, for any finite split point s, define ∫−∞∞f:=∫−∞sf+∫s∞f only when both tails converge. More generally, an interval with several singular ends is split into finitely many one-ended pieces, each of which must converge separately. Independence of the permitted split point is a theorem, not part of this definition.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Improper convergence is independent of finite truncations and split points

Statement

Changing a finite lower endpoint of ∫a∞f, a finite upper endpoint of ∫−∞bf, or a compact truncation beside a finite singular endpoint neither creates nor destroys improper convergence. The values change by the corresponding oriented proper integral.

Consequently, convergence and value in the definitions of an interior-singularity integral and a whole-line integral are independent of the chosen finite split point.

Facts & Assumptions

Given: Local Riemann integrability on every compact interval away from the stated singular ends.

[L2]

At an infinite or finite one-sided singular end, adding or subtracting a fixed finite constant preserves convergence and translates the limit by that constant; this follows directly from the same epsilon estimate in the defining limits (Improper integrals over unbounded intervals, Improper integrals at a finite singular endpoint).

Proof

technique · direct
1.1

If a<a′, then for every R>a′, [L1, L2] ∫aRf=∫aa′f+∫a′Rf. The first term is fixed and finite. Subtracting it changes the absolute error from a proposed translated limit by exactly the same amount, so [L2] shows that either truncation limit exists exactly when the other does and that their values differ by ∫aa′f. The other three one-ended orientations follow by the same identity with endpoints reversed.

L1L2
2.1

Let s<t be two split points on the whole line. Step 1.1 transfers the finite proper integral ∫stf from the right tail to the left tail, so the two sums agree. The same calculation around an interior singularity changes only the nonsingular finite portion. Because [L3] continues to require both pieces separately, no cancellation of divergent pieces is introduced.

step 1.1L1L3∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Linearity of convergent improper integrals

Statement

If the improper integrals of f and g converge over the same one-ended interval and r,s∈R, then ∫(rf+sg)=r∫f+s∫g. The same formula holds for mixed improper integrals when every singular-end piece of both integrals converges separately.

Facts & Assumptions

Given: Convergent improper integrals of f and g on the indicated domain, and scalars r,s.

[L3]

Mixed convergence is defined separately on every singular piece (Improper integrals with several singular ends).

Proof

technique · direct
1.1

On every compact truncation, [L1] gives ∫(rf+sg)=r∫f+s∫g. Let the two truncation integrals tend to A and B. Given ε>0, [L2] makes their respective errors smaller than ε/(2(1+∣r∣)) and ε/(2(1+∣s∣)) sufficiently near the end. The triangle inequality then makes the error of the linear combination from rA+sB smaller than ε. This proves the formula on every one-ended interval, including r=0 or s=0.

L1L2
2.1

For a mixed integral, apply step 1.1 to every separately convergent piece and then add the finitely many resulting identities as required by [L3]. No assertion is made when either side would contain an indeterminate difference of divergent quantities.

L3step 1.1∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Cauchy criterion for improper integrals

Statement

The integral ∫a∞f converges if and only if, for every ε>0, there is A>a such that A≤u<v⟹∣∫uvf∣<ε. At a finite right singular endpoint b, replace the condition by b−δ<u<v<b; at a finite left endpoint use a<u<v<a+δ; at −∞ use u<v≤−A. In each case all displayed proper integrals must exist.

Facts & Assumptions

Given: A locally Riemann-integrable f on the relevant one-ended interval.

[L3]

The Archimedean property supplies integer truncations beyond every real bound and reciprocal truncations inside every positive neighborhood (Every complete ordered field is Archimedean, For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε).

Proof

technique · direct
1.1

Put F(R)=∫aRf. If F(R) has a finite limit as R→∞, then ∣F(v)−F(u)∣<ε for all sufficiently large u,v. By [L1], this difference is ∫uvf, proving necessity.

L1
1.2

Conversely, the tail condition and [L3] make the sequence F(n) Cauchy, hence convergent to some L by [L2]. Given ε>0, choose a large integer n for which ∣F(n)−L∣<ε/2 and the tail condition is below ε/2. For every real R≥n, [L1] gives F(R)−L=(F(R)−F(n))+(F(n)−L), so F(R)→L.

L1L2L3
2.1

For a finite endpoint use the reciprocal sequence a+1/n or b−1/n furnished by [L3]; the identical Cauchy argument applies. Reversing the real line gives the −∞ form.

L3∎
DefinitionDefinition: Literature-sourcedProof: Not applicableprecheck passaudited 2026-08-11Open item page →

Absolute and conditional convergence of improper integrals

Statement

An improper integral of f is absolutely convergent when the corresponding improper integral of ∣f∣ converges. It is conditionally convergent when the integral of f converges but the integral of ∣f∣ does not.

For an integral with several singular ends, absolute convergence means absolute convergence on every separately defined one-ended piece. Conditional convergence means convergence of every piece and failure of absolute convergence on at least one piece. Thus the terminology never permits cancellation between distinct singular ends.

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

A nonnegative improper integral converges iff its truncated integrals are bounded

Statement

Let f≥0 be Riemann integrable on every compact subinterval of [a,∞). Then ∫a∞f converges if and only if the set {∫aRf:R>a} is bounded above. In the convergent case its supremum is the value of the improper integral. The analogous assertion holds at either finite singular endpoint and at −∞, with truncations directed toward that endpoint.

Facts & Assumptions

Given: A nonnegative, locally Riemann-integrable f at one singular end.

[L2]

A bounded monotone real sequence converges to its supremum or infimum (A monotone sequence converges if and only if it is bounded).

[L3]

Finite truncations may be moved without changing convergence (Improper convergence is independent of finite truncations and split points).

Proof

technique · direct
1.1

At +∞, F(R)=∫aRf is nondecreasing by [L1]. If F(R) converges, its range is bounded. Conversely, if its range is bounded above, the integer sequence F(n) is bounded and nondecreasing, so [L2] gives F(n)→S=sup⁡nF(n).

L1L2
2.1

For n≤R≤n+1, monotonicity gives F(n)≤F(R)≤F(n+1). Hence F(R)→S. Every real truncation lies below a later integer truncation, so S is also the supremum of the full truncation range.

step 1.1L1
3.1

Reciprocal truncations and the same squeeze prove the finite-endpoint forms; reversing orientation proves the −∞ form. Moving the initial finite endpoint is harmless by [L3].

L3∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Absolute convergence implies improper convergence

Statement

Every absolutely convergent improper integral converges. Moreover, on a one-ended interval, ∣∫f∣≤∫∣f∣. For a mixed interval the same conclusion applies separately to each singular-end piece.

Facts & Assumptions

Given: Convergence of the improper integral of ∣f∣.

[L2]

The improper Cauchy criterion characterizes convergence (Cauchy criterion for improper integrals).

Proof

technique · direct
1.1

By the Cauchy criterion [L2], remote tail integrals of ∣f∣ are arbitrarily small. The proper inequality [L1] makes the corresponding tail integrals of f no larger in absolute value. A second application of [L2] proves convergence of ∫f.

L2L1
1.2

Apply [L1] on compact truncations. Along integer truncations at infinity, or reciprocal truncations at a finite endpoint, both sides converge to the corresponding improper values; [L3] passes the inequality to those sequence limits and gives the displayed bound.

L1L3
2.1

For a mixed integral, absolute convergence is required on every piece. Steps 1.1–1.2 apply piecewise, and finite addition completes the claim.

given∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Tails of a convergent improper integral tend to zero

Statement

If ∫a∞f converges, then lim⁡R→∞∫R∞f=0. Equivalently, for every ε>0 all sufficiently remote proper tails ∫uvf have absolute value below ε. The corresponding tails tend to zero at −∞ and at either finite singular endpoint.

Facts & Assumptions

Given: A convergent one-ended improper integral of f.

[L1]

A convergent integral may be split at every finite truncation (Improper convergence is independent of finite truncations and split points).

[L2]

Its proper remote tails satisfy the Cauchy criterion (Cauchy criterion for improper integrals).

Proof

technique · direct
1.1

Write I=∫a∞f. By [L1], ∫R∞f=I−∫aRf, which tends to zero by the definition of I.

L1
2.1

The epsilon formulation is exactly [L2]. Reversing orientation or replacing infinite truncations by one-sided finite truncations proves all other stated forms.

L2∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Comparison tests for improper integrals

Statement

Suppose 0≤f≤g eventually toward a singular end. If the improper integral of g converges there, then the integral of f converges. If instead ∣f∣≤g eventually and ∫g converges, then ∫f converges absolutely and hence converges.

The same assertions hold separately at +∞, at −∞, and at either finite singular endpoint.

Facts & Assumptions

Given: The stated eventual pointwise bounds and local Riemann integrability.

[L2]

A nonnegative improper integral converges exactly when its truncation integrals are bounded (A nonnegative improper integral converges iff its truncated integrals are bounded).

[L3]

Absolute convergence implies convergence (Absolute convergence implies improper convergence).

[L4]

Finite initial pieces do not affect convergence (Improper convergence is independent of finite truncations and split points).

Proof

technique · direct
1.1

Discard the finite portion before the eventual inequality using [L4]. On every remaining compact truncation, [L1] gives 0≤∫f≤∫g. Convergence of ∫g bounds the latter truncations, so [L2] gives convergence of ∫f.

L4L1L2
2.1

If ∣f∣≤g, step 1.1 applied to ∣f∣ proves absolute convergence; [L3] then proves convergence of f. The argument depends only on the direction of truncation and therefore proves every endpoint form.

L3step 1.1∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Limit comparison for positive improper integrals

Statement

Let f,g≥0 eventually toward a singular end, with g>0 there, and suppose lim⁡f(x)g(x)=L at that end for a finite L>0. Then the improper integrals of f and g either both converge or both diverge. The statement applies to infinite and finite one-sided endpoints.

If L=0, convergence of ∫g still implies convergence of ∫f; if the ratio tends to +∞, convergence of ∫f implies convergence of ∫g.

Facts & Assumptions

Given: Eventually positive functions with the stated quotient limit.

[L1]

The definitions of a limit at infinity and of a finite one-sided limit give the same eventual epsilon bound at their respective singular ends (Limits at +∞ and −∞, and infinite limits at a point, The left and right limits of f at c, as limits of the restrictions of f to A∩(−∞,c) and A∩(c,∞)).

[L2]

Eventual pointwise comparison transfers convergence, and finite positive scalar multiples preserve it (Comparison tests for improper integrals, Linearity of convergent improper integrals).

Proof

technique · direct
1.1

By [L1], tolerance L/2 gives L/2<f/g<3L/2 sufficiently near the singular end. Thus (L/2)g≤f≤(3L/2)g. Applying [L2] in both directions proves the equivalence.

L1L2
2.1

If L=0, eventually f/g≤1, so f≤g. If f/g→+∞, eventually g≤f. The one-way conclusions again follow from [L2].

L2∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Integral test as an equivalence with an improper integral

Statement

Let f:[1,∞)→[0,∞) be nonincreasing and Riemann integrable on every compact interval. Then ∑n=1∞f(n)converges if and only if∫1∞f(x) dxconverges.

Changing finitely many initial terms or moving the finite lower integration endpoint does not affect this equivalence.

Facts & Assumptions

Given: A nonnegative nonincreasing locally integrable f.

[L2]

Nonnegative partial sums and integer truncation integrals are nondecreasing, hence converge exactly when bounded (A monotone sequence converges if and only if it is bounded).

[L3]

Every real truncation is bracketed between two integer truncations (Every complete ordered field is Archimedean).

Proof

technique · direct
1.1

For every integer k≥1, monotonicity of f and [L1, L2] give f(k+1)≤∫kk+1f(x) dx≤f(k). Adding these inequalities and using interval additivity yields ∑k=2N+1f(k)≤∫1N+1f(x) dx≤∑k=1Nf(k). Thus the series partial sums are bounded exactly when the integer truncation integrals are bounded. By [L2], this is exactly convergence of the corresponding two monotone sequences.

L1L2
2.1

Suppose the integer truncations converge to I. Given a sufficiently large integer N and any real R≥N, [L3] supplies an integer M>R. Nonnegativity gives ∫1Nf≤∫1Rf≤∫1Mf, and both integer bounds tend to I; hence the full real-parameter limit is I. The reverse implication is immediate by restriction to integer truncations. Tail invariance handles finite changes.

L3∎
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Truncated integrals of rational powers

Statement

For rational p≠1 and 0<A<B, ∫ABx−p dx=B1−p−A1−p1−p. For p=1 and every positive integer N, ∫12Ndxx≥N2,∫2−N1dxx≥N2.

Facts & Assumptions

Proof

technique · computation
1.1

Write p=m/q with an integer m and a positive integer q. Substituting x=tq on the positive interval and using [L1]–[L3] reduces the integrand to qtq−m−1. The integer-power rule gives primitive qtq−m/(q−m) when m≠q. Substituting t=x1/q back gives x1−p/(1−p). The FTC proves the displayed formula.

L1L2L3
2.1

On [2k,2k+1], 1/x≥2−(k+1), so its integral is at least 1/2. Adding the first N dyadic blocks proves the first lower bound. The intervals [2−(k+1),2−k] give the second in the same way.

given∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

The improper p-test for rational exponents

Statement

For every rational p, ∫1∞x−p dx converges exactly when p>1, and ∫01x−p dx converges exactly when p<1. When they converge, their values are respectively 1/(p−1) and 1/(1−p).

Facts & Assumptions

Given: A rational exponent p.

[L1]

The compact-truncation formula and the dyadic p=1 bounds are in Truncated integrals of rational powers.

[L2]

For rational s>0, monotonicity and the rational-power laws give Rs→∞ and R−s→0 as R→∞, and cs→0 and c−s→∞ as c↓0: in the finite-limit cases choose the thresholds R>ε−1/s and 0<c<ε1/s, and use the analogous threshold for divergence (Monotonicity of r↦ar and of a↦ar, Laws of rational exponents, Limits at +∞ and −∞, and infinite limits at a point, The left and right limits of f at c, as limits of the restrictions of f to A∩(−∞,c) and A∩(c,∞)).

[L3]

Nonnegative comparison transfers improper convergence (Comparison tests for improper integrals).

Proof

technique · cases
1.1

If p>1, then R1−p→0, so [L1] gives ∫1Rx−pdx→1/(p−1).

L1L2assume-case infinityhigh
1.2

If p≤1, the integral at infinity diverges: for 0<p<1 the formula in [L1] is unbounded by [L2], for p=1 use the first dyadic bound, and for p≤0 compare x−p≥1 with the constant one.

L1L2L3assume-case infinitylow
1.3

If p<1, then 1−p>0, so [L1] and c1−p→0 from [L2] give convergence at zero with value 1/(1−p).

L1L2assume-case zerolow
1.4

If p≥1, the zero-endpoint integral diverges: use the unbounded formula and [L2] for p>1, and the second dyadic bound for p=1.

L1L2assume-case zerohigh
2.1

The alternatives in steps 1.1–1.4 exhaust all rational exponents and establish both thresholds and values.

step 1.1step 1.2step 1.3step 1.4cases-exhaustive∎
DefinitionDefinition: Literature-sourcedProof: Not applicableprecheck passaudited 2026-08-11Open item page →

Cauchy principal values at a finite singularity and on the real line

Statement

Let f be properly Riemann integrable on compact subintervals of [a,b]∖{c}, where a<c<b. Its Cauchy principal value at c is PV⁡ ⁣∫abf:=lim⁡ε↓0(∫ac−εf+∫c+εbf), provided this coupled limit is finite.

For a locally Riemann-integrable function on the real line, define PV⁡ ⁣∫−∞∞f:=lim⁡R→∞∫−RRf, again only for a finite limit. A principal value couples the two truncations; it does not assert that the two one-sided improper integrals converge separately.

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Separate improper convergence implies convergence of the principal value

Statement

If the two one-sided improper integrals at an interior singularity converge separately, then the Cauchy principal value exists and equals their sum. If both tails of a whole-line improper integral converge separately, its principal value exists and equals the whole-line improper integral.

The converses need not hold.

Facts & Assumptions

Given: Separate convergence at the two singular ends in either setting.

[L1]

A mixed improper value is the sum of the two independent limits (Improper integrals with several singular ends).

[L2]

Moving finite split points preserves both convergence and value (Improper convergence is independent of finite truncations and split points).

[L3]

Principal values use coupled symmetric truncations (Cauchy principal values at a finite singularity and on the real line).

[L4]

For every rational p, ∫01x−p dx converges exactly when p<1, and ∫1∞x−p dx converges exactly when p>1 (The improper p-test for rational exponents).

[L5]

The whole-line Cauchy principal value is lim⁡R→∞∫−RRf for a function locally Riemann integrable on the real line, and it does not assert that the two tails converge separately (Cauchy principal values at a finite singularity and on the real line).

Proof

technique · direct
1.1

At an interior point c, the two truncated terms in [L3] tend separately to the two finite one-sided values. Given ε>0, take the common smaller truncation scale on which each term is within ε/2 of its limit; the triangle inequality then puts their sum within ε of the sum in [L1].

L3L1
1.2

On the real line, split at zero. As R→∞, ∫−R0f and ∫0Rf tend separately to their two tail values. The same ε/2 estimate shows that their sum tends to the mixed value. Split-point invariance [L2] removes any dependence on zero.

L2
2.1

The converses fail, and a witness is available on this page rather than assumed. Take f(x)=1/x on [−1,1] with the interior singularity at 0. For every δ∈(0,1) the substitution x↦−x gives ∫−1−δx−1 dx=−∫δ1x−1 dx, so the symmetric truncations cancel exactly and the principal value exists and is 0. But ∫01x−p dx converges exactly when p<1 by [L4], so at p=1 the right-hand one-sided integral diverges, and by the same reflection so does the left-hand one. Hence the principal value can exist while neither one-sided improper integral converges, and the converse of the first claim fails. For the whole line a separate witness is needed, because [L5] admits only a function locally Riemann integrable on all of R and 1/x is not one: take f(x)=x, which is continuous and therefore locally integrable. For every R the substitution x↦−x gives ∫−R0x dx=−∫0Rx dx, so ∫−RRx dx=0 and the whole-line principal value is 0; but ∫0Rx dx=R2/2 is unbounded in R, so the tail ∫0∞x dx does not converge.

L4L5given∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Dirichlet's test for improper integrals

Statement

Let f be locally Riemann integrable on [a,∞) and suppose its truncation primitive F(x)=∫axf is bounded. Each of the following conditions implies convergence of ∫a∞f(x)g(x) dx:

  1. g is nonnegative, nonincreasing, and g(x)→0.
  2. f is continuous, g is differentiable with g′ Riemann integrable on every compact subinterval, g(x)→0, and ∫a∞∣g′(x)∣ dx converges. Local integrability of g′ is a hypothesis and not a consequence of the last one: convergence of ∫a∞∣g′∣ presupposes only that ∣g′∣ is integrable on each compact subinterval, and a bounded derivative need not be Riemann integrable.

The reflected statements hold at −∞ and at finite singular endpoints, with monotonicity directed toward the singular end.

Facts & Assumptions

Given: A bounded truncation primitive F and one of the two multiplier hypotheses.

[L1]

Bonnet's second mean value theorem represents ∫uvfg using endpoint values of a monotone g and partial integrals of f (Bonnet's second mean value theorem: for f monotone and g integrable on [a,b] there is ξ∈[a,b] with ∫abfg=f(a)∫aξg+f(b)∫ξbg).

[L2]

The improper Cauchy criterion reduces convergence to small remote tail integrals (Cauchy criterion for improper integrals).

[L3]

Proper integration by parts gives ∫uvfg=[Fg]uv−∫uvFg′ when F′=f (If u,v are differentiable on [a,b] with u′,v′ integrable, then ∫abuv′=u(b)v(b)−u(a)v(a)−∫abu′v).

[L4]

A bounded factor times an absolutely integrable function is absolutely integrable by comparison (Comparison tests for improper integrals, Absolute convergence implies improper convergence).

[L5]

If f is integrable on [a,b] and continuous at c, then its integral function F satisfies F′(c)=f(c); in particular an f continuous on the whole of [a,b] has F as a primitive there (The first fundamental theorem: if f is integrable on [a,b] and continuous at c, then F′(c)=f(c); in particular a continuous f has F as a primitive).

Proof

technique · cases
1.1

Choose M with ∣F∣≤M. In clause 1, apply [L1] on [u,v]. Every partial integral ∫uxf=F(x)−F(u) has absolute value at most 2M, so [L1, L2, assume-case first] ∣∫uvfg∣≤2M(g(u)+g(v))≤4Mg(u). This tends to zero as u→∞, and [L2] proves convergence.

1.2

In clause 2 f is continuous, hence integrable on every [u,v]⊆[a,∞), so [L5] gives F′=f there — the hypothesis [L3] requires and which boundedness of F does not supply. With g differentiable and g′ integrable on [u,v], [L3] gives the integration-by-parts identity. The boundary term F(R)g(R) tends to zero because F is bounded and g(R)→0. Also ∣Fg′∣≤M∣g′∣, so [L4] makes ∫Fg′ converge. Passing R→∞ proves convergence of ∫fg.

L3L4L5assume-case second
2.1

The two clauses are exhausted by steps 1.1–1.2. Reversing orientation proves the −∞ case. At a finite endpoint, use a primitive based at a fixed nonsingular point and take the corresponding one-sided limits; the same estimates are unchanged.

step 1.1step 1.2cases-exhaustive∎
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Abel's test for improper integrals

Statement

Suppose ∫a∞f converges and g:[a,∞)→R is bounded, monotone, and locally Riemann integrable. Then ∫a∞fg converges. The analogous assertion holds at every other one-sided singular end.

Facts & Assumptions

Given: A convergent improper integral of f and a bounded monotone multiplier g.

[L2]

Convergence of ∫f bounds its truncation primitive near the singular end, while on the remaining compact interval the integral function is Lipschitz and hence bounded (Improper integrals over unbounded intervals, The integral function of a bounded integrable f is Lipschitz, hence uniformly continuous).

[L3]

Dirichlet's test applies to a nonnegative monotone multiplier tending to zero (Dirichlet's test for improper integrals).

[L4]

Convergent improper integrals are linear (Linearity of convergent improper integrals).

Proof

technique · direct
1.1

Suppose first that g is nondecreasing and let L be the supremum of its bounded range. Given ε>0, the definition of supremum gives x0 with L−ε<g(x0)≤L; monotonicity then gives L−ε<g(x)≤L for every x≥x0, so g(x)→L. The infimum argument handles a nonincreasing g. If g is nonincreasing put h=g−L; if it is nondecreasing put h=L−g. In either case h≥0, h is nonincreasing toward the singular end, and h→0.

L1
2.1

The primitive of f is bounded by [L2], so [L3] makes ∫fh converge. Since fg=Lf±fh, linearity [L4] and convergence of ∫f prove convergence of ∫fg. The oriented endpoint variants are identical.

L2L3L4∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

A Dirichlet-type transfer criterion for divergence

Statement

Let u be continuous on [a,∞) and suppose ∫a∞u diverges. Let v>0 be differentiable, satisfy v(x)→∞, and suppose ∫a∞∣v′(x)∣v(x)2 dx converges. Then ∫a∞u(x)v(x) dx diverges.

Facts & Assumptions

Given: Functions u,v satisfying the statement.

[L2]

The differentiable-multiplier clause of Dirichlet's test applies to a continuous function with bounded truncation primitive (Dirichlet's test for improper integrals).

[L3]

Convergence of an improper integral bounds its truncation primitive near infinity, while on the remaining compact interval the integral function is Lipschitz and hence bounded (Improper integrals over unbounded intervals, The integral function of a bounded integrable f is Lipschitz, hence uniformly continuous).

Proof

technique · contradiction
1.1

Suppose for contradiction that ∫a∞uv converges. Then its truncation primitive is bounded by [L3], and uv is continuous. Put g=1/v. Positivity and v→∞ give g→0: for ε>0, eventually v>1/ε, hence 0<g<ε. Also [L1] and the hypothesis give absolute convergence of ∫g′.

L3L1assume-contra
2.1

Apply [L2] with the continuous function uv and multiplier g. It yields convergence of ∫(uv)g=∫u, contradicting the hypothesis. Hence ∫uv diverges.

step 1.1L2discharge-contradiction∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Uniform oscillatory tail mass forces failure of absolute convergence

Statement

Let g≥0 be monotone on [a,∞) and suppose ∫a∞g diverges. Let a≤x0<x1<⋯ tend to infinity and satisfy xj+1−xj≤M for some M>0, and suppose a locally integrable f satisfies ∫xjxj+1∣f(x)∣ dx≥δ>0 for every j. Then ∫a∞∣f(x)g(x)∣ dx diverges, so ∫a∞fg cannot converge absolutely.

Facts & Assumptions

Proof

technique · direct
1.1

Suppose first that g is nonincreasing. On the jth block, g(x)≥g(xj+1), hence [L1, L2, L3] ∫xjxj+1∣f∣g≥δg(xj+1). Also ∫xjxj+1g≤Mg(xj). Since ∫g diverges, additivity and [L2] force ∑jg(xj), and hence its shifted tail, to diverge. Thus the block lower bounds for ∫∣f∣g have unbounded partial sums.

L1L2L3
1.2

If g is nondecreasing, divergence of its integral implies it is positive at some point; thereafter g(xj) is bounded below by a positive constant. Now ∫xjxj+1∣f∣g≥δg(xj), whose partial sums diverge.

given
2.1

In either monotonicity case the nonnegative truncations of ∣fg∣ are unbounded, so [L2] proves divergence and the definition rules out absolute convergence.

L2∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Monotone change of variable for Riemann-integrable functions

Statement

Let ϕ:[c,d]→[a,b] be a monotone surjection, differentiable on [c,d] in the one-sided endpoint sense, with Riemann-integrable derivative. For every bounded f:[a,b]→R, f is Riemann integrable⟺(f∘ϕ)∣ϕ′∣ is Riemann integrable, and, when these conditions hold, ∫abf(x) dx=∫cdf(ϕ(t))∣ϕ′(t)∣ dt. Flat subintervals of ϕ are allowed.

Facts & Assumptions

Given: The monotone differentiable surjection ϕ with integrable derivative and a bounded f.

Proof

technique · direct
1.1

Assume first that ϕ is nondecreasing, and let 0≤h≤M. [L1] For a partition P={ti} of [c,d], transport its points through ϕ and delete repeated image points. If Ui,ui are the supremum and infimum of ϕ′ on [ti−1,ti], the mean value theorem gives uiΔti≤ϕ(ti)−ϕ(ti−1)≤UiΔti. On a flat interval the image increment is zero and ϕ′=0 in its interior, so its contribution may be discarded.

2.1

Compare the upper sum of h on the transported partition with the upper sum of (h∘ϕ)ϕ′ on P. [step 1.1, L2, L4] On each nonflat interval the two relevant suprema differ, after multiplication by Δti, by at most M(Ui−ui)Δti; the identical estimate holds for lower sums. Hence each pair of corresponding sums differs by at most M∑i(Ui−ui)Δti. Because ϕ′ is integrable, refinements can make this error arbitrarily small. Taking upper and lower integrals therefore gives ∫ab‾h=∫cd‾(h∘ϕ)ϕ′,∫ab‾h=∫cd‾(h∘ϕ)ϕ′. Thus one nonnegative function is integrable exactly when the other is, and their integrals then agree.

3.1

For a general bounded f, choose M with f+M≥0. Since ϕ′ is integrable and ∫cdϕ′=ϕ(d)−ϕ(c)=b−a, applying step 2.1 to f+M and subtracting the constant term proves both the integrability equivalence and the integral identity for f.

step 2.1L3L5
4.1

If ϕ is nonincreasing, reverse the source orientation and apply steps 1.1–3.1 to the resulting nondecreasing parametrization. The sign reversal is exactly removed by ∣ϕ′∣ and the oriented-integral convention.

step 1.1step 2.1step 3.1∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Change of variable in an improper integral

Statement

Let I and J be intervals, possibly open at finite or infinite singular ends, and let ϕ:I→J be a monotone differentiable surjection. Assume ϕ′ is locally Riemann integrable and the proper change-of-variable hypotheses hold on every compact truncation. If f is locally Riemann integrable on J, then ∫Jf(x) dxand∫If(ϕ(t))∣ϕ′(t)∣ dt converge simultaneously and, when convergent, are equal. At several singular ends this assertion is applied separately to the corresponding ends; orientation is retained for decreasing parametrizations.

Facts & Assumptions

Given: The intervals, monotone surjection ϕ, and locally integrable f in the statement.

[L1]

The proper change-of-variable theorem gives equality on corresponding compact truncations (Monotone change of variable for Riemann-integrable functions).

[L2]

Monotonicity and surjectivity send truncations tending to an endpoint of I to truncations tending to the corresponding endpoint of J.

[L3]

Improper convergence at one end is the existence of a finite limit of the corresponding compact-truncation values (Improper integrals over unbounded intervals, Improper integrals at a finite singular endpoint).

[L4]

Mixed improper integrals require separate convergence at every singular end (Improper integrals with several singular ends).

Proof

technique · direct
1.1

On each compact source truncation [u,v]⊂I, [L1] gives [L1] ∫ϕ([u,v])f=∫uv(f∘ϕ)∣ϕ′∣, with the endpoint order adjusted when ϕ decreases.

2.1

By [L2], the two sides form the same family of values as the corresponding truncation approaches a singular end. Since they are equal term by term by step 1.1, the epsilon condition in [L3] holds for one family exactly when it holds for the other, with the same limit.

step 1.1L2L3
3.1

For multiple ends, apply step 2.1 separately at each matched end and add only after all pieces converge, as [L4] requires. The oriented convention supplies the sign for a decreasing parametrization.

L4step 2.1∎
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-08-11Open item page →

Frullani's formula with its proper integral factor

Statement

Let a,b>0, and let f:[0,∞)→R be continuous with finite limit L=lim⁡x→∞f(x). Then the mixed improper integral converges and ∫0∞f(ax)−f(bx)x dx=(f(0)−L)∫abdtt, where the factor on the right is a proper oriented Riemann integral.

Facts & Assumptions

Given: Positive a,b and a continuous f with finite limit L at infinity.

[L2]

A continuous function approaches its value at zero uniformly after the arguments εt are restricted to the fixed compact interval between a and b (Continuity of f:A→R at a point of A and on A: the ε-δ condition, its agreement with lim⁡x→cf(x)=f(c) at a limit point, and continuity at an isolated point).

[L3]

The limit at infinity is uniform for Rt when t stays in that same positive compact interval (Limits at +∞ and −∞, and infinite limits at a point).

Proof

technique · direct
1.1

Assume first a<b. Substitution on [ε,R] and cancellation give the identity below. [L1] ∫εRf(ax)−f(bx)x dx=∫abf(εt)t dt−∫abf(Rt)t dt.

2.1

By [L2] and [L4], the first proper integral tends to f(0)∫abdt/t as ε↓0. By [L3] and [L4], the second tends to L∫abdt/t as R→∞. The two limits exist independently, so the mixed improper integral converges and has the displayed value.

step 1.1L2L3L4
3.1

The case a=b is zero on both sides. If a>b, interchange a,b in step 2.1; both the numerator and the oriented proper factor change sign.

step 2.1∎
RemarkRemark: Literature-sourcedProof: Not applicableprecheck passaudited 2026-08-11Open item page →

Conventions and proved scope for improper integrals

Statement

Every singular end is tested separately, and changing a finite split point does not change convergence or value. A finite limit is required: divergence to an infinite extended value is still divergence. Absolute and conditional convergence inherit the same piecewise convention.

A Cauchy principal value is a coupled symmetric limit and can exist without the corresponding improper integral. The p-test on this page is proved for rational exponents only. Frullani's formula deliberately retains the proper factor ∫abdt/t; no logarithm identity, Lebesgue-integrability statement, or arbitrary-real-exponent extension is claimed.

5 · Examples, counterexamples and false statements

None yet.

Sources