Add PVS source files
C.pvs
and
D.pvs
to subdirectory
class/student_id/2
of your homework directory.
Using PVS, prove the theorems in each file and generate status files
C.status
and
D.status
Note: The last result in
D.pvs,
THEOREM D_10, is optional; in fact,
you will be unable to complete its proof using the commands we have seen so far,
but it is worthwhile to try.
Deposit all
*.status,
*.prf,
and
*.pvs
files to your SVN directory.
Notes and Hints:
The PVS source files contain additional instructions.
In
C.pvs,
you are to use onlySPLIT,
FLATTEN,
INST,
SKOLEM,
LEMMA,
SIMPLIFY,
and
ASSERT.
In
D.pvs,
you will need need
EXPAND
and
REPLACE
in addition to the commands above.