Lukas' Notes

Home

❯

Knowledge

❯

Successor Function

Successor Function

Jul 25, 20251 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

Created with Quartz v4.4.0 © 2025

  • GitHub