<?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">On Using Model Checking for the Certification of Iterated Belief Changes</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Kai</forename><surname>Sauerwald</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">FernUniversität in Hagen</orgName>
								<address>
									<postCode>58084</postCode>
									<settlement>Hagen</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Philip</forename><surname>Heltweg</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">FernUniversität in Hagen</orgName>
								<address>
									<postCode>58084</postCode>
									<settlement>Hagen</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">On Using Model Checking for the Certification of Iterated Belief Changes</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">30F89CBAA66F8A455046DACB81AA48E1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T13:42+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>Belief Change</term>
					<term>Total Preorder</term>
					<term>Implementation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The theory of iterated belief change investigates how epistemic states are changed according to new beliefs. This is typically done by focussing on postulates that govern how epistemic states are changed. A common realisation of epistemic states are total preorders over possible worlds. In this paper, we consider the problem of certifying whether an operator over total preorders satisfies a given postulate. We introduce the first-order fragment FO TPC for expressing belief change postulates and present a way to encode information on changes into an FO TPCstructure. As a result, the question of whether a belief change fulfils a postulate becomes a model checking problem. We developed Alchourron, an implementation of our approach, consisting of an extensive Java library, and also of a web interface, which suits didactic purposes and experimental studies. For Alchourron, we also present an evaluation of the running time with respect to logical properties.</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>A fundamental problem for intelligent agents is adapting their world-view to potentially new and conflicting information. Iterated belief change discusses properties of operators that model transition of currently held beliefs under newly received information. The field has a large body of literature with di↵erentiated results for a large variety of di↵erent types of operations, e.g., revision <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b4">5]</ref>, contraction <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b18">19]</ref>, expansion, the area of non-prioritized change <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b21">22]</ref> and many more <ref type="bibr" target="#b20">[21]</ref>.</p><p>The research on (iterated) belief change is focussed on propositional logic (but not limited to). Often, total preorders over interpretations <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b21">22,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b21">22]</ref> or refinements thereof <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b4">5]</ref> are considered as a representation formalism for epistemic states.</p><p>A common aspect of many approaches in the area of iterated belief change is that a class of operators is given by syntactic postulates, constraining how to change, and that representation theorems show, which semantic postulates exactly reconstruct that class of operators in the realm of total preorders. The typical structure of postulates, regardless of whether they are syntactic or semantic postulates; is that they focus on a single (but arbitrary) epistemic state and constrain the result of subsequent changes on that state. When total preorders are considered as epistemic states, then very often, the so-called faithfulness condition and a representation theorem connects the syntactic viewpoint with the semantic perspective, e.g. <ref type="bibr" target="#b5">[6]</ref>.</p><p>Given the large variety of di↵erent postulates and types of operations, it is tedious and cumbersome to check manually whether a given specific change satisfies a certain postulate, or to decide whether the change falls into a certain category of type of operation.</p><p>This leads to the general problem of checking whether a belief change operator or a singular change satisfies a given syntactic or semantic postulate, which we call the certification problem. The certification problem got not much attention, notable exceptions are results about the complexity for specific operations <ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b12">13,</ref><ref type="bibr" target="#b19">20]</ref> and results about inexpressibility <ref type="bibr" target="#b24">[25]</ref>. Furthermore, there seems to be no implementation for the certification problem for the area of iterated belief change.</p><p>In this paper, we propose an approach to grasp the certification problem for the case where total preorders are used as epistemic states and provide an implementation. The approach consists of defining the first-order fragment FO TPC , which is meant as a language for semantic postulates. To focus on semantic postulates seems to be only a minor restriction, as, given the many representation theorems, many syntactic postulates are known to be expressible by semantic postulates in the total preorder realm. Second, we describe how an FO TPC -structure can be constructed for a belief change operator or for a singular belief change. The certification problem then becomes a first-order modelchecking problem. Third, we provide an implementation of the approach, which is publicly available on the web. We present an evaluation of the di↵erent steps of the approach according to the computation time with respect to the signature size and quantifier rank of postulates.</p><p>This paper extends recent work <ref type="bibr" target="#b17">[18]</ref> by an empirical evaluation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Belief Change on Epistemic States</head><p>Let L be a propositional language over a finite signature of propositional variables ⌃, and ⌦ its corresponding set of interpretations. Following the framework of Darwiche and Pearl <ref type="bibr" target="#b5">[6]</ref>, we deal with belief changes over epistemic states and propositions. An epistemic state is an abstract entity from a set E, where each 2 E is equipped with a deductively closed set Bel( ). A belief change operator is a function : E ⇥ L ! E. In this paper, we only consider operators satisfying the following syntax-independence condition for each 2 E and ↵, 2 L:</p><formula xml:id="formula_0">(sAGM5es*) if ↵ ⌘ , then ↵ =</formula><p>Here (sAGM5es*) is a stronger version of the extensionality postulate from the revision approach by Alchourrón, Gärdenfors and Makinson <ref type="bibr" target="#b0">[1]</ref> (AGM). The framework by Darwiche and Pearl is di↵erent from the classical setup for belief revision theory by AGM <ref type="bibr" target="#b0">[1]</ref>, where deductively closed sets (called belief sets) are used as states <ref type="bibr" target="#b6">[7]</ref>. However, the richer structure of epistemic states is necessary to include the information required to capture the change strategy of iterative belief change <ref type="bibr" target="#b5">[6]</ref>.</p><p>There are many possible instantiations of E; however, we will stick here to the popular one by total preorders. More precisely, we consider total preorders over ⌦ that fulfil the so-called faithfulness condition <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b5">6]</ref>, stating that the minimal elements of each total preorder  = 2 E are exactly the models of Bel( ), i.e., Mod(Bel( )) = min(⌦, ). Thus, in the scope of this paper, each total preorder  2 E is assumed to describe an epistemic state entirely.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Problem Statement</head><p>Postulates are central objects in the area of (iterative) belief change and are grouped together to define classes of belief change operators in a descriptive way. The problem we address is to check whether a given operator satisfies a postulate, i.e., belongs to a class of change operators specified by postulates. We call this particular problem the certification problem (which could be considered as a generalisation of the revision problem <ref type="bibr" target="#b15">[16]</ref>): Certification-Problem Given: A belief change operator and a postulate P Question: Does satisfy the postulate P ?</p><p>Clearly, information about a whole belief change operator is available or even finitely representable only in few application scenarios. This gives rise to several sub-problems depending on how much information of the particular operator is known. Apart from the full operator , we consider the certification of the following cases:</p><p>-A singular belief change from to 0 by ↵, i.e.: Does ↵ = 0 hold? </p><formula xml:id="formula_1">-A sequence of belief changes 1 ↵ 1 = 2 ,</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">The Approach</head><p>In belief change, postulates are usually described by common mathematical language, which is close to (first-order) predicate logic. In the following, we use the toolset of first-order logic to formalise the Certification-Problem as a first-order model-checking problem.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Language for Postulates.</head><p>As an initial study, we considered several postulates from the literature on iterated belief change, e.g. <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b14">15]</ref>, and selected the most common predicates and functions used. We compiled them into a fragment of first-order logic with equality over a fixed set of predicates and function symbols denoted by FO TPC (Total Preorder Change), with the intention to describe changes over total preorders. Figure <ref type="figure">1</ref> summarises the permitted symbols and describes only the minimal required set. Several common predicates and functions used in postulates are expressible by the means of FO TPC by employing this minimal set, e.g. logical entailment, semantic equality, the strict part of a total preorder, checking whether a formula has no model, etc. For a specific example, consider the following: LogImpl(x, y):=8w.Int(w)! (Mod(w, x)!Mod(w, y))</p><p>where LogImpl(x, y) describes that x logically implies y.</p><p>For illustration, we consider some aspects about belief change postulates. First, belief change postulates are typically formulated with a locality aspect; every postulate focusses on an initial state and a change formula ↵, describing a condition for this change. As prominent examples, the following postulates are an excerpt of the AGM revision postulates <ref type="bibr" target="#b0">[1]</ref>:</p><formula xml:id="formula_2">(AGM2*) ↵ 2 Bel( ↵) (AGM7*) Bel( (↵ ^ )) ✓ Cn(Bel( ↵)[{ })</formula><p>In FO TPC , we address this by reserving e 0 and a as special terms, where e 0 denotes the initial state and a denotes the formula representing the new information.</p><p>Postulates for (iterated) belief change typically come in two fashions: Semantic postulates describe changes in a semantic domain, such as faithful total preorders. For example, consider the following postulate:</p><formula xml:id="formula_3">(CR1) if ! 1 , ! 2 2 Mod(↵), then ! 1  ! 2 , ! 1  ↵ ! 2</formula><p>This could be expressed in FO TPC by the following formula ' CR1 :</p><formula xml:id="formula_4">' CR1 = 8w 1 , w 2 . (Int(w 1 ) ^Int(w 2 ) ^Mod(w 1 , a) ^Mod(w 2 , a))</formula><p>! (LessEQ(w 1 , w 2 , e 0 ) $ LessEQ(w 1 , w 2 , op(e 0 , a)))</p><p>Universe We describe now how objects like belief change operators, singular changes and so on are related to FO TPC formulas.</p><formula xml:id="formula_5">U A C = ⌦ [ { 0, 1} [ P(⌦) Predicates Mod A C = {(!, x) | x 2 P(⌦) [ { 0, 1}, ! 2 Mod(x)}} Int A C = ⌦ ES A C = { 0, 1} F orm A C = P(⌦) LessEQ A C = {(!1, !2, i) | !1  i !2} Functions or A C = ↵1, ↵2. ↵1 [ ↵2 e A C 0 = 0 not A C = ↵1. ⌦ \ ↵1 a A C = Mod(↵) op A C = ({( , , ) | 2 P(⌦), 2 { 0, 1}} \ {( 0, ↵, 0}) [ {( 0, ↵, 1)}</formula><p>Encoding as Model-Checking. Internally, we use the standard truth-functional semantics of first-order logic for FO TPC . Therefore, we translate a belief change operator, or the known part of it, into a first-order structure.</p><p>The general idea is to define a structure A by the following pattern: The universe U A consists of all propositional interpretations ⌦, all formulas from L and all considered epistemic states from , i.e., the total preorders over ⌦. We represent formulas by their models, i.e., by elements of<ref type="foot" target="#foot_1">2</ref> P(⌦). The rationale is that, because of (sAGM5es*), the considered belief change operators are insensitive to syntactic variations. Additionally, predicates are interpreted in the straight-forward manner, e.g., the predicate Int is interpreted as all propositional interpretations, Int A = ⌦, and LessEQ allows access to the total preorder of each epistemic state,</p><formula xml:id="formula_6">LessEQ A = {(! 1 , ! 2 , i ) | (! 1 , ! 2 ) 2 i }.</formula><p>Depending on whether a full change operator, a singular change, or another sub-problem is considered, some special treatment is necessary.</p><p>For instance, consider the signature ⌃ = {a, b}, yielding the interpretations ⌦ = {ab, ab, ab, ab}. Moreover, consider the singular change C = ( 0 , ↵, 1 ), where 0 =  0 is the total preorder treating every interpretation to be equally plausible, i.e., ab = 0 ab = 0 ab = 0 ab. Furthermore, let ↵ = a. The total preorder 1 =  1 treats all a-models to be equally plausible, but prefers them over all non a-models, which are considered to be equally plausible, i.e.,  1 is the unique total preorder with ab = 1 ab and ab &lt; 1 ab and ab = 1 ab. We construct a structure A C as follows: The universe is given by </p><formula xml:id="formula_7">U AC = ⌦ [ { 0 , 1 } [ P(⌦).</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Implementation</head><p>We provide an implementation, called Alchourron, of the approach by combining independent, self-developed Java libraries. Whereby the implementation consists of two main parts: First, an implementation of the model-checking based approach to the certification problem and its sub-problems and second, a user interface realized via web-frontend.</p><p>Our implementation of the certification problem makes use of a domain specific modelling of the area of iterated belief change. This contains the representation of postulates, belief change operators and belief changes, and the translation thereof into FO TPC -structures. The model-checking algorithm is currently straight-forward and is part of an extensive institution-inspired implementation, called Logical Systems<ref type="foot" target="#foot_2">3</ref> , which allows representation and evaluation of a variety of di↵erent logics in a unified way. Preconfigured postulates are stored in TPTP syntax and parsed from there<ref type="foot" target="#foot_3">4</ref> , mapping TPTP specified formula into our internal representation. Some parts of the implementation are currently only available upon request.</p><p>The user interface is publicly accessible by a web-frontend<ref type="foot" target="#foot_4">5</ref> , which expands on the previous work by Sauerwald and Haldimann <ref type="bibr" target="#b16">[17]</ref>. The currently available version allows the specification of a singular belief change using a browser-based client. First, the user decides on a propositional signature for the language of the belief change. Then a prior total preorder, an input formula, as well as the posterior total preorder is entered. Figure <ref type="figure" target="#fig_3">3</ref> illustrates the belief change input.</p><p>After specifying the change, the web-interface allows the user to check whether several preconfigured belief change postulates are satisfied. Optionally, a user can also enter her own postulate by defining a first-order formula using FO TPC . Formulas are described in TPTP syntax <ref type="bibr" target="#b23">[24]</ref>, e.g., the postulate (CR1) from Section 4 can be expressed as follows:</p><formula xml:id="formula_8">! [W1,W2] : ((int(W1) &amp; int(W2) &amp; mod(W1, A) &amp; mod(W2, A))</formula><p>=&gt; (lesseq(W1, W2, E0) &lt;=&gt; lesseq(W1, W2, op(E0, A))))</p><p>Internally, the user interface make use of a client-server architecture. In particular, postulate checking via compilation into a model-checking problem as described in Section 4 is happening completely on the server side. The implementation is highly modularized, and we expect reusability of components for further projects.</p><p>The client is implemented in TypeScript and utilizes the React framework. Display of total preorders is provided by open-source web components<ref type="foot" target="#foot_5">6</ref> that can also represent ordinal conditional functions <ref type="bibr" target="#b22">[23]</ref>, which for instance implement total preorders, but provide also more fine-grained representations of epistemic states.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Empirical Evaluation and Improvements</head><p>We undertook measurements of the run-time for several predefined postulates and belief changes. For the following, remember that the implementation computes the answer to a given certification problem in three steps: The implementation has to parse the request (including restoring the prior epistemic state and restoring posterior epistemic states from a textual representation), build the FO TPC -structure A C , and perform a FO TPC -model-check to determine whether or not the belief change satisfies a postulate.</p><p>As the method for measuring the run-time, we used java.time.Instant, while the server was running in a docker container. The same amount of resources was provided for every run. To reduce variance, measurements were taken multiple times and averaged. Even though concrete numbers depend on the system, overall trends could be identified. We obtained that the run-time is mainly dominated by the size of the signature. Figure <ref type="figure">4</ref> presents prototypical results of the measurements. With respect to the size of the signature, parsing the request, as well as building the initial structure showed only small growth. Increasing the size of the signature from |⌃| = 1 to |⌃| = 3 increases the time needed to parse the request by a factor of ⇠1.4, building A C took ⇠4.6 times as long. In contrast, the run-time for performing model-checking of all considered postulates increased from 11978 µs for |⌃| = 1 to 12386828 µs (⇠12.4s) for |⌃| = 3, a factor of ⇠1034. For |⌃| = 3, most postulates were checked in less than 100 milliseconds.</p><p>As special cases, consider the following postulates (CR5) and (CR6) from Darwiche and Pearl <ref type="bibr" target="#b5">[6]</ref>:</p><formula xml:id="formula_9">(CR5) if ! 1 , ! 3 |=↵ and ! 2 |=¬↵, then ! 3 &lt; ! 1 and ! 2  ! 1 i↵ ! 2  ↵ ! 1 (CR6) if ! 1 , ! 3 |=↵ and ! 2 |=¬↵, then ! 3 &lt; ! 1 and ! 2 &lt; ! 1 i↵ ! 2 &lt; ↵ ! 1</formula><p>Each of the postulates (CR5) and (CR6) interrelate three worlds. Thus, when modelling them in FO TPC , corresponding formulas quantify over three interpretations.</p><p>One might note that the postulates with the high run-times are those which contain three all-quantifiers (more than any other considered postulate). For example for (CR5) and (CR6) we obtain the average run-times of 3161 ms and 3226 ms, respectively. We conclude that the number of quantifiers in a postulate dominate the run-time. This coincides with theoretical results on the complexity of first-order model-checking with respect to the quantifier rank <ref type="bibr" target="#b13">[14]</ref>.</p><p>The results gave rationale to change the implementation, such that allquantified formulas were now evaluated in parallel. This led to a speed-up of roughly factor two for individual postulates. In an additional step, the certification of multiple postulates in one request was also done in parallel, allowing (CR5) and (CR6) to be evaluated at the same time and not sequentially. After performance optimizations, certification of a belief change for |⌃| = 3 was reduced from ⇠12.5 seconds to ⇠3.9 seconds, a speed-up factor of ⇠3.2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Summary and Future Work</head><p>We proposed FO TPC , a first-order fragment to describe belief change postulates, complemented with a methodology to construct a finite structure for a belief change operator, employing total preorders as representation of epistemic states. With this toolset, the certification of belief change operators can be understood as a model-checking problem. We presented our implementation, which is available online 5 , as a proof of concept for our approach for singular belief changes. In summary, we defined and formalized the certification problem and provided an implementation thereof.</p><p>While this is only the first proposal, we expect that this approach will be highly flexible regarding improvements and extensions. For future work we planning to expand our approach in several directions. First, note that our implementation of the model-checking-based certification already supports the certification of complete belief change operators. However, the user interface is currently limited to the certification of single-step changes. Thus, as a natural next step, we will investigate ways to extend the web interface such that ultimately certification of complete belief change operators is easily possible for users. Second, we are planning to extend the whole approach to more complex representations of epistemic states, e.g., ranking functions by Spohn <ref type="bibr" target="#b22">[23]</ref>. Finally, we will improve the e ciency of the implementation. This involves using a more sophisticated and specialized method of first-order model-checking.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>and 2 ↵ 2 = 3 , and . . . -All singular belief changes on a state , i.e. the set {( 1 , ↵, 2 ) 2 | = 1 } In the next section we present a model-checking based formalisation of the Certification-Problem.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 :</head><label>2</label><figDesc>Fig. 2: Structure AC , encoding a singular change C = ( 0, ↵, 1)</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>The predicates and function symbols are interpreted according to Figure2. The terms e 0 and a are interpreted as e AC 0 = 0 and a AC = Mod(↵). In summary, the Certification-Problem of whether C satisfies (CR1) is expressed as a model-checking problem for FO TPC , i.e., a change C satisfies the postulate (CR1) if A C |= ' CR1 holds, where ' (CR1) is the formula given in Equation (4).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 3 :</head><label>3</label><figDesc>Fig. 3: Input fields for the change from 0 to 1 by ↵ = a in Alchourron.</figDesc><graphic coords="7,164.66,151.60,269.22,83.54" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>1 |⌃| = 2 |⌃| = 3 Fig. 4 :</head><label>1234</label><figDesc>Fig.4: Average run-time for parsing, building a FO TPC -structure, and the FO TPC -modelchecking for the postulates (AGM2*), (PR)<ref type="bibr" target="#b3">[4]</ref>, and (CR5).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>1 ,  </figDesc><table><row><cell>Predicate</cell><cell>Intended meaning</cell><cell cols="2">Exemplary appearance</cell></row><row><cell cols="2">Mod(w, x) LessEQ(w1, w2, e) w1  w2 in e w is a model of x Int(w) w is an interpretation ES(e) e is an epistemic state F orm(a) a is a formula Function Intended meaning</cell><cell cols="2">! 2 Mod( ), ! 2 Mod(↵) ! 1  !2 ! 2 ⌦ 2 E ↵ 2 L Exemplary appearance</cell></row><row><cell>op(e0, a)</cell><cell>op(e0, a) is a result of changing e0 by a</cell><cell></cell><cell>↵ = 0</cell></row><row><cell>or(a, b) not(a)</cell><cell>propositional disjunction propositional negation</cell><cell>Bel(</cell><cell>(↵ _ )) = . . . ¬↵ / 2 Bel( ↵)</cell></row></table><note>Fig. 1: Allowed predicates and functions symbols in FO TPC , their intended meaning and how they are typically formulated in belief change literature.</note></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Note that we could also use a fragment of many-sorted first-order logic. However, some predicates are "overloaded" in respect to sorts.On Using Model Checking for the Certification of Iterated Belief Changes</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">P(•) is the powerset function.On Using Model Checking for the Certification of Iterated Belief Changes</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">Sauerwald, K.: Logical Systems, 2021, github.com/Landarzar/logical-systems.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">Steen, A.: Scala TPTP parser, 2021. DOI: 10.5281/zenodo.4672395.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">Visit: https://www.fernuni-hagen.de/wbs/alchourron/ On Using Model Checking for the Certification of Iterated Belief Changes</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">Heltweg, P.: Logic components, 2021. DOI: 10.5281/zenodo.4744650.On Using Model Checking for the Certification of Iterated Belief Changes</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowlegements</head><p>We would like to thank the reviewers for their fruitful and helpful comments. Kai Sauerwald is supported by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) Grant BE 1700/10-1 awarded to Christoph Beierle as part of the priority program "Intentional Forgetting in Organizations" (SPP 1921). The authors also thank Christoph Beierle for his helpful comments and support.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">On the logic of theory change: Partial meet contraction and revision functions</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">E</forename><surname>Alchourrón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Gärdenfors</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Makinson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Symb. Log</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="510" to="530" />
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">On the logic of iterated non-prioritised revision</title>
		<author>
			<persName><forename type="first">R</forename><surname>Booth</surname></persName>
		</author>
		<idno type="DOI">10.1007/114080176</idno>
		<ptr target="https://doi.org/10.1007/114080176" />
	</analytic>
	<monogr>
		<title level="m">Conditionals, Information, and Inference, International Workshop, WCII 2002</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">G</forename><surname>Kern-Isberner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><surname>Rödder</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Kulmann</surname></persName>
		</editor>
		<meeting><address><addrLine>Hagen, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">May 13-15, 2002. 2002</date>
			<biblScope unit="volume">3301</biblScope>
			<biblScope unit="page" from="86" to="107" />
		</imprint>
	</monogr>
	<note>Revised Selected Papers</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Credibility-limited improvement operators</title>
		<author>
			<persName><forename type="first">R</forename><surname>Booth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">L</forename><surname>Fermé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Konieczny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Pino Pérez</surname></persName>
		</author>
		<idno type="DOI">10.3233/978-1-61499-419-0-123</idno>
		<ptr target="https://doi.org/10.3233/978-1-61499-419-0-123" />
	</analytic>
	<monogr>
		<title level="m">ECAI 2014 -21st European Conference on Artificial Intelligence</title>
		<title level="s">Frontiers in Artificial Intelligence and Applications</title>
		<editor>
			<persName><forename type="first">T</forename><surname>Schaub</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Friedrich</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>O'sullivan</surname></persName>
		</editor>
		<meeting><address><addrLine>Prague, Czech Republic</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2014-08-22">18-22 August 2014. 2014</date>
			<biblScope unit="volume">263</biblScope>
			<biblScope unit="page" from="123" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Admissible and restrained revision</title>
		<author>
			<persName><forename type="first">R</forename><surname>Booth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Meyer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Artif. Intell. Res</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="page" from="127" to="151" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A bad day surfing is better than a good day working: How to revise a total preorder</title>
		<author>
			<persName><forename type="first">R</forename><surname>Booth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Meyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wong</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings, Tenth International Conference on Principles of Knowledge Representation and Reasoning</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Doherty</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Welty</surname></persName>
		</editor>
		<meeting>Tenth International Conference on Principles of Knowledge Representation and Reasoning<address><addrLine>Lake District of the United Kingdom</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2006">June 2-5, 2006. 2006</date>
			<biblScope unit="page" from="230" to="238" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">On the logic of iterated belief revision</title>
		<author>
			<persName><forename type="first">A</forename><surname>Darwiche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pearl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">89</biblScope>
			<biblScope unit="page" from="1" to="29" />
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">AGM 25 years -twenty-five years of research in belief change</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">L</forename><surname>Fermé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">O</forename><surname>Hansson</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10992-011-9171-9</idno>
		<ptr target="https://doi.org/10.1007/s10992-011-9171-9" />
	</analytic>
	<monogr>
		<title level="j">J. Philosophical Logic</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="295" to="331" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">The measurement of ranks and the laws of iterated contraction</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hild</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Spohn</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.artint.2008.03.002</idno>
		<ptr target="https://doi.org/10.1016/j.artint.2008.03.002" />
	</analytic>
	<monogr>
		<title level="j">Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">172</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="1195" to="1218" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Iterated belief revision, revised</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Jin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Thielscher</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">171</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="18" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Propositional knowledge base revision and minimal change</title>
		<author>
			<persName><forename type="first">H</forename><surname>Katsuno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">O</forename><surname>Mendelzon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">52</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="263" to="294" />
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Improvement operators</title>
		<author>
			<persName><forename type="first">S</forename><surname>Konieczny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Pino Pérez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Principles of Knowledge Representation and Reasoning: Proceedings of the Eleventh International Conference, KR 2008</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Brewka</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Lang</surname></persName>
		</editor>
		<meeting><address><addrLine>Sydney, Australia</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2008">September 16-19, 2008. 2008</date>
			<biblScope unit="page" from="177" to="187" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">On iterated contraction: syntactic characterization, representation theorem and limitations of the Levi identity</title>
		<author>
			<persName><forename type="first">S</forename><surname>Konieczny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Pino Pérez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Scalable Uncertainty Management -11th International Conference, SUM 2017</title>
		<title level="s">Proceedings. Lecture Notes in Artificial Intelligence</title>
		<meeting><address><addrLine>Granada, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2017">October 4-6, 2017. 2017</date>
			<biblScope unit="volume">10564</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">The complexity of iterated belief revision</title>
		<author>
			<persName><forename type="first">P</forename><surname>Liberatore</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Database Theory -ICDT &apos;97, 6th International Conference</title>
		<title level="s">Proceedings. Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">F</forename><forename type="middle">N</forename><surname>Afrati</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><forename type="middle">G</forename><surname>Kolaitis</surname></persName>
		</editor>
		<meeting><address><addrLine>Delphi, Greece</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1997">January 8-10, 1997. 1997</date>
			<biblScope unit="volume">1186</biblScope>
			<biblScope unit="page" from="276" to="290" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Elements of Finite Model Theory</title>
		<author>
			<persName><forename type="first">L</forename><surname>Libkin</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Dynamic belief revision operators</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Nayak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pagnucco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Peppas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">146</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="193" to="228" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">How Hard is it to Revise a Belief Base?</title>
		<author>
			<persName><forename type="first">B</forename><surname>Nebel</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-94-011-5054-53</idno>
		<imprint>
			<date type="published" when="1998">1998</date>
			<publisher>Springer Netherlands</publisher>
			<biblScope unit="page" from="77" to="145" />
			<pubPlace>Dordrecht</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">WHIWAP: checking iterative belief changes</title>
		<author>
			<persName><forename type="first">K</forename><surname>Sauerwald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Haldimann</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2445/paper2.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th Workshop on Dynamics of Knowledge and Belief (DKB-2019) and the 7th Workshop KI &amp; Kognition (KIK-2019)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">C</forename><surname>Beierle</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Ragni</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Stolzenburg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Thimm</surname></persName>
		</editor>
		<meeting>the 8th Workshop on Dynamics of Knowledge and Belief (DKB-2019) and the 7th Workshop KI &amp; Kognition (KIK-2019)<address><addrLine>Kassel, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019-09-23">September 23, 2019. 2019</date>
			<biblScope unit="volume">2445</biblScope>
			<biblScope unit="page" from="14" to="23" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Certification of iterated belief changes via model checking and its implementation</title>
		<author>
			<persName><forename type="first">K</forename><surname>Sauerwald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Heltweg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Beierle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">19th International Workshop on Non-Monotonic Reasoning (NMR 2021)</title>
				<editor>
			<persName><forename type="first">L</forename><surname>Amgoud</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Booth</surname></persName>
		</editor>
		<meeting><address><addrLine>Hanoi, Vietnam</addrLine></address></meeting>
		<imprint>
			<publisher>Proceedings</publisher>
			<date type="published" when="2021">November 2-5, 2021. 2021</date>
		</imprint>
	</monogr>
	<note>forthcoming)</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">A conditional perspective for iterated belief contraction</title>
		<author>
			<persName><forename type="first">K</forename><surname>Sauerwald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kern-Isberner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Beierle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECAI 2020 -24nd European Conference on Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">G</forename><forename type="middle">D</forename><surname>Giacomo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Catalá</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Dilkina</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Milano</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Barro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Bugarín</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Lang</surname></persName>
		</editor>
		<meeting><address><addrLine>Santiago de Compostela, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2020-09-08">August 29th -September 8th, 2020. 2020</date>
			<biblScope unit="page" from="889" to="896" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">On computational aspects of iterated belief change</title>
		<author>
			<persName><forename type="first">N</forename><surname>Schwind</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Konieczny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lagniez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Marquis</surname></persName>
		</author>
		<idno type="DOI">10.24963/ijcai.2020/245</idno>
		<ptr target="https://doi.org/10.24963/ijcai.2020/245" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence, IJCAI</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Bessiere</surname></persName>
		</editor>
		<meeting>the Twenty-Ninth International Joint Conference on Artificial Intelligence, IJCAI</meeting>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="1770" to="1776" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">On belief promotion</title>
		<author>
			<persName><forename type="first">N</forename><surname>Schwind</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Konieczny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Marquis</surname></persName>
		</author>
		<ptr target="https://aaai.org/ocs/index.php/KR/KR18/paper/view/18025" />
	</analytic>
	<monogr>
		<title level="m">Principles of Knowledge Representation and Reasoning: Proceedings of the Sixteenth International Conference, KR 2018</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Thielscher</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Toni</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</editor>
		<meeting><address><addrLine>Tempe, Arizona</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2018-11-02">30 October -2 November 2018. 2018</date>
			<biblScope unit="page" from="297" to="307" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Non-Prioritized Iterated Revision: Improvement via Incremental Belief Merging</title>
		<author>
			<persName><forename type="first">N</forename><surname>Schwind</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Konieczny</surname></persName>
		</author>
		<idno type="DOI">10.24963/kr.2020/76</idno>
		<ptr target="https://doi.org/10.24963/kr.2020/76" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 17th International Conference on Principles of Knowledge Representation and Reasoning</title>
				<meeting>the 17th International Conference on Principles of Knowledge Representation and Reasoning</meeting>
		<imprint>
			<date type="published" when="2020-09">9 2020</date>
			<biblScope unit="page" from="738" to="747" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Ordinal conditional functions: a dynamic theory of epistemic states</title>
		<author>
			<persName><forename type="first">W</forename><surname>Spohn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Causation in Decision, Belief Change, and Statistics, II</title>
				<editor>
			<persName><forename type="first">W</forename><surname>Harper</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Skyrms</surname></persName>
		</editor>
		<imprint>
			<publisher>Kluwer Academic Publishers</publisher>
			<date type="published" when="1988">1988</date>
			<biblScope unit="page" from="105" to="134" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">The TPTP Problem Library and Associated Infrastructure. From CNF to TH0, TPTP v6.4.0</title>
		<author>
			<persName><forename type="first">G</forename><surname>Sutcli↵e</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Automated Reasoning</title>
		<imprint>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="483" to="502" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Characterizability in belief revision</title>
		<author>
			<persName><forename type="first">G</forename><surname>Turán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yaggie</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence, IJCAI 2015</title>
				<meeting>the Twenty-Fourth International Joint Conference on Artificial Intelligence, IJCAI 2015<address><addrLine>Buenos Aires, Argentina</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">July 25-31, 2015. 2015</date>
			<biblScope unit="page" from="3236" to="3242" />
		</imprint>
	</monogr>
</biblStruct>

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