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

Lambda terms, beta reduction, and the partial functions they represent

Definition

The lambda terms are the finite expressions built from variables by the rules x,(MN),(λx.M). Because they are finite strings over a fixed finite syntax, they admit effective coding.

A beta reduction is one application of the rewrite rule (λx.M)NβM[x:=N], where M[x:=N] denotes capture-avoiding substitution: before substituting, bound variables of M are alpha-renamed when necessary so that no free variable of N becomes bound. Terms that differ only by such a consistent renaming of bound variables are identified up to alpha-equivalence. The relation β denotes the reflexive transitive closure of beta reduction modulo alpha-equivalence.

For each nN, let n be the Church numeral for n. A lambda term F represents a partial function f:NkN when:

  • for every (n1,,nk) in the domain of f, Fn1nkβf(n1,,nk),
  • and for every input tuple outside the domain, the term Fn1nk never reaches a Church numeral by beta reduction.

Such a function is called lambda-definable.

Remarks

  • The represented object is a partial function on natural numbers, not the term itself.

  • The chosen convention is extensional: different lambda terms may represent the same partial function.

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