Stream: Archive Mirror: Isabelle Users Mailing List

Topic: [isabelle] New AFP entry: Sound and Complete Sort Encodin...


view this post on Zulip Email Gateway (Aug 19 2022 at 11:27):

From: Tobias Nipkow <nipkow@in.tum.de>
Sound and Complete Sort Encodings for First-Order Logic
Jasmin Christian Blanchette and Andrei Popescu

This is a formalization of the soundness and completeness properties for various
efficient encodings of sorts in unsorted first-order logic used by Isabelle's
Sledgehammer tool.

Essentially, the encodings proceed as follows: a many-sorted problem is
decorated with (as few as possible) tags or guards that make the problem
monotonic; then sorts can be soundly erased.

The development employs a formalization of many-sorted first-order logic in
clausal form (clauses, structures and the basic properties of the satisfaction
relation), which could be of interest as the starting point for other
formalizations of first-order logic metatheory.

http://afp.sourceforge.net/entries/Sort_Encodings.shtml


Last updated: Apr 24 2024 at 20:16 UTC