A Course on Correctness by Construction

Motivation and Goals

Software is becoming increasingly complex and responsible for critical tasks. Any technology aimed at ensuring the reliability and quality of software will be increasingly relevant, if not utterly necessary.

Only rigorous (e.g., mathematically sound) approaches can certify software with the highest possible assurance. These approaches include, among others, the use of specification languages, high-level programming languages (including equational, functional, and logic languages), the use of model checking and deductive verification, language-based approaches often interacting with theorem provers.

In this course we will give a hands-on introduction to rigorous software development methods that follow a “correctness-by-construction” approach.

While the course is not heavy in theory, everyone is expected to have a good understanding of first-order logic and programming experience. We will explore several methodologies that have approaches and underlying technical bases, but which share a common overarching goal: develop programs while making sure that non-trivial properties, expressing high-level design requirements regarding correctness, fairness and sometimes efficiency, are continuously respected.

OR-Left

To follow this course, you should have programming experience (three years or more), familiarity with formal (first-order) logic, formal proofs, logic programming, and concurrent programming. If you think you do not meet these requirements, please get in touch ASAP with one instructor to recommend you reading material.

Course Log and Pointers to Class Material

Click on the dates to expand the lecture’s content.

System Modelling using Refinement and Interactive Theorem Proving

07/02/2024: Introduction to rigorous software construction & first steps in Event B
14/02/2024: An introductory example in Event B; initial ideas on correctness; logic and proof; sequents, inference rules and Gentzen-style proofs.
21/02/2024: Predicate logic and use of Rodin

We finished reviewing predicate logic and presented Rodin with an example on search in a vector. In Rodin we coded the Integer Division model and started the model for the search in an unsorted vector.

28/02/2024: Search: linear and binary search

We continued with the linear search and we explored how to make the refinement proofs as clean as possible. We modeled quasi-binary search and hinted at how some proofs that are not automatically discharged could be attacked. Slides, model so far.

06/03/2024: Binary search proofs. Reactive systems.

We finished the proofs of the binary search model. We started the model of a reactive system: a software controller for the traffic lights of a narrow bridge.

13/03/2024: Cars and narrow bridge. I added here a comment about the mismatch between what is in the slides and what we see in Rodin. Click on the triangle on the right to expand and check it.

These are the slides of the lectures so far and the model which you can import to compare with yours.

Note: due to a bug introduced in Rodin 3.8, some of the proofs that were discharged by the automatic provers in previous are not discharged now. According to the developers, that will be fixed in Rodin 3.9. In the meantime, the behavior of Rodin 3.8 does not exactly conform with what appears in the slides, and some manual intervention is needed. I mentioned that in a mail to the list, and I have made a short video showing some possibilities. Please check it here.

20/03/2024: Cars and narrow bridge.

We finished the model to control the traffic lights of a narrow bridge through which cars only can go in one direction. Here is the complete model and the set of slides.

27/03/2024: No lecture (Easter)

03/04/2024: We reviewed fundamental concepts of the foundations of the Event-B toolkit (sets, relations, functions) and how to define and prove properties of data structures.
10/04/2024: We started the model of a synchronization algorithm for distributed processes

Here are the slides and the model so far

17/04/2024: Finish process synchronization

We finished the process synchronization model. The final model is here and the final slides (revised, to make sure all proofs can be done as in the slides) are here.

24/04/2024:

1/05/2024: No lecture

8/5/2024:

15/5/2024: No lecture

Project Presentation Sessions

We plan one or two presentation sessions. We may have to use additional sessions depending on the number of project teams.

22/05/2024: Possible project presentation date

12/06/2024: Exam date

03/07/2024: Resit


Location, Schedule, Administrivia

Place and time

During the academic year 2023-2024 we will meet physically at classroom 6205 from 4pm to 7pm on Wednesdays. We will post any exception on the course mailing list (see below) and the course log.

Teachers

Manuel Carro (coordinator)

Office 035 at the IMDEA Software Institute (under appointment)- mcarro |at| fi DOT upm DOT es.

Manuel Hermenegildo

Office 386 at the IMDEA Software Institute (under appointment) – herme |at| fi DOT upm DOT es.

