Concepedia

TLDR

Hoare’s axioms for partial correctness are insufficient for many cases. The paper presents a more powerful axiomatic method for proving properties of parallel programs, aiming for a deductively complete system for partial correctness. The method introduces a powerful deductive system with a key axiom allowing auxiliary variables to aid proofs, and demonstrates verification techniques on the dining philosophers problem. Partial‑correctness proofs enable verification of mutual exclusion, deadlock freedom, and termination, as illustrated on the dining philosophers problem.

Abstract

An axiomatic method for proving a number of properties of parallel programs is presented. Hoare has given a set of axioms for partial correctness, but they are not strong enough in most cases. This paper defines a more powerful deductive system which is in some sense complete for partial correctness. A crucial axiom provides for the use of auxiliary variables, which are added to a parallel program as an aid to proving it correct. The information in a partial correctness proof can be used to prove such properties as mutual exclusion, freedom from deadlock, and program termination. Techniques for verifying these properties are presented and illustrated by application to the dining philosophers problem.

References

YearCitations

Page 1