<?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">Formalization of Prime Representing Polynomial in Mizar</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Karol</forename><surname>Pąk</surname></persName>
							<email>karol@mizar.org</email>
							<affiliation key="aff0">
								<orgName type="department">Fifth Workshop on Formal Mathematics for Mathematicians</orgName>
								<address>
									<addrLine>July 30-31</addrLine>
									<postCode>2021</postCode>
									<settlement>Timisoara</settlement>
									<country key="RO">Romania</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Formalization of Prime Representing Polynomial in Mizar</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">AB3FB5305A6A783C3A6B29DA3189EBB4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-04-29T06:43+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>
			<textClass>
				<keywords>
					<term>Prime number</term>
					<term>Diophantine</term>
					<term>Representing Polynomial</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The aim of our work is to show, using the Mizar system that our techniques invented to formalize the unsolvability of Hilbert's tenth problem in a Matiyasevich way, can be reused to prove that an assumption used by Julia Robinson demonstrates the same result independently.</p><p>We present our formalization that the set of prime numbers is representable by a polynomial formula.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Martin Davis, YuriMatiyasevich, Hilary Putnam and Julia Robinson <ref type="bibr" target="#b2">[DPR61,</ref><ref type="bibr" target="#b6">Mat70]</ref> have proven that every recursively enumerable set is diophantine, and hence prove the Hilbert's Tenth Problem in the negative: there is no algorithmic way of determining whether some arbitrary diophantine equation has a solution. This is known as the MRDP-theorem (due to Matiyasevich, Robinson, Davis, and Putnam). This problem took seventy years to resolve, during which many attempts have been made to solve the problem. It is therefore not surprising that Julia Robinson and Martin Davis, with a contribution from Hilary Putnam, created several theorems that give a negative solution to the problem but under some assumptions. One of these assumptions that the exponential function can be defined in a diophantine way has been eliminated by Yuri Matiyasevich using a trick with clever use of Fibonacci numbers, who definitively completed the proof of the MRDP-theorem.</p><p>In our work, we focus on another theorem under some, currently eliminated assumption, proposed by Julia Robinson <ref type="bibr" target="#b11">[Rob69]</ref>. She proved that if the set of prime numbers was diophantine, then every recursively enumerable set would be diophantine. We do this for two main reasons. First, the set of prime numbers can be representable by a complicated polynomial formula (proposed in <ref type="bibr" target="#b5">[JSWW76]</ref>) and consequently, the set is diophantine. We can investigate the possibilities of the Mizar system [? GKN15] to prove that explicitly given polynomial with 26 variables determine the set of prime numbers. We also use a trick with Mizar schemes (see <ref type="bibr" target="#b3">[GKN10]</ref>) that go beyond first-order logic to show a sophisticated proof of the existence of such a polynomial without formulating it explicitly. Second, the proof of the assumption requires nearly all the techniques invented to prove the MRDP-theorem that we formalized in the Mizar system <ref type="bibr" target="#b9">[Pąk19b]</ref> and seems a natural continuation of the formal approach to diophantine sets.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Diophantine sets</head><p>Obviously, we need to begin by quickly explaining what we mean by diophantine. A diophantine polynomial in the 𝑘 variables 𝑥 1 , 𝑥 2 , . . . , 𝑥 𝑘 is defined in informal mathematical practice as finite sum of expressions of the type 𝑐 𝑖 𝑣 1 𝑣 2 𝑣 3 . . . 𝑣 𝑗 where the coefficients 𝑐 𝑖 are integers (positive or negative) and 𝑣 𝑖 are variables. A diophantine equation, in traditional form is an equation of the form 𝑃 (𝑥 1 , . . . , 𝑥 𝑗 , 𝑦 1 , . . . , 𝑦 𝑘 ) = 0, where 𝑃 is a diophantine polynomial, 𝑥 1 , . . . , 𝑥 𝑗 , 𝑦 1 , ..., 𝑦 𝑘 indicate parameters and unknowns, respectively. A set 𝐷 ⊆ N 𝑛 of 𝑛-tuples is called diophantine if there exists a 𝑛 + 𝑘-variable diophantine polynomial 𝑃 such that ⟨𝑥 1 , . . . , 𝑥 𝑛 ⟩ ∈ 𝐷 if and only if there exist variables 𝑦 1 , . . . , 𝑦 𝑘 ∈ N such that 𝑃 (𝑥 1 , . . . , 𝑥 𝑗 , 𝑦 1 , . . . , 𝑦 𝑘 ) = 0.</p><p>In the context of the MRDP-theorem, we repeatedly refer to concepts of diophantine polynomials, equations, and sets, but in a slightly inverted way. Instead of being given an equation and seeking its solutions, we will give a set of solutions and seek a corresponding diophantine equation. In particular, the set of numbers which are either even or multiples of three is diophantine, since (𝑥 − 2𝑦)(𝑥 − 3𝑦) takes a zero for each 𝑥, which is either even or a multiple of three. Similarly, the set of numbers which are even and multiples of three is diophantine, since (𝑥 − 2𝑦) 2 + (𝑥 − 3𝑧) 2 or simply 𝑥 − 6𝑦 takes a zero for such 𝑥. It is easy to see that in the general case a diophantine polynomial is not determined uniquely by a given diophantine set. So we might ask what is the smallest possible degree and/or what is the smallest possible number of parameters in a diophantine polynomial to determine a given diophantine set. In our simple example the question is straightforward, but it is not so for the set of prime numbers. In 1971, Yuri Matiyasevich give the construction of a diophantine polynomial with 24 variables and degree 37 that determines the set of prime numbers. Using the Skolem substitution method <ref type="bibr" target="#b1">[Dav73]</ref> we can reduce the degree to 5. However, this procedure increases the number of variables. Currently, the smallest known number of variables to represent primes is 12 and is proposed by Yuri Matiyasevich and Julia Robinson in <ref type="bibr" target="#b7">[MR75]</ref>, but the degree of the polynomial is more than a few thousand (more than 6,000 from our estimate).</p><p>In our Mizar formalization, we chose a diophantine polynomial with 26 variables to represent primes that is given in <ref type="bibr" target="#b5">[JSWW76]</ref>. We show that for any positive integer 𝑘 so that 𝑘 + 1 is prime it is necessary and sufficient that there exist other natural variables 𝑎-𝑧 for which the polynomial</p><formula xml:id="formula_0">[𝑤𝑧 + ℎ + 𝑗 − 𝑞] 2 + [(𝑔𝑘 + 𝑔 + 𝑘)(ℎ + 𝑗) + ℎ − 𝑧] 2 + [(2𝑘) 3 (2𝑘 + 2)(𝑛 + 1) 2 + 1 − 𝑓 2 ] 2 + [𝑝 + 𝑞 + 𝑧 + 2𝑛 − 𝑒] 2 + [𝑒 3 (𝑒 + 2)(𝑎 + 1) 2 + 1 − 𝑜 2 ] 2 + [𝑥 2 − (𝑎 2 − 1)𝑦 2 − 1] 2 + [16(𝑎 2 − 1)𝑟 2 𝑦 2 𝑦 2 + 1 − 𝑢 2 ) 2 + [((𝑎 + 𝑢 2 (𝑢 2 − 𝑎)) 2 − 1)(𝑛 + 4𝑑𝑦) 2 + 1 − (𝑥 + 𝑐𝑢) 2 ] 2 + [𝑚 2 − (𝑎 2 − 1)𝑙 2 − 1] 2 + [𝑘 + 𝑖(𝑎 − 1) − 𝑙] 2 + [𝑛 + 𝑙 + 𝑣 − 𝑦] 2 + [𝑝 + 𝑙(𝑎 − 𝑛 − 1) + 𝑏(2𝑎(𝑛 + 1) − (𝑛 + 1) 2 − 1) − 𝑚] 2 + [𝑞 + 𝑦(𝑎 − 𝑝 − 1) + 𝑠(2𝑎(𝑝 + 1) − (𝑝 + 1) 2 − 1) − 𝑥] 2 + [𝑧 + 𝑝𝑙(𝑎 − 𝑝) + 𝑡(2𝑎𝑝 − 𝑝 2 − 1) − 𝑝𝑚] 2<label>(1)</label></formula><p>proof, e.g., in the constructions used in the schemes. Moreover, we need a more sophisticated list of arithmetical properties than the one used in <ref type="bibr" target="#b8">[Pąk19a]</ref> to to reduce the number of variables to 26 which occur in (1). For this purpose, we formalize additional properties of the special case of Pell's Equation by following the idea presented in <ref type="bibr" target="#b5">[JSWW76]</ref> as follows: theorem :: HILB10_6:31 for f,k be positive Nat holds f = k! iff ex j,h,n,p,q,w,z be positive Nat st</p><formula xml:id="formula_1">q = w * z+h+j &amp; z = f * (h+j)+h &amp; (2 * k)|^3 * (2 * k+2) * (n+1)|^2+1 is square &amp; p = (n+1)|^k &amp; q = (p+1)|^n &amp; z = p|^(k+1);</formula><p>where the truncated subtraction, the second power, the nth power are represented as -′ , ^2, |^n, respectively. Now we are ready to express and prove in the Mizar system that the set of prime numbers is representable by the polynomial formula (1). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusions</head><p>Our formalization has so far focused on the polynomial proposed in <ref type="bibr" target="#b5">[JSWW76]</ref>. We showed formally in the Mizar system that the polynomial determines the set of prime numbers, hence the set is diophantine. Now we are working on reducing the number of variables in the considered polynomial to 12 as has been done by Yuri Matiyasevich and Julia Robinson in <ref type="bibr" target="#b7">[MR75]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>theorem :: HILB10_6:24 for a be non trivial Nat for y,n be Nat st 1 &lt;= n holds y = Py(a,n) iff ex c,d,r,u,x be Nat st [x,y] is Pell s_solution of a^2-′ 1 &amp; u^2 = 16 * (a^2-1) * r^2 * y^2 * y^2+1 &amp; (x+c * u)^2 = ((a+u^2 * (u^2-a))^2-1) * (n+4 * d * y)^2+1 &amp; n &lt;= y;</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>theorem :: HILB10_6:33for k be positive Nat holds k+1 is prime iff ex a,b,c,d,e,f,g,h,i,j,l,m,n,o,p,q,r,s,t,u,w,v,x,y,z be Nat st 0 = (w * z+h+j-q)^2 + ((g * k+g+k) * (h+j)+h-z)^2 + ((2 * k)|^3 * (2 * k+2) * (n+1)|^2+1-f^2)^2 + (p+q+z+2 * n-e)^2+ (e|^3 * (e+2) * (a+1)|^2+1-o^2)^2 + (x^2-(a^2-′ 1) * y^2-1)^2 + (16 * (a^2-1) * r^2 * y^2 * y^2+1-u^2)^2 + (((a+u^2 * (u^2-a))^2-1) * (n+4 * d * y)^2+1-(x+c * u)^2)^2 + (m^2-(a^2-′ 1) * l^2-1)^2 + (k+i * (a-1)-l)^2 + (n+l+v-y)^2 + (p+l * (a-n-1)+b * (2 * a * (n+1)-(n+1)^2-1)-m)^2 + (q+y * (a-p-1)+s * (2 * a * (p+1)-(p+1)^2-1)-x)^2 + (z+p * l * (a-p)+t * (2 * a * p-p^2-1)-p * m)^2;</figDesc></figure>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>equals zero.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Prime representing polynomial</head><p>The proof that (1) determine the set of prime numbers is based on two concepts: the special case of Pell's Equation that has the form 𝑥 2 − (𝑎 2 − 1)𝑦 2 = 1, where 𝑎 &gt; 1 and Wilson's theorem which characterizes the primes in terms of the factorial function, i.e., for any positive integers 𝑘 holds 𝑘 + 1 is prime if and only if 𝑘 + 1|𝑘! + 1. Note that we had to prove that the equality 𝑦 = 𝑥! is diophantine since it is one of the key steps to proving the MRDP-theorem and the theorem is already formulated in <ref type="bibr" target="#b8">[Pąk19a]</ref> as follows:</p><p>theorem :: HILB10_4:31</p><p>for i1,i2 be Element of n st n&lt;&gt;0 holds {p where p is n-element XFinSequence of NAT:</p><p>Note that i be Element of n means in particular that i is in the domain of a zero-based indices, ntuples p, since n={0,1,2,. . .,n-1} in the standard construction of the natural numbers developed in the Mizar library. Rather than showing full proof that the set of prime numbers is diophantine, we just show a trick with Mizar schemes (second-order theorems) that provide the ability to combine diophantine relation using conjunctions and alternatives as well as a special case to substitution (see <ref type="bibr" target="#b0">[AP18]</ref>): </p><p>we conclude in particular that {p: p.i1 = p.i2-′ 1} is also diophantine. Combining these with HILB10_4:31 and using Substitution we obtain that {p: p.i1 = (p.i2-′ 1)!} is diophantine. This is proved by writing 𝐹 = 𝜆𝑖 1 𝑖 2 𝑖 3 . 𝑖 2 -′ 1, 𝑃 = 𝜆𝑖 1 𝑖 2 𝑖 3 𝑖 4 𝑖 5 𝑖 6 . 𝑖 4 = 𝑖 3 !. Note that most of the arguments of 𝑃 , 𝐹 are unused. We have decided on such a solution in order to avoid repeating the substitution schemes for individual cases of arity, since such arity of 𝑃 , 𝐹 was sufficient to apply all substitutions done in the MRDP-theorem. In the same manner we can see that {p: p.i1 = (p. i2-′ 1)! + 1} is diophantine writing 𝐹 = 𝜆𝑖 1 𝑖 2 𝑖 3 . (𝑖 2 -′ 1)!, 𝑃 = 𝜆𝑖 1 𝑖 2 𝑖 3 𝑖 4 𝑖 5 𝑖 6 . 𝑖 4 = 1 * 𝑖 3 +1 and using the following theorem: Next, using again the Substitution with the fact that the congruence is diophantine and writing 𝐹 = 𝜆𝑖 1 𝑖 2 𝑖 3 . (𝑖 2 -′ 1)!+1, 𝑃 = 𝜆𝑖 1 𝑖 2 𝑖 3 𝑖 4 𝑖 5 𝑖 6 . 1 * 𝑖 3 , 0 * 𝑖 4 are_congruent_mod 1 * 𝑖 4 , we obtain that {p: (p.i-′ 1)! + 1 mod p.i = 0} is diophantine. We continue in this fashion with HILB10_3:7 and obtain that {p: p.i &gt; 0} is diophantine. Finally, using the IntersectionDiophantine scheme we can conclude that the intersection of these sets, that is equal to {p: (p.i-′ 1)! + 1 mod p.i = 0 &amp; p.i &gt; 1} is diophantine. Then the proof that the set of prime numbers is diophantine is easy to complete by applying the Wilson's theorem <ref type="bibr" target="#b10">[Pąk21]</ref>.</p><p>theorem :: HILB10_6:4 for i being Element of n holds {p where p is n-element XFinSequence of NAT: p.i is prime} is diophantine Subset of n-xtuples_of NAT Using such techniques invented to prove the MRDP-theorem in <ref type="bibr" target="#b9">[Pąk19b]</ref> we needed less than</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Basic diophantine relations</title>
		<author>
			<persName><forename type="first">Marcin</forename><surname>Acewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Karol</forename><surname>Pąk</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Formalized Mathematics</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="175" to="181" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Hilbert&apos;s tenth problem is unsolvable</title>
		<author>
			<persName><forename type="first">Martin</forename><surname>Davis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The American Mathematical Monthly</title>
		<imprint>
			<biblScope unit="volume">80</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="233" to="269" />
			<date type="published" when="1973">1973</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The decision problem for exponential diophantine equations</title>
		<author>
			<persName><forename type="first">Martin</forename><surname>Davis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hilary</forename><surname>Putnam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Julia</forename><surname>Robinson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Annals of Mathematics</title>
		<imprint>
			<biblScope unit="volume">74</biblScope>
			<biblScope unit="page" from="425" to="436" />
			<date type="published" when="1961">1961</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Mizar in a nutshell</title>
		<author>
			<persName><forename type="first">Adam</forename><surname>Grabowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Artur</forename><surname>Korniłowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adam</forename><surname>Naumowicz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Formalized Reasoning</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="153" to="245" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Four decades of Mizar</title>
		<author>
			<persName><forename type="first">Adam</forename><surname>Grabowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Artur</forename><surname>Korniłowicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adam</forename><surname>Naumowicz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Automated Reasoning</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="191" to="198" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Diophantine representation of the set of prime numbers</title>
		<author>
			<persName><forename type="first">James</forename><forename type="middle">P</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daihachiro</forename><surname>Sato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hideo</forename><surname>Wada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Douglas</forename><surname>Wiens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The American Mathematical Monthly</title>
		<imprint>
			<biblScope unit="volume">83</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="449" to="464" />
			<date type="published" when="1976">1976</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Enumerable sets are diophantine</title>
		<author>
			<persName><forename type="first">Yuri</forename><surname>Matiyasevich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Doklady Akademii Nauk SSSR (in Russian)</title>
		<imprint>
			<biblScope unit="volume">191</biblScope>
			<biblScope unit="page" from="279" to="282" />
			<date type="published" when="1970">1970</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Reduction of an arbitrary diophantine equation to one in 13 unknowns</title>
		<author>
			<persName><forename type="first">Yuri</forename><surname>Matiyasevich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Julia</forename><surname>Robinson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Acta Arithmetica</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="page" from="521" to="553" />
			<date type="published" when="1975">1975</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Diophantine sets. Part II</title>
		<author>
			<persName><forename type="first">Karol</forename><surname>Pąk</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Formalized Mathematics</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="197" to="208" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Formalization of the MRDP theorem in the Mizar system</title>
		<author>
			<persName><forename type="first">Karol</forename><surname>Pąk</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Formalized Mathematics</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="209" to="221" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Prime Representing Polynomial</title>
		<author>
			<persName><forename type="first">Karol</forename><surname>Pąk</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Formalized Mathematics</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="221" to="228" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Diophantine decision problems</title>
		<author>
			<persName><forename type="first">Julia</forename><surname>Robinson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Studies in number theory</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="76" to="116" />
			<date type="published" when="1969">1969</date>
		</imprint>
	</monogr>
</biblStruct>

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