Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)
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.

For a≤b and f:[a,b]→Rm integrable when a<b, ∥∫abf∥2≤∫ab∥f∥2; for a<b, ∥f∥2 is integrable

Statement

Let m∈N with m≥1, let a,b∈R with a≤b and let f:[a,b]→Rm. If a<b, assume that f is integrable (The derivative and the Riemann integral of a vector-valued function: an intrinsic derivative and a componentwise integral). Then:

  1. if a<b, the real-valued function t↦∥f(t)∥2 is integrable on [a,b] (The lower and upper Darboux integrals of a bounded f on [a,b] as sup⁡PL(f,P) and inf⁡PU(f,P), Darboux integrability as their equality, and the notation ∫abf, The p-norms ∥x∥p for rational p≥1, and ∥x∥∞);
  2. ∥∫abf∥2  ≤  ∫ab∥f∥2.

The hypothesis a≤b is not decoration. With the orientation convention of The integral with oriented limits: ∫aaf:=0 and ∫baf:=−∫abf and The derivative and the Riemann integral of a vector-valued function: an intrinsic derivative and a componentwise integral, interchanging the limits changes the sign of the right-hand side but not of the left, so for b<a the correct statement is ∥∫abf∥2≤∣∫ab∥f∥2∣; the displayed inequality as written is false in that case. This is the same trap the scalar inequality of If f,g are integrable on [a,b] then so are ∣f∣, f2, fg, max⁡(f,g) and min⁡(f,g), and ∣∫abf∣≤∫ab∣f∣ carries.

Clause 1 is a genuine obligation and is discharged before the estimate. That each fi is integrable does not by itself say that ∑i<mfi2 is; the square root has to be brought in through If f is integrable on [a,b] with values in [m,M] and φ is continuous on [m,M], then φ∘f is integrable.

Facts & Assumptions

Given: A natural m≥1, reals a≤b, a function f:[a,b]→Rm that is integrable when a<b, with components f0,…,fm−1, and the vector v:=∫abf∈Rm; write g(t):=∑i<mfi(t)2, so that ∥f(t)∥2=g(t) (The Euclidean inner product ⟨x,y⟩=∑k<nxkyk on Rn, The p-norms ∥x∥p for rational p≥1, and ∥x∥∞).

[L2]

Linearity of the integral: integrable functions on [a,b] are closed under sums and scalar multiples, and ∫ab(λu+μw)=λ∫abu+μ∫abw (Integrable functions on [a,b] form a set closed under sums and scalar multiples, and ∫ab(λf+μg)=λ∫abf+μ∫abg).

[L3]

Monotonicity of the integral: for a<b and integrable u≤w on [a,b], ∫abu≤∫abw; and an integrable u≥0 has ∫abu≥0 (If f≤g on [a,b] and both are integrable then ∫abf≤∫abg; and m(b−a)≤∫abf≤M(b−a)).

[L6]

Square roots (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}, Squaring is monotone on the nonnegatives): every c≥0 has a unique c≥0 with (c)2=c, and s↦s2 is strictly increasing on the nonnegatives, hence injective there.

[L8]

Cauchy-Schwarz and the inner product: ⟨u,w⟩=∑i<muiwi is bilinear and symmetric, ∥u∥2=⟨u,u⟩, ∥u∥2≥0, and ∣⟨u,w⟩∣≤∥u∥2∥w∥2 (The Euclidean inner product ⟨x,y⟩=∑k<nxkyk on Rn, Cauchy-Schwarz ∣⟨x,y⟩∣≤∥x∥2∥y∥2 with its equality case, the triangle inequality for ∥⋅∥2, the parallelogram law and polarisation, A norm on a real vector space, the induced metric, and the dictionary with the metric axioms).

[L10]

Order arithmetic: u>0 gives u−1>0, a product of nonnegatives is nonnegative, and t≤∣t∣ (Inverses of positives are positive, and reciprocation reverses order, Basic properties of the absolute value).

