(13steps)
PrintForm
Definitions
Lemmas
int
2
Sections
StandardLIB
Doc
At:
mod
bounds
2
1
2
1.
a:
2.
n:
3.
a < 0
if ((-a) rem n)=
0
0 else n-((-a) rem n) fi < n
By:
BoolCasesOnCExp (((-a) rem n)=
0)
THEN
RWH ifthenelse_evalC 0
Generated subgoals:
1
4.
((-a) rem n) = 0
0 < n
2
4.
((-a) rem n) = 0
n-((-a) rem n) < n
About:
(13steps)
PrintForm
Definitions
Lemmas
int
2
Sections
StandardLIB
Doc