(5steps total) PrintForm Definitions HanoiTowers Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: hanoi peg perm comp2

  p,r,q,s:Peg. p  q  r  s  permute(p to r ; q to s)(q) = s

By: Compute
Copermute(p to r ; q to s)(q) * if q=p r ; q=q s else otherPeg(rs) fi


Generated subgoal:

1 1. p : Peg
2. r : Peg
3. q : Peg
4. s : Peg
5. p  q
6. r  s
  if q=p r ; q=q s else otherPeg(rs) fi = s

4 steps

About:
ifthenelseapplyequalimpliesallmarked_clause_thenmarkup_tag
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

(5steps total) PrintForm Definitions HanoiTowers Sections NuprlLIB Doc