Communication

The mailing list archives are at https://software.imdea.org/mailman/private/cbc/ .

For security reasons, you cannot subscribe to the mailing list by yourself. You should have been subscribed by some instructor, and you should have received a welcome message with the initial subscription. Note that you can only post to the list from the mail address that has been subscribed. If you want to change it, please let an instructor know. In normal situations, all important classroom announcements will go through the course mailing list, so please be sure to read the subscribed address regularly.


Course Policy

To keep this landing page short, the course policy appears in a separate page. This does not mean it is less important. Please make sure to read it.


Academic Resources

Please have a look as well at the Assorted Resources. It contains not-strictly-academic (but interesting) material!

Logic

  • Lawrence Paulson’s Logic and Proof are the course notes of the author for a Logic course in Cambridge. Highly recommended, as they are both rigorous and very concise. They provide very good background material for both parts of the course.
  • A very good book on the use of logic in computer science is Logic in Computer Science, by Huth and Ryan. It seems to be out of print, but the Computer Science School should have several copies. You may also consider locating an electronic copy on the Internet, if possible of the second edition.
  • Mathematical Logic for Computer Science. Mordechai Ben-Ari. There should be copies in the School’s library.
  • Sweet Reason: a Field Guide to Modern Logic.  James M. Henle, Jay L. Garfield, Thomas Tymoczko. This book explains several topics on logic and logic reasoning with many entertaining non-technical examples from many sources. It does not focus on logic and computation, however.
  • Class notes on Gentzen systems and single-conclusioned Gentzen systems and refinement logic (the sequent calculus we use in the lectures) from the Spring 2009 CS 4860 (Applied Logic) course in Cornell. Syntax node: these classnotes sometimes use “⊃” to denote implication, when we (and many others) use “⇒”.

Formal Development

  • Faultless Systems: Yes, we Can! is a short article by Jean-Raymond Abrial, the creator of Event-B (among other systems and proposals for rigorous software development) that explains the ideas behind the Event-B methodology.
  • Twenty-Five Years of the B-Method: a short overview of the history of B and its descendant Event B and some of the projects in which it has been used.

Event B Reference

  • The definitive reference for Event B is Modeling in Event-B: System and Software Engineering, by Jean-Raymond Abrial.
  • The richest information point for Event B is the Event B wiki. A summary of the inference and equality rules, axioms, proof obligations, and syntax of Event B can be found in these slides.
  • This reference card has a (very useful) summary of the Event B notation.
  • The mathematical toolkit of Event B is explained in a report.
  • An introduction to the Event-B method with a description of its phases.

Tools

Rodin

The essential tool to perform development with Event B is Rodin, an Eclipse-based tool. It includes an editor for the components of an Event B project that keeps track of the pending proof obligations and tries to discharge them on the fly. It has many plugins (installable directly from Rodin) that provide advanced theorem proving capabilities (to discharge proof obligations on demand and, hopefully, with only a button press), model checkers, animation, printout generation, and much more. You need to install it, as it will be use extensively during the course.

Please read this quick guide to installing Rodin. It includes some tips and instructions to perform several common tasks. This will save you time! At point, you will need to interact with the theorem provers. A page with tips for proving will be handy!

  • Homepage of the Rodin versions. Please make sure to download the latest version.
  • Installation instructions for RODIN.
  • The handbook for Rodin. It does not correspond the latest tool version: some details differ, but the basic ideas remain.
  • The Atelier B Provers plugin is necessary for any non-trivial development. Install it by going to Help ⇒ Install new software ⇒ select Atelier B Provers ⇒ Select in box ⇒ Click Next ⇒ Follow instructions. If you do not install these provers, many course examples will not work.
  • Relevant sections of the manuals:
    • How to set up a Rodin project (we will see it during the lectures).
    • Hints on discharging proofs using RODIN. Read it: it contains many hints and information on how to use the built-in and external theorem provers.
    • An explanation of the proving perspective from the user interface point of view.
    • A catalog of the proof obligations generated by RODIN and their meaning.
  • A list of the inference rules and rewriting rules in the default Event B prover (extracted from the Event B website).