A Logic Programming and Verification System for Recursive Quantificational Logic
Abstract
In this paper, we describe a logic programming and program verification system which is based on quantifier elimination techniques and axiomatization rather than on more common method of doing logic programming using the Herbrand-Prawitz-Robinson unification algorithm without occur-check. This system is shown to have interesting properties for logic programming and includes a number of advanced features. Among these features are user-defined data objects, user-defined recursive relations and functions, either of which may involve quantifiers in the body of their definitions, and automatic termination and consistency checking for recursively defined concept. In addition, it has a correct implementation of negation in contrast to PROLOG implementation of negation as failure, a smooth interaction between LISP-like functions and PROLOG-like relations, and a smooth interaction between specifications and programs. Finally, it provides a method of mathematical induction applicable to recursive definitions involving quantifiers. I.
Cite
Text
Brown and Liu. "A Logic Programming and Verification System for Recursive Quantificational Logic." International Joint Conference on Artificial Intelligence, 1985.Markdown
[Brown and Liu. "A Logic Programming and Verification System for Recursive Quantificational Logic." International Joint Conference on Artificial Intelligence, 1985.](https://mlanthology.org/ijcai/1985/brown1985ijcai-logic/)BibTeX
@inproceedings{brown1985ijcai-logic,
title = {{A Logic Programming and Verification System for Recursive Quantificational Logic}},
author = {Brown, Frank M. and Liu, Peiya},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1985},
pages = {742-748},
url = {https://mlanthology.org/ijcai/1985/brown1985ijcai-logic/}
}