IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
nat not finite111111 1. n : 2. f : n 3. g : n 4. x:. g(f(x)) = x 5. y:n. f(g(y)) = y 6. (x.if x=0n else f(x-1) fi) (n+1)
7. (y.if y=n 0 else g(y)+1 fi) (n+1) 8. x : 9. x = 0
10. f(x-1) = n g(f(x-1))+1 = x
By:
Inst: x:. g(f(x)) = x Using:[x-1]
Generated subgoals:
None
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html