Nuprl Definition : colength

colength(L)==r if Ax then otherwise let a,b in colength(b)

colength(L) ==  fix((λcolength,L. if Ax then otherwise let a,b in (colength b))) L



Definitions occuring in Statement :  isaxiom: if Ax then otherwise b apply: a fix: fix(F) lambda: λx.A[x] spread: spread def add: m natural_number: $n
Definitions occuring in definition :  fix: fix(F) lambda: λx.A[x] isaxiom: if Ax then otherwise b spread: spread def add: m natural_number: $n apply: a
FDL editor aliases :  colength
Latex:
colength(L)==r  if  L  =  Ax  then  0  otherwise  let  a,b  =  L  in  1  +  colength(b)


Latex:
colength(L)  ==    fix((\mlambda{}colength,L.  if  L  =  Ax  then  0  otherwise  let  a,b  =  L  in  1  +  (colength  b)))  L



Date html generated: 2016_05_14-AM-06_25_28
Last ObjectModification: 2015_12_03-PM-02_04_41

Theory : list_0


Home Index