This is an old revision of the document!
Software Specification and Verification, Fall 2024
This is an introductory course on formal software specification and verification, covering various formalisms, methods, and tools for specifying the properties of a software program and for verifying that the program meets its specification. Its goal is to acquaint the students with fundamentals of formal software verification and to prepare them for conducting research in the area. We will focus on deductive (theorem proving) methods. A separate, complementary course entitled “Automatic Verification” covers algorithmic (model checking) methods.
Announcements
11/27: slides for the Owicki-Gries Method available.
11/20:
Term Project: proposals due 12/13 and final results due 12/27.
11/20: slides and an example for Using Frama-C available.
11/13: slides for Frama-C and ACSL available (revised 11/20).
11/06:
HW#5 due on 11/20.
11/06: slides for Hoare Logic (II): Procedures available.
11/06: solutions to homework assignments:
HW#3.
10/29: slides for Predicate Transformers available (revised 10/30).
10/16:
HW#4 (revised 10/23) due on 10/30.
10/14: slides for Soundness and Completeness of Hoare Logic available (revised 10/23).
10/14: slides for Hoare Logic (I) and two notes available (revised 10/18).
10/09: the class will meet in Room 403 of Management College Building 1, starting from this day till the original room (Room 203) becomes ready again.
10/02:
HW#3 (revised 10/09) due on 10/16.
09/25: solutions to homework assignments:
HW#1,
HW#2 (revised 10/02).
09/24: slides and a note for Coq available (revised 09/26).
09/18:
HW#2 due on 09/25.
09/11:
HW#1 due on 09/18.
09/02:
HW#0 due on 09/11.
09/02: slides for Course Introduction, Propositional Logic, and First-Order Logic and a note on Natural Deduction available.
08/26: this wiki site created to complement the NTU COOL site for this course
Instructor
Yih-Kuen Tsay (蔡益坤), NTU IM Dept., 3366-1189, Xtsay@ntu.edu.twX (between the enclosing pair of X's)
Lectures
Wednesday 2:20-5:20PM, Room 203, Management Building 1
Office Hours
Tuesday 1:30~2:00PM, Wednesday 1:30~2:00PM, or by appointment, Room 1108,
Management Building 2.
TAs
There is no TA for this course.
Prerequisites
Computer Programming and Discrete Mathematics
Textbook
Class Notes and Selected Readings
Syllabus/Schedule (with links to slides/notes)
We shall seek to strike a balance between depth and breadth, covering both the foundations and some of the more successful formalisms, techniques, and tools. Below is a tentative list of topics and their schedule:
Introduction: Reasoning about Programs (.5 week: 09/04a) [
slides]
-
-
-
Predicate Transformers (1 week: 10/30) [
slides]
Procedures: Hoare Logic (II) (1 week: 11/6) [
slides]
-
Concurrent, Reactive Systems: Owicki-Gries Method (1 week: 11/27) [
slides]
-
Selected Topics: Modular/Compositional Reasoning (1 week: 12/11) [
slides]
Final Exam (2024/12/18)
Grading
Homework Assignments 20%, Participation 10%, Final Exam 40%, Term Paper/Report 30%.
References
-
Proof Theory and Automated Deduction, J. Goubault-Larrecq and I. Mackie, Kluwer Academic Publishers, 1997.
Logic in Computer Science: Modelling and Reasoning about Systems, M. Huth and M. Ryan, Cambridge University Press, 2004.
-
Interactive Theorem Proving and Program Development, Y. Bertot and P. Castéran, Springer, 2004.
Software Foundations, B.C. Pierce, C. Casinghino, M. Greenberg, V. Sjöberg, and B. Yorgey. (Note: click on the link to authors' free download site.)
-
Foundations for Programming Languages, J.C. Mitchell, The MIT Press, 1996.
Formal Syntax and Semantics of Programming Languages, K. Slonneger and B.L. Kurtz, Addison-Wesley, 1995.
Verification of Sequential and Concurrent Programs, Third Edition, K.R. Apt, F.S. de Boer, and E.-R. Olderog, Springer, 2009.
The Science of Programming, D. Gries, Springer-Verlag, 1981.
Predicate Calculus and Program Semantics, E.W. Dijkstra and C.S. Scholten, Springer-Verlag, 1990.
Programming from Specifications, 2nd Edition, C. Morgan, Prentice Hall, 1994.
-
-
-
-
-
Software Engineering with B, J.B. Wordsworth, Addison-Wesley, 1996.
Modeling in Event-B: System and Software Engineering, J.-R. Abrial, Cambridge University Press, 2010.
The Temporal Logic of Reactive and Concurrent Systems: Specification, Z. Manna and A. Pnueli, Springer-Verlag, 1992.
Temporal Verification of Reactive Systems: Safety, Z. Manna and A. Pnueli, Springer, 1995.
-
Specifying Systems: The TLA+ Language and Tools for Hardware and Software Engineers, L. Lamport, Addison-Wesley, 2003.
Parallel Program Design: A Foundation, K.M. Chandy and J. Misra, Addison-Wesley, 1988.
A Discipline of Multiprogramming: Programming Theory for Distributed Applications, J. Misra, Springer, 2001
Beauty Is Our Business: A Birthday Salute to Edsger W. Dijkstra, Edited by W.H.J. Feijen, A.J.M. van Gasteren, D. Gries, and J. Misra, Springer-Verlag, 1990
-