Exp eriments in Automated Deduction

with Condensed Detachment

William McCune and Larry Wos

Mathematics and Computer Science Division

Argonne National Lab oratory

Argonne Illinois

USA

Abstract

This pap er contains the results of exp eriments with several search strategies

on problems involving condensed detachment The problems are taken from

nine dierent calculi three versions of the twovalued sentential calculus

the manyvalued sentential calculus the implicatio nal calculus the equivalential

calculus the R calculus the left group calculus and the right group calculus

Each problem was given to the theorem prover Otter and was run with at least

three strategies a basic strategy a strategy with a more rened metho d

for selecting clauses on which to fo cus and a strategy that uses the rened

selection mechanism and deletes deduced formulas according to some simple

rules Two new features of Otter are also presented the rened metho d for

selecting the next formula on which to fo cus and a metho d for controlling

memory usage

Intro duction

The aim of this pap er is to examine the role of strategy in the study of logic calculi

with condensed detachment We present results of exp eriments with the theorem

proving program Otter on problems all of whichcontain the axiom or from

another p oint of view rule condensed detachment

All of the problems concern axiomatizations of various logic calculi including the

twovalued sentential calculus and two of its variations the manyvalued senten tial

calculus the implicational fragment of sentential calculus equivalential calculus and

three subsystems of the equivalential calculus the R calculus the left group calculus

and the right group calculus The problems should also servewell as test problems

for evaluating other search strategies and other theoremproving programs

Wehave exp erimented extensively with most of the problems and wehavedevel

op ed sp ecialized strategies for particular logic calculi For the exp eriments presented

in this pap er however we sought strategies that p erform well on all of the problems

This work was supp orted by the Applied Mathematical Sciences subprogram of the Oce of

Energy Research US DepartmentofEnergy under Contract WEng

Aside from a default basic strategywe exp erimented with a guidance strategy and

a deletion strategy The guidance strategywhichwe call the ratio strategy Section

combines b estrst search with breadthrst search when selecting the next for

mula on which to fo cus The deletion strategy Section causes derived formulas

that are instances of simple patterns to b e deleted

Condensed Detachment

All of the problems use C A Merediths condensed detachment a rule of

inference that combines detachment mo dus p onens and instantiation Let C b e the

binary op eration of concern If C and are b oth theorems renamed so that

they havenovariables in common and if and unify with most general unier

then is deduced by condensed detachment The formula C isthemajor

and is the minor premise The binary op eration is usually interpreted as

implies equivalent or some variation of the group op eration dep ending on the

calculus

The logic calculi can b e studied as rstorder theories by a trivial transformation

First a unary predicate P interpreted as is a theorem or is the group iden

tity is intro duced Then each axiom of the calculus is preceded by P with its

variables universally quantied Finally condensed detachment b ecomes an axiom of

the theory

xy P C x y P x P y

An application of hyp erresolution with the axiom condensed detachment corresp onds

directly to an application of the inference rule condensed detachment Although we

used hyp erresolution exclusively for the exp eriments presented in this pap er any

inference rule for rstorder logic is applicable

The AN calculus whichisavariation of the twovalued sentential calculus has a

binary op eration o whichcanbeinterpreted as disjunction and a unary op eration

n which can b e interpreted as negation For the AN calculus the following variation

of condensed detachment is used

xy P onxy P x P y

The study of logic calculi with condensed detachment has b een one of the rst

and most successful applications of automated theorem proving Original research

has b een conducted and op en questions have b een answered by relying heavily on

automated theorem proving programs

Otter and Simple Strategies

Otter is a paramo dulation theoremproving program for rstorder

logic with equality Its basic algorithm restricted to hyp erresolution with condensed

detachment is shown in Figure

Selecting the Given Clause

Our default strategy for selecting the given clause in Step of the basic algorithm

has traditionally b een to select a clause with the fewest symb ols if there is more

Start with sos list containing all axioms and with usabl e list containing

the axiom for condensed detachment

Lo op

G selectgivenclausesos

move G from sos to usabl e

apply condensed detachmentasmuch as p ossible with G as one

premise taking the other premise from usabl e app end to sos

the results that are not subsumed byanything in sos or usabl e

end lo op

Figure Otters Basic Algorithm with Condensed Detachment

than one clause of minimum length the rst of those is selected We call the default

