Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-26
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.

There is a bijection TnDn for every n

Statement

For every natural number n there is a bijection

Φn:TnDn

from the binary trees of size n (Binary trees, defined recursively, and their size) to the Dyck paths of semilength n (Dyck paths of semilength n).

Facts & Assumptions

Given: a natural number n.

[F1]

Every tree in Tn+1 is determined by an index in, a left subtree in Ti and a right subtree in Tni (Binary trees, defined recursively, and their size).

[L1]

Every Dyck path of semilength n+1 factors uniquely as UPDQ with PDi and QDni for a unique index in (Every Dyck path of semilength n+1 factors uniquely as UPDQ with PDi and QDni).

Proof

technique · induction
1.1

[base] The set T0 has the single tree {ε} and D0 has the single empty path, so Φ0 sending {ε} to the empty path is a bijection.

given
1.2

[ih] Assume that for every index jn a bijection Φj:TjDj has already been constructed.

given
2.1

For a tree TTn+1 write its recursive data as (i,L,R) as in [F1], with LTi and RTni, and define Φn+1(T) to be the Dyck path whose step word is U, then the step word of Φi(L), then D, then the step word of Φni(R). This lands in Dn+1 by the defining condition on Dyck paths.

F1step 1.2
2.2

For a Dyck path QDn+1, the first-return factorisation of [L1] writes Q uniquely as UPDQ with PDi and QDni for a unique in, so the induction hypothesis supplies unique trees L:=Φi1(P) and R:=Φni1(Q) and therefore a unique tree T with recursive data (i,L,R). Define Ψn+1(Q):=T.

L1step 1.2
3.1

The definitions of Φn+1 and Ψn+1 undo one another: starting from a tree, the factorisation recovered from its image is the same recursive split, and starting from a Dyck path, the tree recovered from its first return rebuilds the same path. Hence Ψn+1Φn+1=ΔTn+1 and Φn+1Ψn+1=ΔDn+1, so Φn+1 is a bijection by [L2].

L2step 2.1step 2.2discharge-induction

Remarks

  • The proof is a transport of the same recursion on two different families. Binary trees split at the root into left and right subtrees; Dyck paths split at their first return into an inner and an outer path. The bijection is that identification written as a two-sided inverse.

Depends on

Used by

Dependency tree · two levels

23 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