Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29
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.

If f,gf,g are integrable on [a,b][a,b] then so are f\lvert f\rvert, f2f^{2}, fgfg, max(f,g)\max(f,g) and min(f,g)\min(f,g), and abfabf\bigl\lvert\int_a^b f\bigr\rvert \le \int_a^b\lvert f\rvert

Statement

Let a<ba < b be reals and let f,g:[a,b]Rf, g : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Then:

  1. f|f|, f2f^{2} and fgfg are integrable on [a,b][a,b] (Absolute value in an ordered field, Integer powers ama^m);
  2. max(f,g)\max(f,g) and min(f,g)\min(f,g), defined pointwise (Maximum and minimum of a set), are integrable on [a,b][a,b];
  3. the triangle inequality for the integral: abf    abf.\Bigl|\int_a^b f\Bigr| \;\le\; \int_a^b |f| .

Claim 3 is stated with a<ba < b and is not orientation-invariant. For u>vu > v the right-hand side is vuf0-\int_v^u |f| \le 0 while the left-hand side is 0\ge 0, so the inequality as written is false there. The form valid for every pair u,vu,v on which ff is integrable (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f) is

uvf    uvf,\Bigl|\int_u^v f\Bigr| \;\le\; \Bigl|\int_u^v |f|\,\Bigr| ,

and that is the form the estimates below on this page use whenever the limits are not known to be in increasing order.

The converse of claim 1 fails. Integrability of f|f| does not give integrability of ff; the witness is on the companion page.

Facts & Assumptions

Given: Reals a<ba < b and integrable f,g:[a,b]Rf, g : [a,b] \to \mathbb{R}.

[L2]

Sums and scalar multiples of integrable functions are integrable, with ab(λu+νw)=λabu+νabw\int_a^b(\lambda u + \nu w) = \lambda\int_a^b u + \nu\int_a^b w (Integrable functions on [a,b][a,b] form a set closed under sums and scalar multiples, and ab(λf+μg)=λabf+μabg\int_a^b(\lambda f+\mu g) = \lambda\int_a^b f + \mu\int_a^b g).

[L5]

For reals s,ts,t: max{s,t}=(s+t+st)21\max\{s,t\} = (s + t + |s-t|)\cdot 2^{-1} and min{s,t}=(s+tst)21\min\{s,t\} = (s + t - |s-t|)\cdot 2^{-1}, and st=((s+t)2(st)2)41st = \bigl((s+t)^{2} - (s-t)^{2}\bigr)\cdot 4^{-1} (Maximum and minimum of a set, Absolute value in an ordered field, Ordered field, Integer powers ama^m).

[L6]

Absolute value: ttt-|t| \le t \le |t|, and tc|t| \le c follows from ctc-c \le t \le c (Basic properties of the absolute value, Absolute value in an ordered field).

[L7]

With oriented limits, vuu=uvu\int_v^u u = -\int_u^v u and uuu=0\int_u^u u = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

[L8]

Ordered-field arithmetic: adding constants and multiplying by positive reals preserve inequalities, and the order is total and transitive (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

ff is bounded, so fix reals mMm \le M with f[[a,b]][m,M]f[\,[a,b]\,] \subseteq [m,M]; the same for gg, and for f+gf+g and fgf-g, which are integrable by [L2].

givenL1L2choose
1.2

The maps ttt \mapsto |t| and tt2t \mapsto t^{2} are continuous on any closed bounded interval, by [L4].

L4
2.1

By [L1] applied with φ(t)=t\varphi(t) = |t| to ff, to gg and to fgf-g, the functions f|f|, g|g| and fg|f-g| are integrable.

step 1.1step 1.2L1
2.2

By [L1] applied with φ(t)=t2\varphi(t) = t^{2} to ff, to f+gf+g and to fgf-g, the functions f2f^{2}, (f+g)2(f+g)^{2} and (fg)2(f-g)^{2} are integrable.

step 1.1step 1.2L1
3.1

By [L5], fg=((f+g)2(fg)2)41fg = \bigl((f+g)^{2}-(f-g)^{2}\bigr)\cdot 4^{-1} pointwise, so fgfg is integrable by [L2]; this completes claim 1.

step 2.1step 2.2L2L5
3.2

By [L5], max(f,g)=(f+g+fg)21\max(f,g) = \bigl(f + g + |f-g|\bigr)\cdot 2^{-1} and min(f,g)=(f+gfg)21\min(f,g) = \bigl(f+g-|f-g|\bigr)\cdot 2^{-1} pointwise, so both are integrable by [L2]; this is claim 2.

step 2.1L2L5
3.3

Claim 3. By [L6], fff-|f| \le f \le |f| pointwise on [a,b][a,b], and all three functions are integrable by step 2.1 and [L2].

step 2.1L2L6
4.1

By [L3] applied twice, abfabfabf-\int_a^b|f| \le \int_a^b f \le \int_a^b |f|, using ab(f)=abf\int_a^b(-|f|) = -\int_a^b|f| from [L2].

step 3.3L2L3
5.1

Hence abfabf\bigl|\int_a^b f\bigr| \le \int_a^b|f| by [L6], which is claim 3.

step 4.1L6
6.1

The oriented form. For u=vu = v both sides are 00 by [L7]; for u<vu < v it is claim 3 on [u,v][u,v]; and for u>vu > v both uvf\int_u^v f and uvf\int_u^v |f| are the negatives of the corresponding integrals over [v,u][v,u] by [L7], so the two absolute values are unchanged and claim 3 on [v,u][v,u] gives the inequality.

step 5.1L7L8

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 105 results over 21 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources