(* Title: Refutational Inference Systems Author: Jasmin Blanchette <j.c.blanchette at vu.nl>, 2014, 2017 Author: Dmitriy Traytel <traytel at inf.ethz.ch>, 2014 Author: Anders Schlichtkrull <andschl at dtu.dk>, 2017 Maintainer: Anders Schlichtkrull <andschl at dtu.dk> *) section ‹Refutational Inference Systems› theory Inference_System imports Herbrand_Interpretation begin text ‹ This theory gathers results from Section 2.4 (``Refutational Theorem Proving''), 3 (``Standard Resolution''), and 4.2 (``Counterexample-Reducing Inference Systems'') of Bachmair and Ganzinger's chapter. › subsection ‹Preliminaries› text ‹ Inferences have one distinguished main premise, any number of side premises, and a conclusion. ›