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