Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-adaptedPipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-09-10
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.

Strong law estimator of an integrable mean

Example

Assume AC. The probability law with F(x)=0 for x<1 and F(x)=1x3/2 for x1 has density ρ(x)=(3/2)x5/21[1,)(x), mean 3 and infinite second moment. The sample means of IID copies converge almost surely to 3.

Facts & Assumptions

[F1]

Continuity and derivatives of positive-base real powers: For a>0, the function xax is continuous on R and (ax)=axloga. For αR, the function xxα is continuous and differentiable on (0,), with (xα)=αxα1.

[F2]

Probability laws correspond to distribution functions: Assume the Axiom of Countable Choice.

  1. Let X be a real random variable, let PX be its law, and let FX(x)=P(Xx). Then FX is nondecreasing and right-continuous, satisfies limxFX(x)=0,limx+FX(x)=1, and obeys PX((a,b])=FX(b)FX(a)(a<b).
  2. Conversely, if F:RR is nondecreasing and right-continuous with limxF(x)=0,limx+F(x)=1, then there is a unique Borel probability measure μ on R such that μ((a,b])=F(b)F(a)(a<b), equivalently F(x)=μ((,x])(xR).
[F3]

The indefinite integral of a nonnegative measurable function is a measure: Let f:X[0,+] be measurable and define νf(A):=Afdμ(AA). Then νf is a measure on (X,A).

[F4]

A continuous function on [a,b] is Riemann integrable, by Heine-Cantor and Riemann's criterion: Let a<b be reals and let f:[a,b]R be continuous on [a,b] (def-continuity-real). Then f is bounded (def-bounded-set) and Riemann integrable on [a,b] (def-darboux-integral).

The proof gives more than integrability: it gives a partition that works. For every real ε>0 the uniform partition into N parts already satisfies U(f,P)L(f,P)<ε, as soon as N is large enough that (ba)/N is below the δ that uniform continuity supplies for ε/(2(ba)). Uniform continuity is exactly what makes one δ serve all N subintervals at once, and it is the only place where the compactness of [a,b] is used.

[F5]

The second fundamental theorem: if G is differentiable on [a,b] with G=f and f is integrable, then abf=G(b)G(a): Let a<b be reals, let G:[a,b]R be differentiable at every point of [a,b] as a function on [a,b] (def-derivative; at a and b this is the one-sided derivative), let f:=G, and suppose f is integrable on [a,b] (def-darboux-integral). Then

abf  =  G(b)G(a).

Both hypotheses are needed and neither is removable. A function may be differentiable everywhere with G not integrable — then the left-hand side does not exist (an everywhere differentiable function with unbounded derivative) — and an integrable f need not be the derivative of anything (the sign function); both witnesses are on the companion page.

No continuity of f is assumed, which is what makes this the working form: the theorem evaluates abf for every integrable derivative, not only for continuous integrands.

[F6]

A bounded Riemann integrable function on a closed bounded interval is Lebesgue measurable and has the same integral: Assume the Axiom of Countable Choice. Let a<b and let f:[a,b]R be bounded and Riemann integrable. Then f is Lebesgue measurable on [a,b] and is integrable there, and its Lebesgue integral equals its Riemann integral: [a,b]fdλ1=abf(x)dx.

This is the point at which the completeness of Lebesgue measure is used essentially: the proof obtains a Borel function equal to f almost everywhere, and measurability of f itself is then a completeness statement.

[F7]

Monotone convergence for the integral: Let 0f1f2 be measurable and suppose fn(x)f(x) for every x. Then fndμfdμ.

[F8]

Measures agreeing on a generating pi-system are equal under an increasing finite-measure exhaustion from that pi-system: Let P be a π-system on X generating A, and let μ,ν be measures on (X,A) that agree on P. Suppose there is an increasing sequence (Pn) in P with

X=nPn,μ(Pn)=ν(Pn)<+(nN).

Then μ=ν on A.

[F9]

Layer-cake formulas for random variables: Let (Ω,F,P) be a probability space.

  1. If X:Ω[0,+] is measurable, then E[X]=0P(X>t)dt, where the right-hand side may be +.
  2. If X is an integrable real random variable, then E[X]=0P(X>t)dt0P(X<t)dt.
