Definitions HanoiTowers Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hanoi_PEGDef  Peg == {1...3}
Thm*  Peg  Type
hanoi_peg_permDef  permute(p to r ; q to s)(u) == if u=p r ; u=q s else otherPeg(rs) fi
Thm*  p,r,q,s:Peg. p  q  r  s  permute(p to r ; q to s PegPeg
nequalDef  a  b  T == a = b  T
Thm*  A:Type, x,y:A. (x  y Prop

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

Definitions HanoiTowers Sections NuprlLIB Doc