Lukas' Notes

Successor Function

May 01, 20261 min read

lambda-calculus

Definition

Successor Function

The successor function S is a combinator that is used to get the next number of a Church numeral and is defined as:

S≡λn.λf.λx.nf(fx)

Graph View

Backlinks

  • 192.017 Theoretical Computer Science

Created with Quartz v4.4.0 © 2026

  • GitHub