[F10]

For 0 < p < infinity, the layer-cake formula computes the integral of |f|^p from the distribution function: Let (X,A,μ) be a measure space, let f:XC be measurable, and let 0<p<. Then Xfpdμ=p0tp1μ({f>t})dt=p0tp1Af(t)dt, where either side may be +.

[F11]

The recursion theorem: Let (N,0,σ) be a Peano system (def-peano-system), in particular the natural numbers N (def-natural-numbers). For any set A, any element aA, and any function f:AA, there is a unique function g:NA such that g(0)=a and g(σ(n))=f(g(n)) for all nN.

[F12]

The axiom of dependent choice: a relation in which every element is related to something admits an N-indexed chain: Let X be a set and let RX×X be a binary relation on X. Call R entire on X when

for every xX there is yX with xRy.

The Axiom of Dependent Choice, written DC, is the following statement.

For every nonempty set X, every relation R entire on X, and every aX, there is a function x:NX (def-function, def-natural-numbers) with x0=aandxnRxn+1  for every nN.

Here a sequence in X means a function from N to X, not necessarily a real-valued sequence. As everywhere in this library N contains 0, and the sequence is indexed from 0; the term x0 is the prescribed starting point a and every later term is related to its predecessor.

What DC adds to what came before. def-choice-function and def-axiom-of-choice select one element from each member of a family that is fixed in advance, and def-countable-choice does the same for a family indexed by N. In both, the family is given before any selection is made. DC is the principle needed when the n-th set to select from is not known until the first n selections have been made: here the admissible values of xn+1 are exactly the R-successors of xn, so the family being chosen from is built along the choosing. That is precisely the situation ACω does not cover, and it is why a construction "pick xn+1 depending on xn, for every n at once" is not licensed by countable choice.

The starting point may be dropped. The formally weaker statement obtained by deleting the clause x0=a — for every nonempty X and every entire R there is a sequence with xnRxn+1 for all n — is an immediate consequence of the form above, since X is nonempty and any of its elements may be taken as a. The reverse derivation is standard and is not needed anywhere in this library, so it is not carried out; every use below prescribes x0.

R need not be an order and the terms need not be distinct. What DC delivers is a sequence, that is a function NX, not a chain in the order-theoretic sense (def-chain). The relation may be symmetric, and the sequence may repeat a value or be constant; all that is asserted is xnRxn+1 at every index.

[F13]

Countably many independent copies of a prescribed law exist: Assume countable choice and dependent choice. Every probability measure ν on (S,Σ) is the common law of a countable independent family of S-valued random elements.

[F14]

Kolmogorov iid l1 strong law: For IID real (Xn)n1 with EX1<, Sn/nμ=EX1 almost surely.

Verification

Given: The objects, hypotheses and definitions in the statement. Its conclusions are to be established below.

1.1

F1 makes F continuous at 1 and on each side, nondecreasing, and gives its limits 0 and 1 at infinity. AC implies CC by choosing from each member of a countable nonempty family, so F2 constructs its unique probability law.

F1F2
2.1

The displayed nonnegative Borel density defines a measure by F3. On [1,R], F4 and F5 with primitive x3/2 give 1Rρ(x)dx=1R3/2. F6 applies under the CC from step 1.1. F7 extends these nonnegative compact integrals to total mass one. The same calculation on every interval gives the increments of F; F8 on finite intervals identifies the density measure with the law in step 1.1.

F3F4F5F6F7F8step 1.1
3.1

The tail is P(X>t)=1 for 0t<1 and t3/2 for t1. F9 and F10 give EX=1+1t3/2dt and EX2=1+21t1/2dt. The primitives 2t1/2 and 2t evaluate compact integrals as 2(1R1/2) and 2(R1). The compact comparison and increasing-truncation argument in step 2.1 therefore give EX=3 and EX2=.

F9F10step 2.1
4.1

For any entire relation R, AC selects a successor function s and F11 iterates it from an arbitrary prescribed starting point; this proves F12. Together with the CC from step 1.1 it licenses F13. Apply F14 to these copies: step 3.1 verifies integrability with mean 3, although the second moment is infinite.

F11F12F13F14step 1.1step 3.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

101 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