Jump to content

Axiomatic semantics

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Op47 (talk | contribs) at 15:33, 5 May 2012 (Remove link to Algebraic semantics (article no longer contains the material)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Axiomatic semantics is an approach based on mathematical logic to proving the correctness of computer programs. It is closely related to Hoare logic.

Axiomatic semantics define the meaning of a command in a program by describing its effect on assertions about the program state. The assertions are logical statements - predicates with variables, where the variables define the state of the program.

See also