3
votes
2answers
402 views
Turing-complete primitive blind automata
Let $N$ be the set of natural numbers, $S$ be the set of finite binary sequences, and
$Q = [N \rightarrow N] \times [N \rightarrow N],$
where $[N \rightarrow N]$ is the set of al …
0
votes
0answers
72 views
Schönhage’s SMM with only one instruction
It is possible to implement $\lambda$-calculus in Schönhage's storage modification machine using an infinite set of nodes and one single program consisted exclusively of (about hun …
1
vote
0answers
60 views
combinator SSS(SS)SS is not strongly normalizing. Why?
I highly speculate that combinator SSS(SS)SS is not strongly normalizing. What is the argument for the non strong normalization?
1
vote
0answers
112 views
Hypothesis: interaction-based model for maximum consistent theories
We are looking for counter-examples to the following
Hypothesis. In interaction calculus $\langle \varnothing\ |\ \Gamma(M, x) \cup \Gamma(N, x)\rangle \downarrow \langle \varnoth …
1
vote
0answers
107 views
Is it possible to implement η-reduction in interaction nets?
There are several ways to encode λ-terms in interaction nets; for instance, using the original optimal algorithm by Lamping, or compiling λ-calculus into interaction combinators. H …
0
votes
0answers
43 views
Optimal Reduction in Interaction Calculus
We work in interaction calculus.
Let $\Sigma = \{\lambda, \psi, \delta, \epsilon\}$, $\text{Ar}(\lambda) = \text{Ar}(\psi) = \text{Ar}(\delta) = 2$, and $\text{Ar}(\epsilon) = 0$. …
0
votes
0answers
81 views
Recursive relation using successor function
What is the recursive relation for
H(m)=2^(m^2)
using successor function
recursive relation for multiplication:
mult(x,0)=0;
mult(x,S(y))=add(x,mult(x,y))
recursive relation for a …
0
votes
1answer
219 views
Universality of blind graph rewriting
Let us consider $S(M) = \{(f_0, f_1) | f_0, f_1: M \rightarrow M\}$, where $M$ is a finite set. Each element of $S(M)$ is equivalent to a finite directed
graph with the set of node …
3
votes
1answer
542 views
Algebraic structure generated by primitive graph operations
Let $M$ be a finite set, and
$S(M) = \{(f_0, f_1) | f_0, f_1: M → M\}$.
Each element of $S(M)$ can be considered as a finite directed graph with the set of nodes $M$, which has e …
1
vote
0answers
111 views
Simple typed lambda calculus
In simple typed lambda calculus,are there any examples that the two closed subterms M and N are well typed but (M N) is not typeable?
0
votes
0answers
156 views
Compiling the lambda-calculus into Interaction Combinators
Are there known compilations of the lambda calculus into interaction combinators other than that one by Mackie and Pinto in a same-name paper of 1998? We are interested in further …
0
votes
0answers
96 views
Looking for counterexamples to optimality by Levy
Let us encode $λ$-expressions into interaction nets as
with both abstraction and application nodes being interaction combinator $γ$.
For sharing nodes, let us choose such an ag …
5
votes
7answers
12k views
Difference between a ‘calculus’ and an ‘algebra’
What is really the conceptual difference between a calculus and an algebra.
Eg. Is SKI combinator calculus really a calculus?
A friend claims that free variables are fundamental …
3
votes
7answers
2k views
What is some good introduction to lambda calculus?
I have some background in set theory and automata and I am looking for a good place to start with lambda calculus.
5
votes
4answers
553 views
Why is alpha-reduction in untyped $\lambda$-calculus substitutive?
This is something all introductory texts seem to avoid proving, and many even avoid stating.
We consider untyped $\lambda$-terms on some countably infinite alphabet. If $x$ is a v …

