WhoCites Definitions MarkB generic Sections NuprlLIB Doc

Who Cites gcd?
gcdDef gcd(a;b) == if b=0 a else gcd(b;a rem b) fi (recursive)
Thm* a,b:. gcd(a;b)
eq_int Def i=j == if i=j true ; false fi
Thm* i,j:. (i=j)

Syntax:gcd(a;b) has structure: gcd(a; b)

About:
boolbfalsebtrueifthenelseintnatural_numberremainder
int_eqrecursive_def_noticememberall
!abstraction

WhoCites Definitions MarkB generic Sections NuprlLIB Doc