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.

Effective binary encodings and total decoders

Definition

Let B:={0,1}. A binary encoding of a set X is an injective function e:XB (A function is a relation f with (a,b)f and (a,c)f implying b=c; f:AB, the value f(a), domain and codomain, Injection, surjection, bijection).

Fix a symbol mal not belonging to X. A total decoder for e is a function d:BX{mal} such that d(e(x))=x(xX),d(w)=mal(we[X]). Thus mal is exactly the output on malformed codes, and the decoder is defined on every binary word, not only on words in the image of e.

The encoding e is effective when such a total decoder is specified.

The encoding is prefix-free when no codeword is a proper prefix of another: there do not exist distinct x,yX and a nonempty binary word u with e(y)=e(x)u.

Remarks

  • Effectiveness here means injective plus explicitly decodable with a fixed malformed-code output. It does not yet formalize computation by Turing machines.

  • Prefix-freeness is an additional property, not part of the definition of an effective encoding.

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