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 Because they are finite strings over a fixed finite syntax, they admit effective coding.
A beta reduction is one application of the rewrite rule where denotes capture-avoiding substitution: before substituting, bound variables of are alpha-renamed when necessary so that no free variable of 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 , let be the Church numeral for . A lambda term represents a partial function when:
- for every in the domain of ,
- and for every input tuple outside the domain, the term 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
- Jeremy Avigad and Richard Zach, Lambda Definability (standard reference, not scraped)
- A. M. Turing, On Computable Numbers, with an Application to the Entscheidungsproblem (standard reference, not scraped)