Definitions HanoiTowers Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
eq_hanoi_PEGDef  p=q == if p=q true ; false fi
Thm*  p,q:Peg. (p=q 
hanoi_PEGDef  Peg == {1...3}
Thm*  Peg  Type
hanoi_otherpegDef  otherPeg(xy) == 6-(x+y)
Thm*  x,y:Peg. x  y  otherPeg(xy Peg
nequalDef  a  b  T == a = b  T
Thm*  A:Type, x,y:A. (x  y Prop

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

Definitions HanoiTowers Sections NuprlLIB Doc