WhoCites Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
f{n} is just f{0..n}.

Who Cites listify?
listifyDef  f{m..n} == if nm nil else f(m).f{(m+1)..n} fi  (recursive)
Thm*  T:Type, m,n:f:({m..n}T). f{m..n T List
le_intDef  ij == j<i
Thm*  i,j:. (ij 
lt_intDef  i<j == if i<j true ; false fi
Thm*  i,j:. (i<j 
bnotDef  b == if b false else true fi
Thm*  b:b  

Syntax:f{m..n} has structure: listify(fmn)

About:
listconsnilboolbfalsebtrueifthenelseintnatural_numberadd
lessapplyfunctionrecursive_def_noticeuniversememberall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions DiscreteMath Sections DiscrMathExt Doc