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

Unique parsing of finite syntax

Statement

Every term and every formula in the delimited coding has exactly one outer constructor, with uniquely determined symbol fields and immediate subexpressions. Each immediate subexpression is shorter than its parent.

Facts & Assumptions

Given: Work in ZF unless the statement explicitly weakens or supplements it; fix the objects and hypotheses of the statement.

[F1]

Terms and formulas as finite set codes defines every constructor by an explicit concatenation map enc: outer parentheses and balance-one commas delimit token fields and complete child words. Terms and formulas are the least subsets of WL closed under those maps.

[F2]

Let P be a property of naturals such that for every nN, if P(m) holds for all m<n then P(n). Then P(n) holds for all nN. (At n=0 the hypothesis is vacuous, so P(0) is forced.) (Strong (complete) induction)

Proof

1.1

Induct on construction stages to verify that every expression starts with an opening parenthesis, ends with its matching closing parenthesis, and has positive parenthesis balance at every nonempty proper prefix. A parent contributes one to the balance while its child words each have nonnegative balance and total balance zero; leaf interiors have no parentheses. Thus these assertions hold for leaves and are preserved by all constructors.

F1
2.1

For a word known to be an expression, the second token is its unique constructor tag. Scan from its opening parenthesis: commas at balance one separate exactly its outer fields, because child interiors have balance at least two. The first return to balance zero is the end of the expression. These boundaries depend only on the word, not on a proposed construction.

step 1.1F1
3.1

The tag prescribes the sorts of the fields, and any function or relation symbol prescribes their number through its arity. The scan therefore recovers every child word uniquely. Existence follows from membership in the constructor closure. Every child omits at least the outer opening, tag and closing tokens, so is shorter; strong induction on length also recovers all descendant parses.

step 2.1F2

Depends on

Used by

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