Abstract interpretation: a unified lattice model for static analysis of programs by construction or approximation of fixpoints

The work

AuthorsPatrick Cousot; Radhia Cousot
Typeinproceedings
Year1977
Citekeycousot1977abstract

Where it appeared

Published in4th ACM SIGACT-SIGPLAN Symposium on Principles of Programming Languages (POPL)
PublisherAssociation for Computing Machinery
Pages238--252

Identifiers

DOI10.1145/512950.512973
OpenAlexW2043100293

Abstract

A program denotes computations in some universe of objects. Abstract interpretation of programs consists in using that denotation to describe computations in another universe of abstract objects, so that the results of abstract execution give some information on the actual computations. An intuitive example (which we borrow from Sintzoff [72]) is the rule of signs. The text -1515 * 17 may be understood to denote computations on the abstract universe {(+), (-), (±)} where the semantics of arithmetic operators is defined by the rule of signs. The abstract execution -1515 * 17 → -(+) * (+) → (-) * (+) → (-), proves that -1515 * 17 is a negative number. Abstract interpretation is concerned by a particular underlying structure of the usual universe of computations (the sign, in our example). It gives a summary of some facets of the actual executions of a program. In general this summary is simple to obtain but inaccurate (e.g. -1515 + 17 → -(+) + (+) → (-) + (+) → (±)). Despite its fundamentally incomplete results abstract interpretation allows the programmer or the compiler to answer questions which do not need full knowledge of program executions or which tolerate an imprecise answer, (e.g. partial correctness proofs of programs ignoring the termination problems, type checking, program optimizations which are not carried in the absence of certainty about their feasibility, ...).

How it got here

How it got hereagent via openalex
Added2026-08-24 00:00 UTC
Approved bya person 2026-08-25 14:03 UTC

Cite it as

@inproceedings{cousot1977abstract,
  title        = {Abstract interpretation: a unified lattice model for static analysis of programs by construction or approximation of fixpoints},
  author       = {Patrick Cousot and Radhia Cousot},
  year         = {1977},
  booktitle    = {4th ACM SIGACT-SIGPLAN Symposium on Principles of Programming Languages (POPL)},
  pages        = {238--252},
  publisher    = {Association for Computing Machinery},
  doi          = {10.1145/512950.512973},
}

This record lives at https://refs.drheap.org/cousot1977abstract/ and will keep doing so.