Nuprl Definition : seq-append

seq-append(n;m;s1;s2) ==  λi.if (i) < (n)  then s1 i  else if (i) < (n m)  then s2 (i n)  else ⊥



Definitions occuring in Statement :  bottom: less: if (a) < (b)  then c  else d apply: a lambda: λx.A[x] subtract: m add: m
Definitions occuring in definition :  lambda: λx.A[x] less: if (a) < (b)  then c  else d add: m apply: a subtract: m bottom:
FDL editor aliases :  seq-append

Latex:
seq-append(n;m;s1;s2)  ==    \mlambda{}i.if  (i)  <  (n)    then  s1  i    else  if  (i)  <  (n  +  m)    then  s2  (i  -  n)    else  \mbot{}



Date html generated: 2016_05_13-PM-03_48_26
Last ObjectModification: 2015_09_22-PM-05_45_17

Theory : bar-induction


Home Index