Proof

technique · direct
1.1

If a=b then ∫abf=0 and ∫ab∥f∥2=0 by the oriented convention, so clause 2 reads 0≤0 and holds, while clause 1 says nothing in that case; assume a<b from here on.

L1
1.2

Each component fi is bounded and integrable on [a,b], so each fi2 is integrable.

L1L4
1.3

Pointwise, ⟨v,f(t)⟩≤∣⟨v,f(t)⟩∣≤∥v∥2 ∥f(t)∥2 by Cauchy-Schwarz.

L8L10
2.1

By induction on p≤m, every finite sum ∑i<pfi2 is integrable, the empty sum being the constant 0 and each successor step adding one integrable function. Hence g=∑i<mfi2 is integrable.

step 1.2L2L9
2.2

The real-valued function t↦⟨v,f(t)⟩=∑i<mvifi(t) is integrable, being a finite sum of scalar multiples of the integrable fi, and by linearity applied m times ∫ab⟨v,f⟩=∑i<mvi∫abfi=∑i<mvi vi=⟨v,v⟩=∥v∥22.

step 1.2L1L2L8L9
3.1

g(t)≥0 for every t, being a finite sum of squares, and g is bounded above: each ∣fi∣ is bounded by some Bi, so g(t)≤∑i<mBi2=:K. Thus g takes its values in [0,K].

step 2.1L1L9L10
4.1

The map s↦s2 is continuous and injective on the order-convex set [0,K], with image [0,K]; by the continuous inverse theorem its inverse φ:[0,K]→[0,K], φ(u)=u, is continuous on [0,K].

step 3.1L6L7
5.1

∥f(t)∥2=g(t)=φ(g(t)) for every t∈[a,b], so ∥f∥2=φ∘g is integrable on [a,b]; this is clause 1.

step 2.1step 3.1step 4.1L5L8
6.1

Both sides of step 1.3 are integrable on [a,b], so monotonicity and linearity give ∥v∥22=∫ab⟨v,f⟩≤∫ab∥v∥2∥f∥2=∥v∥2∫ab∥f∥2.

step 5.1step 2.2step 1.3L2L3
6.2

If v=0 then ∥v∥2=0, while ∫ab∥f∥2≥0 because ∥f∥2≥0 pointwise and a<b; so clause 2 holds in this case.

step 5.1L3L8
7.1

If v≠0 then ∥v∥2>0, so multiplying the inequality of step 6.1 by the positive 1/∥v∥2 gives ∥v∥2≤∫ab∥f∥2, which is clause 2 in this case.

step 6.1L8L10
8.1

The two cases of steps 6.2 and 7.1 exhaust the possibilities for v, so clause 2 holds; with step 5.1 both clauses are proved.

step 5.1step 6.2step 7.1∎

Remarks

  • The case split at v=0 is mandatory. Step 6.1 delivers only ∥v∥22≤∥v∥2∫ab∥f∥2, and dividing by ∥v∥2 is illegitimate when that number is 0. Many textbook presentations divide without comment; the missing case is genuinely separate, and it is the one where the right-hand side has to be shown nonnegative on its own.

  • Why the inner-product route rather than a componentwise estimate. Bounding each coordinate of ∫abf separately and reassembling gives a constant depending on m; the argument above gives the sharp inequality with no constant, and it uses only bilinearity, Cauchy-Schwarz and monotonicity of the integral. The companion page checks the inequality numerically on an explicit curve and shows it is strict there.

  • Clause 1 is where the hypotheses of If f is integrable on [a,b] with values in [m,M] and φ is continuous on [m,M], then φ∘f is integrable are checked, one by one: g is integrable, its values lie in a closed bounded interval, and the outer function is continuous on that interval. The order of that theorem's hypotheses matters — continuous after integrable — and it is respected here.

Depends on

Used by

Dependency tree · two levels

115 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources