@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://en.wikipedia.org/wiki/> .
dbpedia:Harrop_formula	foaf:page	ns2:Harrop_formula .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Harrop_formula	dbpprop:reference	<http://www.PaulTaylor.EU/stable/Proofs%2BTypes.html> ,
		<http://math.ucsd.edu/~sbuss/ResearchWeb/handbookI/ChapterI.pdf> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Harrop_formula	rdfs:label	"Harrop formula"@en ;
	dbpprop:abstract	"In intuitionistic logic, the Harrop formulae, named after Ronald Harrop, are the class of formulae inductively defined as follows: Atomic formulae are Harrop, including falsity (\u22A5); &lt;math&gt;A \\wedge B&lt;/math&gt; is Harrop provided &lt;math&gt;A&lt;/math&gt; and &lt;math&gt;B&lt;/math&gt; are; &lt;math&gt;\\neg A&lt;/math&gt; is Harrop provided &lt;math&gt;A&lt;/math&gt; is; &lt;math&gt;F \\rightarrow A&lt;/math&gt; is Harrop provided &lt;math&gt;A&lt;/math&gt; is, and &lt;math&gt;F&lt;/math&gt; is any well-formed formula; &lt;math&gt;\\forall x. A&lt;/math&gt; is Harrop provided &lt;math&gt;A&lt;/math&gt; is. By excluding disjunction and existential quantification (except in the antecedent of implication), non-constructive predicates are avoided, which has benefits for computer implementation. From a constructivist point of view, Harrop formulae are \"well-behaved. \" For example, in Heyting arithmetic, Harrop formulae satisfy a classical equivalence not usually satisfied in constructive logic: &lt;math&gt;A \\leftrightarrow \\neg \\neg A&lt;/math&gt; Harrop formulae were introduced around 1956 by Ronald Harrop and independently by Helena Rasiowa. Variations of the fundamental concept are used in different branches of constructive mathematics and logic programming."@en ;
	rdfs:comment	""@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns6:	<http://dbpedia.org/resource/Category:> .
dbpedia:Harrop_formula	skos:subject	ns6:Logic ,
		ns6:Mathematical_logic ,
		ns6:Mathematical_constructivism .