strategy selecting the smallest clause as given However some problems in the logic

calculi yield quickly to a breadthrst search which is accomplished byselectingthe

rst clause in the sos list as the given clause The metho d we use for most of the

exp eriments presented in this pap er combines those two metho ds In every fourth

iteration of the lo op the rst clause is selected and in the remaining iterations the

rst clause of minimum length is selected We call this rened metho d selecting the

given clause with ratio The renement allows large clauses to enter the search

while the fo cus remains mainly on small clauses It is similar to a selection strategy

used by J Kalman in one of his early programs

Deleting Derived Formulas

In the equivalential calculus the R calculus and the left and right group calculi all

of whichhave binary op erator e we found that formulas containing subformulas that

are instances of ex x are generally not as useful or as p owerful as formulas without

such instances Searches in which those formulas are deleted are generally more

eective although they can result in longer pro ofs The strategy also applies to the

implicational calculi by deleting deduced formulas with instances of ix x although

it app ears to b e less eective there The strategy applies to the AN calculus in which

the binary op eration is disjunction by deleting formulas with instances of onxx

In the calculi with unary op eration n meaning negation we found that deduced

nx caused redundancy in the search spaces and formulas containing instances of n

that deleting those formulas generally improved the searches We also ran exp eriments

deleting formulas with instances of nnnx

We used demo dulation of derived formulas to implement the deletion strategy

When the strategy was in use demo dulation usually accounted for b etween one third

and one half of the CPU time

Controlling Memory Usage

We limited the Otter jobs to Mbytes of memoryinwhich Otter can store

roughly formulas Even with the deletion strategy of the preceding subsection

Otter quicklyllsMbytes The list sos typically grows much faster than do es

the numb er of given clauses that are removed from it Thus most formulas in sos

never enter the search and memory is wasted

Our current solution to that problem is the following When one third of available

memory has b een lled we imp ose a limit on the number of symb ols in deduced

clauses The limit say nissuch that of all formulas in sos have n symbols

Every tenth iteration of the main lo op after the initial limit has b een set calculate

a prosp ective new limit n in the same wayIfn n then the limit is reset to n

We arrived at the values and by trial and error Although this metho d is

incomplete its use with condensed detachmentproblemstypically do es not havea

great eect on the sequence of given clauses or therefore on the search Wehavenot

exp erimented heavily with this metho d on other problems

The Exp eriments

We ran all of the exp eriments on SPARCstation computers with megabytes of

Otter can infer several thousand formulas p er main memory In that environment

second most of which are deleted b ecause they are subsumed by existing formulas or

by the deletion strategy Back subsumption in which newly kept formulas cause the

deletion of weaker existing formulas was not used

Here is an example of the wayinwhich problems are presented Given the equiv

alential calculus formulas

EC eeex y ez xey z

EC eex y ey x

EC eeex y zex ey z

the problem ECEC EC is to nd a refutation of the following set of clauses

Symbols x y and z are variables and a bandc are Skolem constants

P ex y jP x j P y Condensed Detachment

P eex y ey x EC

P eeex y zex ey z EC

P eeea bec aeb c Denial of EC

Each problem was run with several strategies with a time limit of four hours each

In the tables that follow Fail indicates that no pro of was found within four hours

and indicates that no pro of is p ossible b ecause the goal would b e deleted by

the deletion strategy All of the times are given in seconds The strategies are the

following

Basic The smallest formula is selected as given

Ratio Given clauses are selected with ratio

Re Given clauses are selected with ratio and deduced clauses containing an in

stance of ex x as a subformula are deleted

Ri Given clauses are selected with ratio and deduced clauses containing an in

stance of ix x as a subformula are deleted

Rnn Given clauses are selected with ratio and deduced clauses containing an

instance of nnx are deleted

Rnnn Given clauses are selected with ratio and deduced clauses containing an

instance of nnnx are deleted

Rinn Given clauses are selected with ratio and deduced clauses containing an

instance of ix x as a subformula or an instance of nnx are deleted

Rinnn Given clauses are selected with ratio and deduced clauses containing an

instance of ix x as a subformula or an instance of nnnx are deleted

Ronn Given clauses are selected with ratio and deduced clauses containing an

instance of onxx as a subformula or an instance of nnx are deleted

Ronnn Given clauses are selected with ratio and deduced clauses containing an

instance of onxx as a subformula or an instance of nnnx are deleted

W e present here a sequence of problems that reects a wide range of diculty and

that roughly follows the historical development of the individual calculi

TwoValued Sentential Calculi

We exp erimented with three versions of twovalued sentential calculus the CN

calculus with op erators intended to mean implication and negation the C cal

culus with implication and falseho o d and the AN calculus with disjunction and

negation If appropriate denitions are added for the missing op erators eachversion

is equivalent to the classical prop ositional calculus

The ImplicationNegation TwoValued Sentential Calcu

lus CN

Each of the following formulas holds in the twovalued sentential calculus CN The

numb ering of the formulas is from p

CN iix y iiy z ix z

CN iinxxx

CN ix inxy

CN ix x

x iy x CN i

CN iiix y ziy z

CN ix iix y y

CN iix iy z iy ix z

CN iix y iiz xiz y

CN iiix y xx

CN iix ix y ix y

CN iix iy z ii x y ix z

CN iiix y zinxz

CN innxx

CN ix nnx

CN iix y iny nx

CN iinxny iy x

CN iix y iinxyy

CN iinxziiy z iix y z

CN iix iny zix iiu z iiy uz

CNCAM iiiiix y inz nuzviiv xiu x

According toL ukasiewicz p the rst axiom system for the twovalued

sentential calculus was fCNCNCNCNCNCNg and was due to

Frege We use that as our starting p ointLuk asiewicz showed that CN dep ends

on the remaining axioms of Freges system Problem Table Another early

Table CN Calculus Frege and Hilb ert Systems

Theorem Basic Ratio Rinn Rinnn Rnn Rnnn

CNCNCNCNCN CN Fail

CNCNCNCNCN CN

CNCNCNCNCN CN Fail Fail

CNCNCNCNCN CN

CNCNCNCNCN CN

CNCNCNCNCN CN

axiomatization of CN was due to Hilb ert p fCNCNCNCN

CNCNgLukasiewicz showed that CN is not necessary Problem Table

Problems Table are to deriveFreges simplied system from Hilb erts

simplied system

Luk asiewicz axiomatized CN with fCNCNCNg Other axiom systems

for CN are fCNCNCNg Church fCNCNCNg Lukasiewicz

fCNCNCNg Wos and fCNCAMg C A Meredith Prob

lems Table are to start with fCNCNCNg and deriveformulas in the

other axiomatizations Problems Table are to deriveLukasiewiczs system

fCNCNCNg from the other systems

The ImplicationFalseho o d TwoValued Sentential Calcu

lus C

Each of the following formulas holds in the C calculus

C iix y iiy z i x z

C ix iy x

C iiix y xx

C iF x

C iiix F Fx

C iix iy z iix y ix z

CCAM iiiiix y iz F uviiv xiz x

C Each of the sets fCCCCg TarskiBernays according to f

CCg Church and fCCAMg C A Meredith axiomatizes the

Table CN Calculus Starting with fCNCNCNg

Theorem Basic Ratio Rinn Rinnn Rnn Rnnn

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN Fail Fail Fail Fail Fail Fail

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN Fail Fail Fail Fail Fail Fail

CNCNCN CN Fail Fail Fail Fail Fail Fail

CNCNCN CNCAM Fail Fail Fail Fail Fail Fail

Table CN Calculus Deriving fCNCNCNg

Theorem Basic Ratio Rinn Rinnn Rnn Rnnn

CNCNCN CN Fail

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN

CNCNCN CN Fail Fail

CNCNCN CN

CNCAM CN Fail Fail Fail Fail Fail Fail

CNCAM CN Fail Fail Fail Fail Fail Fail

CNCAM CN Fail Fail

C calculus Problems Table involve deriving each axiom system from the

others

Table The C Calculus

Theorem Basic Ratio Ri

CCC C

CCC C

CCC C

CCC CCAM Fail Fail Fail

CCCC C

CCCC C

CCCC CCAM Fail Fail Fail

CCAM C Fail Fail Fail

CCAM C

CCAM C

CCAM C

CCAM C

CCAM C Fail Fail Fail

The DisjunctionNegation TwoValued Sentential Calcu

lus AN

Each of the following formulas holds in the AN calculus

AN onony zonox y ox z

AN onox y oy x

AN onxoy x

AN onox xx

ANCAM onononxyoz ou v onon uxoz ov x

Each of the sets fANANANANg WhiteheadRussell according to

and fANCAMg C A Meredith axiomatizes the AN calculus Problems

Table are to deriveeach system from the other Recall that the clause form of

condensed detachment for the AN calculus is P onxy jP x j P y

Table The AN Calculus

Theorem Basic Ratio Ronn Ronnn Rnn Rnnn

ANANANAN ANCAM Fail Fail Fail Fail Fail Fail

ANCAM AN Fail Fail Fail Fail Fail

ANCAM AN Fail Fail Fail

ANCAM AN

ANCAM AN Fail Fail Fail Fail

The ManyValued Sentential Calculus MV

Each of the following formulas holds in the manyvalued sentential calculus

MV ix iy x

MV iix y iiy z ix z

MV iiix y yiiy xx

MV iiix y iy xiy x

MV iinxny iy x

MV innxx

MV iix y iiz xiz y

MV ix nnx

MV iinxyiny x

MV iix y iny nx

MV inix y ny

MV inxiy niy x

and conjectured that Luk asiewicz dened the manyvalued sentential calculus L



it is axiomatized by fMVMVMVMVMVg Wa jsb erg proved the con

t on the remaining axioms jecture and C A Meredith later proved MV dep enden

p Problems Table are to prove MV and several other formulas

from fMVMVMVMVg Problem has b een called Luka bymembers

of the Argonne group

Table The MV Calculus

Theorem Basic Ratio Rinn Rinnn Rnn Rnnn

MVMVMVMV MV Fail Fail Fail Fail Fail Fail

MVMVMVMV MV

MVMVMVMV MV

MVMVMVMV MV

MVMVMVMV MV Fail

MVMVMVMV MV Fail

MVMVMVMV MV

MVMVMVMV MV Fail

The Implicational Prop ositional Calculus IC

The implicational prop ositional calculus IC is the part of the sentential calculus in

which the negation op eration do es not o ccur Each of the following formulas holds in

IC

IC ix x

IC ix iy x

IC iiix y xx

IC iix y iiy z ix z

IC ix iix y y

ICJL iiix y ziiz xiu x

Eachofthesets fICICICg TarskiBernays according to p and

fICJLg Lukasiewicz p axiomatizes IC Problems Table are to

deriveeach system from the other

Table The Implicational Prop ositional Calculus

Theorem Basic Ratio Re

ICICIC ICJL

ICJL IC

ICJL IC

ICJL IC

ICJL IC

ICJL IC

Equivalential and Group Calculi

The equivalential and group calculi have one binary op erator e In the equivalential

calculus EC e is normally interpreted as equivalence of and however

it can also b e interpreted as the group op eration in Bo olean groups groups in

which the square of every elementistheidentity Under the group interpretation

the theorems of EC are exactly the formulas that are equal to the group identityin

Bo olean groups

The theorems of the R calculus are exactly the formulas equal to the identity



in Ab elian groups when e isinterpreted as There is also an L calculus



whose theorems are equal to the identity when e isinterpreted as We

have not exp erimented with the L calculus but for completeness we list here YOL

the shortest single axiom for the L calculus No other of length exists

YOL eex y eeez yxz

The theorems of the left group LG calculus are exactly the form ulas equal to



the identity in general groups when e isinterpreted as Similarly the

theorems of the right group RG calculus are exactly the formulas equal to the



identity in general groups when e isinterpreted as

The following relationships exist b etween the equivalential and group calculi

LG theorems L theorems EC theorems

RG theorems R theorems EC theorems

The Equivalential Calculus EC

The following formulas hold in the equivalential calculus

EC eeex y ez xey z

EC eex ey z eex y z

y x EC eex y e

EC eeex y zex ey z

According toLuk asiewicz p the rst axiomatizationofECwas fEC

ECg due to Lesniewski So on after Wa jsb erg pro duced others including fEC

ECg Problems and Table are to derivetheLesniewski system from the

Wa jsb erg system

Each of the following formulas is a single axiom for EC in roughly the order in

which they were discovered None shorter exists nor do es there exist any other of

length

YQL eex y eez yex z L ukasiewicz

YQF eex y eex z ez y L ukasiewicz

YQJ eex y eez xey z L ukasiewicz

UM eeex y zey ez x Meredith

XGF ex eey e x z ez y Meredith

