Jump to content

Logical relations

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Godsy (talk | contribs) at 07:52, 28 March 2016 (add a raw potential reference). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Logical relations are a proof method employed in programming language semantics to show that two denotational semantics are equivalent.

To describe the process, let us denote the two semantics by , . For each type , we associate a particular relation between and . We define this relation such that for all program phrase , the two denotations are related: . Another property of this relation is that related denotations for ground types are equivalent in some sense, usually equal. The conclusion is then that both denotations exhibit equivalent behavior on ground terms, hence are equivalent.

References