Nuprl Definition : seq-add

seq-add(s;x) ==  let n,f in <1, λi.if i <then else fi >



Definitions occuring in Statement :  ifthenelse: if then else fi  lt_int: i <j apply: a lambda: λx.A[x] spread: spread def pair: <a, b> add: m natural_number: $n
Definitions occuring in definition :  apply: a lt_int: i <j ifthenelse: if then else fi  lambda: λx.A[x] natural_number: $n add: m pair: <a, b> spread: spread def
FDL editor aliases :  seq-add

Latex:
seq-add(s;x)  ==    let  n,f  =  s  in  <n  +  1,  \mlambda{}i.if  i  <z  n  then  f  i  else  x  fi  >



Date html generated: 2018_07_25-PM-01_29_37
Last ObjectModification: 2018_06_19-AM-10_12_13

Theory : arithmetic


Home Index