<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Evaluation of Systems for Higher-order Logic (ESHOL)</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Christoph</forename><surname>Benzmüller</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Saarland University</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Florian</forename><surname>Rabe</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Jacobs International University</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Carsten</forename><surname>Schürmann</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">IT University of Copenhagen</orgName>
								<address>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Geoff</forename><surname>Sutcliffe</surname></persName>
							<affiliation key="aff3">
								<orgName type="institution">University of Miami</orgName>
								<address>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Evaluation of Systems for Higher-order Logic (ESHOL)</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">27F1A5BD7D4BD1810902ED937F6B18F0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:32+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The ESHOL sessions of the PAAR workshop focussed on the use of higher-order reasoning systems. A particular focus was on means to evaluate higher-order reasoning systems. The notion of higher-order included, but was not limited to, ramified type theory, simple type theory, intuitionistic and constructive type theory, and logical frameworks. The notion of reasoning systems included automated and semi-automated provers, model generators, as well as proof and model checkers. There were two parts to the ESHOL sessions: (i) higher-order system demonstrations, and (ii) a panel discussion. Additionally, one of the PAAR invited speakers, Rob Arthan, gave a talk in the ESHOL topic area.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Higher-order System Demonstrations</head><p>The following higher-order systems were demonstrated in the system demonstration sessions. Each presenter gave a 10 minute "talk" slot to present the system to the audience in the traditional laptop+projector mode (giving a brief overview of the system and a demonstration of it running and solving some of the problems in Appendix A). Following the 10 minute presentations there was an open forum during which presenters were all available to give individual and more detailed information and demonstrations.</p><p>-Coq, Guillaume Melquiond -Delphin, Carsten Schürmann -HOL, Joe Hurd -Isabelle, Stefan Berghofer -IsaPlanner, Lucas Dixon -LEO-II, Christoph Benzmüler and Frank Theiss -Mizar, Josef Urban -Omega, Frank Theiss and Christoph Benzmüller -ProofPower, Rob Arthan -TPS, Mark Kaminski</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Panel Discussion</head><p>The ESHOL panelists were Rob Arthan, Lucas Dixon, and Joe Hurd. The panel discussed ideas, suggestions, and potential problems related to:</p><p>-The buildup of an higher-order TPTP infrastructure.</p><p>-The development of automated reasoning systems for higher-order logic (or fragments of it). -Promising application areas for automated higher-order reasoning systems.</p><p>-The planned organization of a higher-order CASC at CADE-22 in 2009. <ref type="figure">%------------------------------------------------------------------------</ref>thf(islander,type,( islander: $i )). thf(knight,type,( knight: $i )). thf(knave,type,( knave: $i )). thf(says,type,( says: $i &gt; $o &gt; $o )). thf(zoey,type,( zoey: $i )). thf(mel,type,( mel: $i )). thf(is_a,type,( is_a: $i &gt; $i &gt; $o )). thf(kk_6_1,axiom,( ! [X: $i] : ( ( is_a @ X @ islander ) =&gt; ( ( is_a @ X @ knight ) | ( is_a @ X @ knave ) ) ) )).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A.1 Puzzle Example</head><p>thf(kk_6_2,axiom,( ! [X: $i] : ( ( is_a @ X @ knight ) =&gt; ! [A: $o] : ( ( says @ X @ A ) =&gt; A ) ) )).</p><p>thf(kk_6_3,axiom, ! [X: $i] : ( ( is_a @ X @ knave ) =&gt; ! [A: $o] : ( ( says @ X @ A ) =&gt; ~( A ) ) )).</p><p>thf(kk_6_4,axiom, ( ( is_a @ zoey @ islander ) &amp; ( is_a @ mel @ islander ) )).</p><p>thf(kk_6_5,axiom, ( says @ zoey @ ( is_a @ mel @ knave ) )).</p><p>thf(kk_6_6,axiom, ( says @ mel @ ~( ( is_a @ zoey @ knave ) | ( is_a @ mel @ knave ) ) )). &amp; ( is_a @ mel @ Y ) &amp; ( is_a @ zoey @ Z ) ) )). %- <ref type="figure">-----------------------------------------------------------------------</ref></p></div>		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A Sample Problems for System Demonstrations</head><p>The two first problems should be simple enough for every system, to provide a starting point for comparisons and discussion. The third example is Cantor's Theorem, which might be more difficult. The problems are presented in the TPTP "THF" language for simple type theory, which was recently developed by the organizers <ref type="bibr" target="#b0">[1]</ref>. The language is based on Church's simple type theory, and is a syntactically conservative extension of the untyped first-order TPTP language. <ref type="figure">%-----------------------------------------------------------------------</ref>%----Signatures for basic set theory predicates and functions. thf(const_in,type,( in:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A.2 Set Theory Example</head><p>thf(const_intersection,type,( intersection:</p><p>thf(const_union,type,( union:</p><p>%----Some axioms for basic set theory. thf(ax_in,axiom,( ( in = ( ^[X: $i,S: ( $i &gt; $o )] : ( S @ X ) ) ) )).</p><p>thf(ax_intersection,axiom,(</p><p>thf(ax_union,axiom,( ( union = ( ^[S1: ( $i &gt; $o ),S2: ( $i &gt; $o ),U: $i] : ( ( in @ U @ S1 ) | ( in @ U @ S2 ) ) ) ) )).</p><p>%----The distributivity of union over intersection. thf(thm_distr,conjecture,( ! [A: ( $i &gt; $o ),B: ( $i &gt; $o ),C: ( $i &gt; $o )] : ( ( union @ A @ ( intersection @ B @ C ) ) = ( intersection @ ( union @ A @ B ) @ ( union @ A @ C ) ) ) )). %- <ref type="figure">-----------------------------------------------------------------------</ref>A.3 Cantor's Theorem <ref type="figure">%-----------------------------------------------------------------------</ref> ( ( G @ X ) = F ) ) )). %- <ref type="figure">-----------------------------------------------------------------------</ref></p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">THF0 -The Core TPTP Language for Classical Higher-Order Logic</title>
		<author>
			<persName><forename type="first">C</forename><surname>Benzmüller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rabe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcliffe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Joint Conference on Automated Reasoning</title>
		<title level="s">Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">P</forename><surname>Baumgartner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Armando</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Gilles</surname></persName>
		</editor>
		<meeting>the 4th International Joint Conference on Automated Reasoning</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
	<note>page Accepted</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
