Introduction

Notes

Math

Epistemology

Search

Andrius Kulikauskas

  • m a t h 4 w i s d o m - g m a i l
  • +370 607 27 665
  • My work is in the Public Domain for all to share freely.

用中文

  • 读物 书 影片 维基百科

Introduction E9F5FC

Questions FFFFC0

Software


Automata

How can the main kinds of automata in the Chomsky hierarchy be expressed in lambda calculus?


读物

A063573 Counts the number S(n) of lambda terms at level n, in the case of a single variable.

  • Let V be the number of variables.
  • {$S(n+1) = VS(n) + 2S(n)\sum_{i=0}^{n-1}S(i) + S(n)S(n)$}
  • This comes from two steps.
    • Add {$\lambda x.\_ $} in front of a lambda term from level n.
    • Combine two lambda terms {$( \_\;\_ )$} at least one of which comes from {$S(n)$}.
    • When V=1 we get 1,2,10,170,33490...
    • When V=2 we get 2,8,112,15008...

Calculate the combinatorics of the lambda-calculus on a single variable, and if possible, on two or more variables. Is the lambda-calculus equivalent to the recursion relation for orthogonal polynomials?

Edit - Upload - History - Print - Recent changes
Search:
This page was last changed on September 08, 2023, at 10:13 AM