Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-12
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.

Witness languages for the proper inclusions in the Chomsky hierarchy

Example

A standard witness list for the strict containments is:

  • regular versus context-free: Lab={anbn:n0};
  • context-free versus decidable: Labc={anbncn:n0};
  • decidable versus computably enumerable: ATM.

Facts & Assumptions

Given: The three witness languages listed in the example.

[L1]

The three containments regular context-free decidable computably enumerable are all strict, by The inclusions in the language-class ladder are proper.

[L2]

Every regular language satisfies the regular pumping property, by The pumping lemma for regular languages.

[L3]

Every context-free language satisfies the context-free pumping property, by The pumping lemma for context-free languages.

[L4]

The acceptance problem ATM is computably enumerable, by The Turing-machine acceptance problem is computably enumerable complete.

[L5]

The acceptance problem ATM is undecidable, by The Turing-machine acceptance problem is undecidable.

Verification

technique · direct
1.1

The language Lab is context-free via the grammar SaSbε. If it were regular, [L2] would give a pumping length p, but pumping the word apbp inside its first p symbols changes only the number of a's. So Lab witnesses regularcontext-free.

L2given
1.2

The language Labc is decidable by a machine that first checks the form abc and then counts the three block lengths and compares them. If it were context-free, [L3] would give a pumping length p for the word apbpcp, but any factor vwx with vwxp lies in at most two consecutive blocks, so pumping v and x changes at most two symbol counts and destroys equality of all three counts. Thus Labc witnesses context-freedecidable.

L3given
1.3

By [L4] and [L5], ATM is computably enumerable but not decidable. So it witnesses decidablecomputably enumerable.

L4L5
2.1

These are exactly the three strict containments proved in [L1]. The point of the example is that one should keep the witnesses separate rather than expecting one language to witness every gap at once.

L1step 1.1step 1.2step 1.3

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

23 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.