Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-30
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.

Computation alphabets, words, the empty word, and Σ

Definition

Let Σ be a finite set, called an alphabet. For each natural number n, a word of length n over Σ is a function w:nΣ, equivalently an element of Σn (The set BA of all functions AB). Writing w(i)=ai for i<n, we display the word as a0a1an1. This is the same finite-word convention already used in Finite words, contiguous factors, avoidance and proper-prefix states.

The unique word of length 0 is the empty word ε.

If u:mΣ and v:nΣ are words, their concatenation is the word uv:(m+n)Σ defined by (uv)(i):={u(i),i<m,v(im),mi<m+n.

The set of all finite words over Σ is Σ:=nNΣn, an indexed union in the sense of iIAi:={Ai:iI}, and iIAi:={Ai:iI} for I.

Remarks

  • A word is an element of Σ, not a subset of Σ. The symbols of the alphabet are the values of the function; the word itself is the whole finite sequence.

  • For the binary alphabet {0,1} the notation {0,1} means every finite binary word, including ε.

Depends on

Used by

Dependency tree · two levels

12 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