Remark
WhoCites
Definitions
DiscreteMath
Sections
DiscrMathExt
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
How to step from pair to pair exhaustively
Who Cites next
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
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Remark
WhoCites
Definitions
DiscreteMath
Sections
DiscrMathExt
Doc