WN eex ey z ez ex y Meredith

YRM eex y ez eey z x Meredith

YRO eex y ez eez yx Meredith

PYO eeex ey z zey x Meredith

PYM eeex ey z yez x Meredith

x eey ez xez y Kalman XGK e

XHK ex eey z eex z y Winker

XHN ex eey z eez xy Winker

Problems Table are to start with each single axiom and derive the system

that precedes it

Table EC

Theorem Basic Ratio Re

ECEC EC

ECEC EC

YQL EC

YQL EC

YQF YQL

YQJ YQF

UM YQJ

XGF UM

WN XGF

YRM WN

YRO YRM

PYO YRO

PYM PYO

XGK PYM Fail Fail

XHK XGK Fail Fail

XHN XHK

The R Calculus R

Each of the following formulas is a single axiom for the R calculus

QYF eeex y ex z ez y Meredith

YQM eex y eez yez x Meredith

WO eex ey z ez ey x Meredith

XGJ ex eey ez xey z Winker

Problems Table are to show the four formulas equivalent in a circular man

ner

Table R Calculus

Theorem Basic Ratio Re

YQM QYF

WO YQM

XGJ WO Fail Fail

QYF XGJ

The Left Group Calculus LG

Kalmans axiomatization of the LG calculus is fLGLGLGLGLGg

LG eeex eey yxzz

LG eeeeex y ex z ey z uu

LG eeeeeex y ex z ueey zuvv

ueeex v zeey v u LG eeeex y z

LG eeex eey xzeeu xveeeex y uzv

P eeex y zeeu y eex uz

P ex eeeey z ey uez ux

Q ex eey z eez yx

Q eex y eez xez y

Q eeex y eey xzz

Q eeex y ex z ey z

w v ew usez eey xs LG eeeex y zeeu v eee

With great assistance from Otter McCune later showed that each of the sets

fLGLGg fLGPg fLGPg fLGQQg fPQg fPQg fQ

QQg fQQQgand fLGg also axiomatizes the LG calculus

Problems Table roughly parallel the discovery of the new axiom systems

for the LG calculus

The RG Calculus RG

Kalmans axiomatization of the RG calculus is fLG LG LG LG LG g

LG ex ex eey e z zy

LG ex ex eey z eey uez u

LG ex ex eey ez uey eez veu v

LG eeex ey z eu ey vex eu ez v

v z eey ev uv LG eex ey ez eu v eex e

Q eeex y ez yex z

Table LG Calculus

Theorem Basic Ratio Re

LGLGLG LG

LGLG LG

LG LG

LGLG LG Fail Fail

LGP LG Fail Fail

LGP P

LGQQ P

PQ LG

PQ P

QQQ LG Fail

QQ Q

LG P

LG Q

Q ex eex ey z ez y

Q eex y eex z ey z

With great assistance from Otter McCune later showed that each of the pairs

fQ Q g and fQ Q g axiomatizes the RG calculus and that each of the fol

lowing formulas is a single axiom for the RG calculus

LG ex ex eey z eey uez u

ey uez u S eex ey z ex e

S ex ex eeey z eu z ey u

S eex ey z eex eu z ey u

P eex eey z eey uez ux

S eex eeey z eu z ey u x

Problems Table roughly parallel the discovery of the new axiom

systems for the RG calculus

Summary

Wehave presented condensed detachment problems that oer a large range of

diculty to automated theoremproving programs and wehaveshown how Otter

using several simple strategies see Section p erforms on those problems

For the equivalential R RG and LG calculi the problems with functor e strat

egy Re wins on nearly all problems We note that the deletion in strategy Re

prevents pro ofs in problems and For the CN C and MV calculi no clear

overall winner was found For the AN calculus problems strategy Rnn p erformed

b est For the IC problems the basic strategy p erformed b est Although we did not

run exp eriments using deletion while selecting the smallest clause as given wecan compare the p erformance of basic and ratio strategies b oth without deletion No

Table RG Calculus

Theorem Basic Ratio Re

 

LG LG

 

LG LG Fail Fail

 

LG LG Fail

 

LG LG Fail Fail

  

Q Q LG Fail

  

Q Q Q

 

S LG

 

S LG

  a

S LG Fail Fail

 

P LG

 

S LG

a

The deletion strategy eliminates al l interesting paths

