Definitions FTA Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
assertDef  b == if b True else False fi
Thm*  b:b  Prop
lelt_intDef  i  j < k == (ij)(j<k)
Thm*  i,j,k:i  j < k  
bandDef  pq == if p q else false fi
Thm*  p,q:. (pq 
iffDef  P  Q == (P  Q) & (P  Q)
Thm*  A,B:Prop. (A  B Prop
le_intDef  ij == j<i
Thm*  i,j:. (ij 
leltDef  i  j < k == ij & j<k
lt_intDef  i<j == if i<j true ; false fi
Thm*  i,j:. (i<j 

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

Definitions FTA Sections DiscrMathExt Doc