Lukas' Notes

Fixed-Point Theorem (Lambda Calculus)

Dec 14, 20251 min read

lambda-calculus

Definition

Fixed-Point Theorem (Lambda Calculus)

Every lambda abstraction has a fixed-point.

Proof

Fixed-Point Theorem (Lambda Calculus)

The Y combinator

Y≡λf.(λx.f(xx))(λx.f(xx))

is a fixed-point generator. It holds that:

YN→β​NYN

for every lambda abstraction N.


Graph View

  • Definition
  • Proof

Created with Quartz v4.4.0 © 2025

  • GitHub