Nuprl Definition : pcw-pp-tail
pcw-pp-tail(pp) ==  let n,ss = pp in <n - 1, λx.(ss (x + 1))>
Definitions occuring in Statement : 
apply: f a
, 
lambda: λx.A[x]
, 
spread: spread def, 
pair: <a, b>
, 
subtract: n - m
, 
add: n + m
, 
natural_number: $n
Definitions occuring in definition : 
spread: spread def, 
pair: <a, b>
, 
subtract: n - m
, 
lambda: λx.A[x]
, 
apply: f a
, 
add: n + m
, 
natural_number: $n
FDL editor aliases : 
pcw-pp-tail
Latex:
pcw-pp-tail(pp)  ==    let  n,ss  =  pp  in  <n  -  1,  \mlambda{}x.(ss  (x  +  1))>
Date html generated:
2016_05_14-AM-06_13_05
Last ObjectModification:
2015_09_22-PM-05_47_08
Theory : co-recursion
Home
Index