(12steps total) PrintForm Definitions Lemmas DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: nat not finite 1 1 1 1 1 1

1. n : 
2. f : n
3. g : n
4. x:g(f(x)) = x
5. y:nf(g(y)) = y
6. (x.if x=0 n 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:
ifthenelseintnatural_numberaddsubtract
lambdaapplyfunctionequalmember
all
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

(12steps total) PrintForm Definitions Lemmas DiscreteMath Sections DiscrMathExt Doc