Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge 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.

Finite tuples admit effective prefix-free binary encodings

Statement

For every fixed k1, the set of binary k-tuples (w1,,wk)({0,1})k has an effective prefix-free binary encoding.

Facts & Assumptions

Given: A fixed integer k1.

[L1]

An effective binary encoding is an injective map into {0,1} equipped with a total decoder having a fixed malformed-code output, and prefix-free means that no codeword is a proper prefix of another, by Effective binary encodings and total decoders.

Proof

technique · direct
1.1

First encode a single binary word by c(w):=1w0w. From the initial block of 1's and the following 0, one reads off w and then reads exactly that many remaining bits, so c is injective and has a total decoder that either returns the uniquely parsed word or the malformed token of [L1].

givenL1construct
2.1

For the fixed tuple length k, define E(w1,,wk):=1k0c(w1)c(wk). The initial block 1k0 tells the decoder that exactly k self-delimiting blocks must follow. Parsing those k blocks recovers a unique tuple when the input has the required form, and otherwise the decoder returns the malformed token. Hence E is an effective encoding in the sense of [L1].

step 1.1L1construct
3.1

The encoding E is prefix-free. Indeed, once the parser has read the initial block 1k0, it knows that the codeword ends exactly after the kth self-delimiting block. So a valid codeword cannot be a proper prefix of a different valid codeword with extra unread bits at the end.

step 2.1L1
4.1

Therefore ({0,1})k admits an effective prefix-free binary encoding.

step 2.1step 3.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

4 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