| Some definitions of interest. |
|
nat_to_nat_pair | Def nat_to_nat_pair(i) == next_nat_pair{ i}(<0,0>) |
| | Thm* nat_to_nat_pair       |
|
next_nat_pair | Def next_nat_pair(xy) == xy/x,y. if y= 0 <0,x+1> else <x+1,y-1> fi |
| | Thm* next_nat_pair         |
|
eq_int | Def i= j == if i=j true ; false fi |
| | Thm* i,j: . (i= j)  |
|
nat | Def == {i: | 0 i } |
| | Thm* Type |
|
not | Def A == A  False |
| | Thm* A:Prop. ( A) Prop |