IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
next nat pair vs prev nat pair211 1. y1 : 2. y2 : 3. <y1,y2> = <0,0>
next_nat_pair(prev_nat_pair(<y1,y2>)) = <y1,y2>
By:
Compute
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
THEN
SplitITE Concl THEN Reduce Concl