WhoCites Definitions graph 1 2 Sections Graphs Doc

Who Cites mod guard?
mod_guardDef mod_guard(x;y) == x mod y
Thm* a:, n:. mod_guard(a;n)
modulus Def a mod n == if 0aa rem n ;((-a) rem n)=00 else n-((-a) rem n) fi
Thm* a:, n:. (a mod n)
eq_int Def i=j == if i=j true ; false fi
Thm* i,j:. (i=j)
le_int Def ij == j < i
Thm* i,j:. (ij)
lt_int Def i < j == if i < j true ; false fi
Thm* i,j:. (i < j)
bnot Def b == if b false else true fi
Thm* b:. b

Syntax:mod_guard(x;y) has structure: mod_guard(x; y)

About:
boolbfalsebtrueifthenelseintnatural_numberminussubtractremainder
int_eqlessmemberall!abstraction

WhoCites Definitions graph 1 2 Sections Graphs Doc