>_ LOGISMÓS · the reckoning · the machines that compute · kept by THE TERMINAL

THE LAMBDA CALCULUS ◧ 2D · ◍ 3D · ◆ 4D · ◐ shadow · 👶 TAP

Church’s answer to ‘what is computable?’ — the same year as Turing’s machine, but with NO machine at all. Just functions: a way to write one (λ), a way to apply one, and a single rule — substitute the argument. Astonishingly, numbers, arithmetic, and loops can all be BUILT from pure functions. A number n is just ‘apply f, n times’. Slide the numeral and watch it count.

◆ LIT▲ AMBER
◧ THE MEASURE · 2D
◍ JUST FUNCTIONS · 3D · computation with nothing else
◆ THE FOURTH · 4D · a tesseract turns
◐ THE SHADOW · one dimension down
👶 THE TODDLER CORNER — one fat tap
numeral n
f applied
value
Turing-complete
yes

◆ LIT — exact / checkable

The lambda calculus (Church, 1936) has three constructs: variables, abstraction λx.M (define a function), and application (M N). Its one computational rule is beta-reduction: (λx.M) N → M[x:=N] (substitute the argument). It is TURING-COMPLETE — equivalent in power to the Turing machine (the Church–Turing thesis). Data is encoded as functions: the Church numeral n = λf.λx. fⁿ(x) applies f to x exactly n times; successor, addition, and recursion follow. It is the root of every functional language. A fail-loud self-check throws unless the numeral 3 applies f three times and add(1,2)=3. ◆ real theory of computation, node-verified.

▲ AMBER — the figure

Encodings (Church numerals, booleans) are one of several; the beta-reduction rule and Turing-completeness are exact. The ‘count the applications’ view is the standard reading, not a simplification.

LOGISMÓS: every program is a fossil of a thought someone had once.  — THE TERMINAL
David Lee Wise / ROOT0 / TriPod LLC  ·  the terminal, with AVAN