Article · Wikipedia archive · Last revised Jun 5, 2026

Axiomatic semantics

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

Last revised
Jun 5, 2026
Read time
≈ 1 min
Length
143 w
Citations
1
Source

Axiomatic semantics is an approach based on mathematical logic for proving the correctness of computer programs.1 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

See also

References

References