Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-01
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.

A labelled tree and its Prüfer code computed in both directions

Statement

On labels 5={0,1,2,3,4}5=\{0,1,2,3,4\}, the tree with edges

{02,12,23,24}\{02,12,23,24\}

has Prüfer code (2,2,2)(2,2,2), and decoding this word returns the same tree.

012341:22:23:2¯naledgedeletionstage:recordedneighbourPrufercode(2,2,2)

Facts & Assumptions

Given: The displayed labelled graph TT.

[F1]

Encoding deletes the least leaf and records its neighbour (The Prüfer code of a tree on a finite set of natural labels).

[F2]

At each decoding stage, the least unused label absent from the remaining word is joined to its first symbol; the final two unused labels are then joined.

Verification

technique · direct computation
1.1

Initially the leaves are 0,1,3,40,1,3,4. Delete 00 and record 22; then delete 11 and record 22; then delete 33 and record 22. Thus the code is (2,2,2)(2,2,2).

F1
1.2

To decode, the least label absent from (2,2,2)(2,2,2) is 00, so add 0202; for the suffix (2,2)(2,2) choose 11 and add 1212; for (2)(2) choose 33 and add 2323.

F2
2.1

The unused labels are then 2,42,4, so add 2424. The recovered edge set is exactly {02,12,23,24}\{02,12,23,24\}.

step 1.2L1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 36 results over 22 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources