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

A nondeterministic polynomial/logarithmic time separation

Example

For every fixed integer k2, the class NTIME((n+1)k/log2(n+2)) is a proper subclass of NTIME((n+1)k), using all-branch halting.

Facts & Assumptions

Given: A fixed integer k2.

[F1]

For every exact clock Tn there is a language in NTIME(T) outside every recursive a with an and a(n+1)=o(T(n)) (Nondeterministic recursive-padding separation).

Verification

1.1

Build a deterministic clock by first scanning the whole input, making k unary tapes of length n+1, and then executing k nested loops over those tapes. Each loop tape has endpoint marks and its head is the corresponding loop index; after a complete sweep return it to its left mark. The innermost loop makes at least one transition per index tuple. At depth j, a complete traversal including resets has cost at most a fixed multiple of n+1 times the cost at depth j1, plus O(n+1) reset work. Induction gives an upper bound Ck(n+1)k and the (n+1)k tuples give a positive lower bound of that order. Replace bookkeeping stays by right/left excursions if necessary. Make both input bits follow the same scan instructions, and halt after all loops. Its actual runtime Tk(n) therefore depends only on n, is an exact clock, satisfies Tk(n)n, and is Θ((n+1)k). This uses no equivalence between a value constructor and an exact clock.

givenconstruct
2.1

Put g(n)=(n+1)k/log2(n+2) and a(n)=max(n,g(n)). These are total recursive integer functions: g(n) is the least positive integer j with (n+2)j2(n+1)k, an effective search using integer powers. Since g(n)(n+1)k/log2(n+2)+1, for a fixed lower constant ck>0 of Tk one has a(n+1)Tk(n)n+1ck(n+1)k+(n+2)kck(n+1)klog2(n+3)+1ck(n+1)k0. The first term tends to zero because k is at least two; the ratio of the k-th powers in the second is bounded while its logarithm diverges. Thus a satisfies F1.

F1step 1.1
3.1

F1 supplies a language in NTIME(Tk) outside NTIME(a). Constant-factor equivalence of Tk and (n+1)k identifies their classes directly from the big-O definition. As ga, NTIME(g) is contained in NTIME(a), so that language also lies outside NTIME(g). Finally g(n)(n+1)k+1=O((n+1)k) gives the inclusion NTIME(g) in the upper class by the same bound comparison. Combining inclusion and the witness makes it proper. At n=0, g(0)=a(0)=1; finite initial lengths do not disturb any class comparison. The construction is finite for each k and uses no AC.

F1step 1.1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

8 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