int
2
Sections
StandardLIB
Doc
Rank
Theorem
Name
7
Thm*
a:
, b:
. ((-a) rem b) = -(a rem b)
[rem_antisym]
cites
5
Thm*
a:{...0}, n:
. (a rem n) = -((-a) rem n)
[rem_2_to_1]
6
Thm*
a:
, b:
. (a rem -b) = (a rem b)
[rem_sym]
int
2
Sections
StandardLIB
Doc