clear winner was found but the ratio strategy p erformed slightly b etter than the basic

strategy overall The results of the exp eriments reinforce our longheld p osition that

a single strategy cannot b e eective on a wide range of problems

Several of the problems have b een particularly challenging for us Problem

posedasachallenge problem in and called imp bymemb ers of the Argonne

group was the rst truly dicult condensed detachment theorem proved by Otter

It has b een used extensively as a b enchmark for parallel deduction programs Problem

to derive CN from CNCAM has resisted all of our attempts at automated

pro ofs One attempt generated billion formulas and consumed CPU days on

a Solb ourne e computer Problem to show the dep endence of MV in

L ukasiewiczs system for L has also resisted all of our attempts One attempt



generated million formulas Wehave however found many pro ofs for Problem

using Otter in various pro ofchecking mo des Otters search for a pro of for

Problem to derive C from CCAM is imp eded by the memory control feature

The weight limit is lowered either to o much or to o so on which causes key formulas to

b e discarded Otter has found a pro of in ab out seven hours with a strategy similar

to the basic strategy but with a constantweight limit of instead of the memory

control feature Wehave not obtained pro ofs for problems and which

are to derive complicated single axioms b ecause our strategies are biased to wards

nding simple formulas The remaining problems for which the tables list complete

failure have yielded to sp ecialized strategies

References

A Church Introduction to volume I Princeton University Press

J A Kalman Axiomatizations of with values in groups Journal of the London

Math Society

J A Kalman Computer studies of T WI RelevanceLogic Newsletter



J A Kalman A shortest single axiom for the classical equivalenti al calculus Notre

Dame Journal of Formal Logic

J A Kalman Condensed detachment as a rule of inference Studia Logica LXI I

E J Lemmon C A Meredith D Meredith A N Prior and I Thomas Calculi of

pure strict implicati on Technical rep ort Canterbury University College Christchurch

Reprinted in PhilosophicalLogic Reidel

W McCune Otter Users Guide Tech Rep ort ANL Argonne National

Lab oratory Argonne IL March

W McCune Single axioms for the left group and right group calculi PreprintMCS

P Mathematics and Computer Science Division Argonne National Lab oratory

Argonne IL To app ear in NotreDameJFormal Logic

W McCune Automated discovery of new axiomatizations of the left group and right

group calculi Journal of AutomatedReasoning

C A Meredith Single axioms for the systems CN C and AN of the twovalued

prop ositional calculus Journal of Computing Systems

C A Meredith and A N Prior Equational logic Notre Dame Journal of Formal Logic

D Meredith In memoriam Carew Arthur Meredith Notre Dame Journal

of Formal Logic

J G Peterson Shortest single axioms for the classical equivalential calculus Notre

Dame Journal of F ormal Logic

J G Peterson The p ossible shortest single axioms for ECtautologies Rep ort

Dept of Mathematics University of Auckland

F Pfenning Single axioms in the implication al prop ositiona l calculus In E Lusk and

R Overb eek editors Proceedings of the th International ConferenceonAutomated

Deduction Lecture Notes in Computer Science Vol pages New York

SpringerVerlag

JL ukasiewicz Elements of Mathematical LogicPergamon Press English trans

lation of the second edition of Elementy logiki matematycznejPWNWarsaw

JL ukasiewicz Selected Works NorthHolland Edited by L Borkowski

L Wos Meeting the challenge of ftyyears of logic Journal of AutomatedReasoning

L Wos Automated reasoning and Bledso es dream for the eld In R S Boyer editor

AutomatedReasoning Essays in Honor of Woody Bledsoechapter pages

Kluwer Academic Publishers

L Wos and W McCune The applicatio n of automated reasoning to pro of translation

and to nding pro ofs with sp ecied prop erties A case study in manyvalued sentential

h Rep ort ANL Argonne National Lab oratory Argonne IL calculus Tec

L Wos S Winker W McCune R Overb eek E Lusk R Stevens and R Butler

Automated reasoning contributes to mathematics and logic In M Stickel editor Pro

ceedings of the th International ConferenceonAutomatedDeduction Lecture Notes in

Articial Intel ligenceVol pages New York July SpringerVerlag

L Wos S Winker B Smith R Vero and L Henschen A new use of an automated

reasoning assistant Op en questions in equivalenti al calculus and the study of innite

domains Articial Intel ligence