WhoCites Definitions int 2 Sections StandardLIB Doc

Who Cites ge?
ge Def ij == ji
Thm* i,j:. ij Prop
le Def AB == B < A
Thm* i,j:. ij Prop
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)
nat_plus Def == {i:| 0 < i }
Thm* Type
not Def A == A False
Thm* A:Prop. (A) Prop
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

About:
boolbfalsebtrueifthenelseintnatural_numberminussubtract
remainderint_eqlessless_than
setuniversememberpropimpliesfalseall
!abstraction

WhoCites Definitions int 2 Sections StandardLIB Doc