Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablePipeline-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.

Terms and formulas as finite set codes

Definition

For an alphabet token x, let [x] denote the one-letter word. If each ui is either a token or a word, define the fully delimited serialization

enc(u0,,uk1)=[(]uˉ0[,][,]uˉk1[)],

where uˉi=[ui] for a token field and uˉi=ui for a word field. Concatenation is the set function defined in Set signatures and finite syntax strings, so every displayed constructor below is an actual member of WL.

A leaf term is enc(var,vi) or enc(const,c). A composite term is enc(fun,f,t1,,tn) with a(f)=n. Atomic formulas are enc(eq,s,t) and enc(rel,R,t1,,tn) with a(R)=n. Formula constructors are enc(neg,ϕ), enc(and,ϕ,ψ), and enc(exists,vi,ϕ). The punctuation, tag, and symbol fields are tokens; an immediate subexpression field is inserted by concatenating its complete word.

Formally, start with the leaf terms and no formulas, repeatedly apply these serialization maps to the current pair of subsets of WL, and take the two unions over ω. The one-stage map is a function on the set P(WL)2, so natural recursion applies. Each finite list of arguments appears by a common finite stage; hence the union is closed. Induction on stages puts it inside any constructor-closed pair containing the leaves. These are the least term and formula sets, denoted TermL and FormL.

We print the familiar abbreviations f(t1,,tn), s=t, R(t1,,tn), ¬ϕ, ϕψ and viϕ. Define ϕψ:=¬(¬ϕ¬ψ), ϕψ:=¬(ϕ¬ψ) and viϕ:=¬vi¬ϕ. In the pure membership signature there is just one binary relation symbol and every term is a variable.

Conventions and prerequisites: Set signatures and finite syntax strings, The recursion theorem.

Depends on

Used by

Dependency tree · two levels

5 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