Applied Logic for Computer Scientists
|
This is website includes companion matterial
for the book
Applied
Logic for Computer Scientists Computational Deduction
and Formal Proofs
by M. Ayala-Rincón and F. L. C. de Moura |
Solutions of selected exercises (pdf)
Examples of Formalizations
1. Tutorial on Formal Reasoning with PVS given at Nat@Logic 2015
2. Tutorial on Fomalization of Rewriting in PVS
given at ISR 2014
The NASA
LaRC PVS library contains TRS, a complete library of term rewriting
properties
This library contains the classic sorting algorithms
(mergesort, quicksort, insertion sort, etc) over lists and
sequences of naturals
The NASA LaRC PVS library contains a version of sorting over non-interpreted sorted types
Recommended PVS complete tutorials: