Definitions mb nat Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
rel_starDef (R^*)(x,y) == n:x R^n y
Thm* T:Type, R:(TTProp). (R^*)  TTProp
natDef  == {i:| 0i }
Thm*   Type
rel_expDef R^n == if n=0 x,yx = y  T else x,yz:T. (x R z) & (z R^n-1 y) fi
Def (recursive)
Thm* n:T:Type, R:(TTProp). R^n  TTProp
rel_impliesDef R1 => R2 == x,y:T. (x R1 y (x R2 y)
Thm* T:Type, R1,R2:(TTProp). R1 => R2  Prop

About:
ifthenelseintnatural_numbersubtractsetlambda
applyfunctionrecursive_def_noticeuniverseequalmember
propimpliesandallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb nat Sections MarkB generic Doc