(18steps total) PrintForm Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: next nat pair vs prev nat pair 2 1 2 1

1. y1 : 
2. y2 : 
3. <y1,y2> = <0,0>
4. next_nat_pair(prev_nat_pair(<y1,y2>)) = <0,0>
  <y1,y2> = <0,0>  


By: Compute-1
Conext_nat_pair(prev_nat_pair(<y1,y2>))
Co*
Coif y1=0 <y2-1,0> else <y1-1,y2+1> fi/x,y. if y=0 <0,x+1> else <x+1,y-1> fi


Generated subgoal:

1 4. (if y1=0 <y2-1,0> else <y1-1,y2+1> fi/x,y.
4. (if y=0 <0,x+1> else <x+1,y-1> fi)
4. =
4. <0,0>
4.  
  <y1,y2> = <0,0>  

5 steps

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

(18steps total) PrintForm Definitions DiscreteMath Sections DiscrMathExt Doc