Revision and Reasoning on Revision Rules in DL-based Knowledge Bases

Size: px
Start display at page:

Download "Revision and Reasoning on Revision Rules in DL-based Knowledge Bases"

Transcription

1 Revision and Reasoning on Revision Rules in DL-based Knowledge Bases Chan Le Duc and Nhan Le Thanh Laboatoie I3S, Univesité de Nice - Sophia Antipolis, Fance cleduc@i3s.unice.f, Nhan.Le-Thanh@unice.f Abstact. Knowledge of evey application aea is heteogeneous and it develops in time. Theefoe, a combination of seveal fomalisms on which evision opeations ae defined, is equied fo knowledge epesentation of such a hybid system. In this pape, we will intoduce definition of evision opeations in DL-based knowledge bases and show how evision opeations ae computed fo Desciption Logics with existential estictions. Fom this, we can define evision ules whose consequent is a evision opeation. Such ules allow us to epesent context ules in tanslation between DL-based ontologies. Finally, we will intoduce a easoning on the hybid fomalism combining the evision ules and Desciption Logics. 1 Intoduction and Motivation Desciption Logics can be used as a fomalism fo ontology design in an application domain. In ode to educe the size of ontologies, diffeent ontologies fo diffeent subdomains o use pofiles ae deived fom a shaed common ontology. These deived ontologies shae atomic concepts, atomic oles and defined basic concepts in the common ontology. The shaed concepts can be edefined in a deived ontology with the aim of fitting an adaptable context. This is necessay to detemine the moe sufficient meaning of a shaed concept in the context of cuent uses. Owing to context ules, the edefining can be pefomed in un-time. This mecanism is specified in ebxml 1 famewok fo electonic commece [9]. Context ule defined in ebxml can be descibed as follows. Antecedent of a context ule is a pedicate which epesents context condition; consequent of ule is an opeation which tanslates a concept definition into anothe. Fo this eason, we need anothe fomalism to captue the semantics of such ontologies. It is a specific poduction ule, namely evision ule, whose consequent is an opeation allowing one to change a concept definition with the aim of shaing compehension about this concept. Moeove, since the definition of a concept in knowledge base can be modified by the application of a evision ule, evision opeations must be defined on DL-based teminology. A pofound study and a famewok fo evision opeations given in [2] togethe povide a good backgound fo the extension of these opeations to moe expessive DL languages. Nevetheless, thee ae seveal diffeent viewpoints concening 1 Electonic Business extensible Makup Language

2 the evision of DL-based knowledge base which ague both fo and against the pesevation of subsumption elationships in teminology. One viewpoint states that subsumption elationships ae deived knowledges and that they may be changed when concept definitions ae modified. Anothe viewpoint consides subsumption elationships as liteal and invaiant knowledges. That is, the subsumption elationships have neve been changed despite a change in concept definitions. It is obvious that teminology expansion cannot eplace teminology evision in this viewpoint. In fact, apat fom modifying a concept definition the popagation of this modification in all teminology is also equied. The following example shows the necessity of teminology evision and evision ules. Intoductoy Example. This example is extacted fom an exchange scenaio in ebxml [9]. Assume that thee ae two ontologies which ae deived fom a shaed basic ontology. In the the fist deived ontology that is defined by an Ameican acto, the following concept is intoduced: AntiPollutantPod := Poduct esist.noise. This concept is diffeently defined in the second deived ontology by an Euopean acto as follows: AntiPollutantPod := Poduct esist.fie esist.noise. To shae the compehension about the concept AntiPollutantPod when these actos exchange a document containing this concept, ebxml intoduces the following geometical context ule allowing us to change the definition of concept: 1 : soldby(x,y 1 ) boughtby(x,z 1 ) associate(y 1,Y 2 ) associate(z 1,Z 2 ) Euopean(Y 2 ) Ameican(Z 2 ) TELL(AntiPollutantPod, esist.fie); This ule states that if a poduct X is sold by a company Y 1 who has an Euopean associate, the poduct X is bought by a company Z 1 who has an Ameican associate, then the concept AntiPollutantPod should be intepeted as a poduct capable of esisting Fie. Moeove, we now have two vesions of the concept PodFoImpot as follows: In the Ameican acto s ontology: PodFoImpot := AntiPollutantPod contol.toxicity esist.heat In the Euopean acto s ontology: PodFoImpot := AntiPollutantPod contol.toxicity Simila to the ule 1, a shaed industial context ule is intoduced as follows : 2 : ConstuctionCo(Y 1 ) soldby(x,y 1 ) AntiPollutantPod(X) FORGET(PodFoImpot, esist.heat); This ule states that if a constuction company (ConstuctionCo) sells someone a poduct X which is AntiPollutantPod, the concept PodFoImpot should be intepeted as a poduct without the popety to esist the heat i.e. we have to delete the popety to esist the heat fom the definition of PodFoImpot. Futhemoe, the Ameican and Euopean actos shae a basic ontology which contains the following concepts: AmeicanCo:= associate.ameican; EuopeanCo:= associate.euopean; Fie:=Heat Cabonization; and pimitive concepts and oles. Assume that the actos use the same ABox as follows:{soldby(a,b); boughtby(a,c); AntiPollutantPod(a); EuopeanCo(b); AmeicanCo(c); Pollutant(Noise)}. Fom the assetions in the ABox and the definitions of concepts EuopeanCo and AmeicanCo, we obtain the following assetions: associate(a,b ), Euopean(b ), as-

3 sociate(a,c ), Ameican(c ). Thus, the ule 1 becomes active. It is obvious that the modification of concept definition AntiPollutantPod pefomed by 1 can lead to a modification of concept definition PodFoImpot. Futhemoe, assume that now the assetion ConstuctionCo(b) is added to the ABox. Hence, the ule 2 becomes active. Howeve, the assetion AntiPollutantPod(a) no longe may be veified following application of the ule 1 since a new facto ( esist.fie) is added to the definition of concept AntiPollutantPod. By consequent, we have two choices to make fo ule application ode: ( 1, 2 ) o ( 2, 1 ). It is obvious that the teminologies obtained fom these two choices ae diffeent. Howeve, if the application ode ( 2, 1 ) is chosen, the deived ontologies obtained become neae each othe since both of ules 2, 1 ae applied. Thee ae at least two poblems that aise fom this example: how to compute the evision opeations (TELL, FORGET) and how to eason on context ules so that the numbe of ules applied in an ode is maximum. By what follows, we will popose an appoach to these poblems. The second section of the pape will pesent AGM famewok and pojection of this famewok onto DL-based knowledge base evision. The next section will concentate on the computing of evision opeations fo the languages: EL (which contains only conjunction and existential estiction) and FLE (which is obtained fom EL by adding value estiction) by using the tee epesentation of FLE-concept deciptions developed in [6]. The section 3 will intoduce evision ules and easoning on DL-based knowledge base with evision ules. The last section will discuss extensions of the evision opeations to moe expessive DL languages which contain numbe estictions and disjunction. 2 DL-based Knowledge Base Revision 2.1 Fom AGM Famewok to DL-based Knowledge Base Revision If we conside knowledge base as a set of popositions (belief), efuting a poposition o accepting a new poposition coesponds espectively to contaction o evision opeation which allows us to add new knowledge to o to delete obsolete knowledge fom knowledge base (KB). Such a modification can geneate some contadictions in the new KB. In ode to guaantee consistency of the KB, some popositions must be deleted fom this. The authos of the wok in [1] (called AGM famewok) poposed a set of postulates that evision (expansion) o contaction opeations should satisify. Fom this set of postulates and some hypothesises concening elationships between evision and contaction, the authos also gave pecise definitions fo evision and contaction opeations on a set of popositions. Howeve, in a DL-based knowledge base, if evision opeation is consideed as addition of a new concept to teminology (TBox), evision and expansion opeations ae identical since addition of a concept to teminology does not cause any inconsistency. Unfotunately, modification of a concept definition in teminology cannot always be tanslated into teminology expansion since this modification should be popagated in all teminology. To show this claim, we need to fomulate evision and contaction

4 opeations on a TBox. In fact, if we use a DL language which allows us to both nomalize concept desciptions and ewite concept definitions as conjunctions of simple concepts, these opeations can be witten as follows: TELL(T, C, Exp) := C Exp FORGET(T, C Exp, Exp) := C whee T is a TBox, C is concept to be evised and Exp is a simple concept. In a TBox, a concept definition can depend on othe concept definitions. Fo a static KB on which evision opeatos do not exist, we can tansfom an acycle TBox into the equivalent unfolded TBox (which have the same models) in which all ight sides do not contain defined concept names. This tansfomation is pefomed unde the hypothesis which states that ight side of a concept definition detemines necessay and sufficient condition fo left side of the concept definition (defined concept name). Nevetheless, this can lead to an incompatibility if evision opeatos ae defined in KB. Fo example: Let a TBox T 1 ={A := P B; B := Q R} and its unfolded TBox: T 2 ={A := P Q R; B := Q R}. If we apply FORGET(T 1, B, Q) and FORGET(T 2, B, Q), then T 1 and T 2 thus obtained ae no longe equivalent. It is obvious that what we want to obtain afte the evision is T 1 since concept A is still defined as a conjunction of P and B. This means that the dependence should be peseved. As a esult, if TBox is unfolded, some opeations have to be pefomed to popagate modification of a concept definition in the entie TBox. By contast, if TBox is folded the concepts which depend on the concept to be evised ae automatically changed. A pojection of AGM famewok onto teminology evision was caied out by B. Nebel in [2]. The following pinciples intepeted fo teminology fom the postulates of AGM famewok ae the most poblematic. (i) Success. This pinciple equies that any evision opeation must be successful, i.e following TELL(T, C, Exp) the new knowledge (Exp) must be subsumed by concept C; and following FORGET(T, C Exp, Exp) concept C must no longe be subsumed by the deleted knowledge (Exp). (ii) Minimal Change. This pinciple equies that evision opeation should cause minimal distubance of KB. This means that the new definition obtained of the concept to be evised is the neaest definition, semantically speaking, fom the oiginal definition of this concept. (iii) Recovey. This pinciple ensues that knowledge deleted by opeation FORGET should be ecoveed by opeation TELL i.e TELL(T, FORGET(T, C, Exp), Exp) is subsumed by C. Howeve, the appoach in [2] does not take into account semantic aspects (e.g subsumption elationships) in a sufficient way. Thefoe, this appoach cannot simultaneously satisfy the pinciples pesented and is not extensible to DL-languages which contain existential estictions. In what follows, we popose anothe appoach in languages EL and FLE fo evision opeations allowing to each these pinciples. Syntax, semantics and subsumption notion of these languages can be found in [8]. Futhemoe, the notion lcs (least common subsume) which is used in this pape, is defined and computed in [6]. Because of space limitation, we cannot pesent all the technical details in this pape. In the emainde of the pape, if thee is not any confusion, we can omit the fist paamete of evision opeations.

5 2.2 Revision Opeations We begin by intoducing definition of FORGET and S-FORGET (stand fo SEMI- FORGET) opeations fo a concept in TBox T which uses a L-language without the bottom-concept. Definition 1. (FORGET) Let C be a concept in TBox T and Exp a L-concept desciption without conjunction at the top-level, Exp. 1. If C Exp, FORGET(C, Exp) := C; 2. If C Exp, FORGET(C, Exp) is a concept desciption which has the following popeties: (a) C FORGET(C, Exp) ; (b) FORGET(C, Exp) Exp ; (c) If D is a L-concept desciption so that C D and D Exp, then FORGET(C, Exp) D. The S-FORGET opeation is simila to FORGET except that the condition 2.(c) is eplaced by: If D is a L-concept desciption so that C D and D Exp, then D S- FORGET(C, Exp). The conditions 2.(a) and 2.(b) guaantee the success pinciple while the condition 2.(c) ensues the minimal change pinciple. We emak that fo language EL, FORGET always exists and S-FORGET(C, Exp) FORGET(C, Exp). Nevetheless, fo language FLE, S-FORGET(C, Exp) is not necessaily unique and FORGET(C, Exp) may not exist. Fo example, let C :=.(A 1 A 2 ).(A 1 A 2 A 3 ), Exp 1 :=.A 1, and Exp 2 :=.(A 1 A 2 ). We have: FORGET(C, Exp 1 ) =.A 2.(A 2 A 3 ). Nevetheless, we have: S- FORGET(C,Exp 2 ) {.A 2.(A 2 A 3 ),.A 1.(A 1 A 3 ),.(A 1 A 3 ).(A 2 A 3 )}. The simplicity of evision expession Exp (i.e. Exp does not allow fo conjunction at the top-level) in the Definition FORGET is equied since knowledge added to o deleted fom concept to be evised is consideed as a simple chaacteistic of the concept. On the othe hand, the simplicity of evision expession Exp whee Exp is a value estiction helps to guaantee the uniqueness of S-FORGET. This implies the existence of FORGET in language FLE. As mentioned in the pevious section, we will use the tee epesentation pesented in [6] fo FLE-concept desciptions to compute the evision opeations. A FLE-descip tion tee is of the fom G = (V, E, v 0, l) whee v 0 is the oot, edges vw, v w E ae labeled by oles N R (set of pimitive oles), nodes v V ae labeled by sets of pimitive concepts fom N C (set of concept names). The empty label coesponds to the top-concept. Note that we have to nomalize FLE-concept desciptions befoe tanslating them to desciption tees. Convesely, each FLE-desciption tee can be tanslated into a FLE-concept desciption C G and C G C. Theoem 1. Let C be a defined concept in a EL-TBox. Let Exp be an EL-concept desciption without conjunction at the top-level and Exp. We have: FORGET(C, Exp) always exists and thee exists a polynomial algoithm fo computing it.

6 The algoithm fo computing FORGET(C, Exp) is based heavily on the tee epesentation of EL-concept desciption. FORGET(C,Exp) is inductively computed as conjunction of all concept desciptions which ae not subsumed by Exp but subsume C. This conjunction too is not subsumed by Exp since the conjuncts ae EL-concept desciptions. We can show that the numbe of these conjuncts is polynomial in the size of C. In what follows, we suppose that concept to be evised C and evision expession Exp ae nomalized i.e. value ectictions ae popagated on existential estictions. (cf. [6]) We now ty to extend this esult to language FLE. This extension is not diect since FORGET may not exist despite the existence of S-FORGET. The eason is that the occuence of value estiction on the top-level causes unification of existential estictions. This unification comes fom the popagation of the value estiction on existential estictions (nomalization) when FORGET is built fom a conjunction of S-FORGET (we can show that the unique existence of FORGET(C, Exp) in language FLE will be guaanteed if value estiction does not occu on the top-level of C). Howeve, we can choose a concept desciption as FORGET fom the set of S-FORGET such that estiction of this concept desciption on language EL coincides with the esult obtained fom the computing pocedue fo FORGET in language EL. We can show that thee is a unique S-FORGET which satisfies this estiction. By consequent, thee ae two easons to choose this S-FORGET as FORGET: i) S-FORGET satisfies the minimal change pinciple (i.e. thee does not exist any concept desciption D which is infeio to S-FORGET(C, Exp) so that D subsumes C and D Exp) ii) the S-FORGET chosen is compatible with the FORGET defined in language EL. Similaly, the algoithm fo computing the concept desciption FORGET(C, Exp) defined as above in a FLE-TBox is based on the tee epesentation of FLE-concept desciption. The computing is inductively pefomed on the depth of the desciption tee G C. On each level of tee G C, the S-FORGET s ae computed. Next, conjunctions of these S-FORGET ae built so that unification of these S-FORGET s does not occu. Biefly, the algoithm can be descibed as follows: 1. If Exp is a value estiction, Exp is of the foms:....p whee P is a pimitif concept,o.....d whee D is a FLE-concept desciption (since Exp does not accept conjunction on the top-level). In this case, the existential estictions of FORGET(C, Exp) ae the existential estictions of C and the value estiction of FORGET(C, Exp) is inductively computed as follows:.forget(val (C), val (Exp)) whee val (C) is the expession unde the value estiction of C w..t ole. 2. If Exp is an existential estiction, fist the existential estictions of FORGET(C, Exp) ae inductively constucted fom.forget(d, E ) whee D, E ae expessions unde the existential estictions of C and Exp. The value estiction of FORGET(C, Exp) is computed as the least common subsume lcs of the expessions unde the existential estictions obtained and val (C). Futhemoe, the size of the esult tee FORGET is bounded by an exponential numbe in the size of input since the algoithm must compute lcs fo a polynomial numbe of concept desciptions. As a esult, we obtain the following theoem:

7 Theoem 2. Let C be a defined concept in a FLE-TBox. Let Exp be a FLE-concept desciption without conjunction at the top-level and Exp. We have: FORGET(C, Exp) always exists and thee exists an exponential algoithm fo computing it. To show how the algoithm to wok, we conside the following example. Let C :=.(A B.(A B).(A B C)), Exp :=.(A.A.(A B)). The computing pocedue fo FORGET(C, Exp) descibed above is illustated in Figue 1. In this example, FORGET(C, Exp) is computed as a conjunction of S-FORGET(C, G C G Exp G F ORGET(C,Exp) A, B A B A, B A, B A, B A, B A, B, C A A, B A, B A, B, C B A, B, C B B, C A A, C Fig. 1. Desciption Tees fo computing FORGET Exp). Fist, let v 1 be the -successo of the oot v 0 of the desciption tee G C and w 1 be the -successo of the oot w 0 of the desciption tee G Exp. The subtee G FORGET(C,Exp) (u 1 ) coesponding to existential estiction.(b.(a B).(A B C)) is obtained fom the tee G C by deleting P l(v 1 ) \ ((l(v 1 ) l(w 1 )) fom l(v 1 ). This means that this subtee coesponds to the least concept desciption so that l(u 1 ) l(v 1 ), l(w 1 ) l(u 1 ). The subtee G FORGET(C,Exp) (u 2 ) coesponding to existential estiction.(a B.B.(A B C)) is obtained by copying the existential estiction.(a B C) fom G C and by applying S-FORGET(.va(C GC(v 1)),.va(C GExp(w 1))) to obtain the subtee.b. Note that this S-FORGET contains only one element. The subtees G FORGET(C,Exp) (u 3 ) and G FORGET(C,Exp) (u 4 ) coesponding espectively to C 1 :=.(A B.B.(B C)) and C 2 :=.(A B.A.(A C)) ae computed as follows. Fist, S-FORGET(.C GC(v 1),.C GExp(w 1)) is applied to obtain two subtees E 1 :=.(B C) and E 2 :=.(A C). Second, lcs(ex(e i ), va(g C (v 1 ))) is computed fo i {1, 2} whee ex(e i ) denotes expession unde existential estiction of E i. Finally, C 1, C 2 ae built fom E 1, E 2 and.lcs(ex(e 1 ), va(g C (v 1 ))) =.B,.lcs(ex(E 2 ), va(g C (v 1 )))=.A. We now ty to define TELL opeation such that two opeations FORGET and TELL veify the ecovey pinciple. On the othe hand, TELL should espect the success and minimal change pinciples. Note that the satisfaction of the ecovey pinciple is not

8 tivial in this case. As an example, let C be a concept in EL-TBox and Exp be an ELconcept desciption as follows: C :=.(A B).(A C);Exp :=.A. We have: FORGET(C, Exp)=.B.C. Howeve, if the opeation TELL(C,Exp) is defined as the most concept desciption w..t subsumption so that TELL(C,Exp) C and TELL(C,Exp) Exp, then TELL(FORGET(C,Exp), Exp)=.B.C.A. Theefoe, C TELL(FORGET(C, Exp),Exp) which does not satisfy the ecovey pinciple. This implies that we cannot guaantee simutaneously the minimal change and ecovey pinciples fo opeation TELL. We will define opeation TELL with help of the opeation FORGET as follows. Definition 2. (TELL) Let C be a concept in TBox T and Exp a L-concept desciption without conjunction at the top-level, Exp. 1. If C, TELL(C, Exp) := Exp; 2. If C Exp, TELL(C, Exp) := C; 3. If C Exp, (a) If Exp is a pimitive concept,tell(c, Exp):= C Exp; (b) If Exp is a value estiction, TELL(C, Exp):= P PRIM(C) P.TELL(va (C), va (Exp)) C ex (C).C whee PRIM(C) denotes a set of pimitive concepts at the top-level of C; va (C) denotes expession unde the value estiction at the top-level of C w..t ole and ex (C) denotes a set of expessions unde the existential estictions at the top-level of C w..t ole ; (c) If Exp is an existential estiction, TELL(C,Exp) is a concept desciption which has the following popety: i. TELL(C,Exp) C, TELL(C, Exp) Exp and FORGET(TELL(C,Exp),Exp) C; ii. If D is a L-concept desciption so that D C, D Exp and FORGET(D,Exp) C, then TELL(C, Exp) D. In the definition TELL above, we must distinguish two cases whee expession Exp is a value o existential estiction. Indeed, opeations FORGET(C, Exp) and TELL(C, Exp) ae not symmetic if Exp is a value estiction. By what it means we can define FORGET, TELL such that FORGET(TELL(C, Exp),Exp) C if Exp is an existential estiction while we cannot do it if Exp is a value estiction. We can show that if thee exists TELL(C,Exp), then TELL(C,Exp) is unique modulo equivalence. Futhemoe, the Definition 2 fo TELL veifies success and ecovey pinciples but espects weakly the minimal change pinciple. In fact, the success pinciple is obviously satisfied. We will show that the ecovey pinciple is veified as well. Assume that C Exp. We have: FORGET(C,Exp) C. Thus, TELL(FORGET(C,Exp),Exp) TELL(C, Exp) C (fom definition of TELL and the uniqueness of TELL). Assume now that C Exp. We have: FORGET(C, Exp) Exp. Moeove, since C Exp, C FORGET(C, Exp) and FORGET(C, Exp) FORGET(C, Exp) (fom the uniqueness of FORGET), we can deduce that TELL(FORGET(C,Exp),Exp) C fom the condition 3.(c).ii) of Definition 2 (whee C denotes D and D denotes FORGET(C,Exp)). Fo the case 3.(b) in Definition 2, the

9 ecove pinciple can be shown by using the case 3.(c) and Definition 1. We popose an algoithm fo computing the opeation TELL specified in Definition 2. We only need to teat the case 3.(c) in Definition 2 (the othes cases ae obvious). Let (G + H) denote the desciption tee of TELL(C,Exp) whee G =(N C, E C, v 0, l C ) and H = (N Exp, E Exp, w 0, l Exp ). The tee (G + H) is computed by induction on the depth of the tees. The node (v 0, w 0 ) labeled by l G (v 0 ) l H (w 0 ) is the oot of (G + H). Fo each successo v of v 0 in G and each -successo w of w 0 in H, we obtain a successo (v, w) of u 0 in (G + H) whee l G+H (v, w) := l C (v) l D (w). The node (v, w) is the oof of subtee G(v) + α.h(w ) whee w is a α successo of w, α {, }. The successo u of u 0 in (G + H) is the oof of the subtee coesponding to the following concept desciption: lcs{c (G+H)(u) fo all -successo u of u 0 }. Theoem 3. Let C be a defined concept in a FLE-TBox. Let Exp be a FLE-concept desciption without conjunction at the top-level and Exp. TELL(C, Exp) always exists and thee exists an exponential algoithm fo computing it. Figue 2 shows the desciption tee obtained fom the computing TELL(FORGET(C, Exp), Exp) whee the desciption tee FORGET(C, Exp) is given in Figue 1. G F ORGET(C,Exp) G Exp + B A, B A, B A, B A A, B A, B, C B A, B, C B B, C A A, C A A, B G T ELL(FORGET(C,Exp),Exp) A, B A, B A, B, C Fig. 2. Desciption Tees fo computing TELL

10 2.3 Revision on ABox Accoding to the discussion in Section 2.1, expansion of a TBox does not equie any modification of the coesponding ABox. In fact, all assetions in the ABox ae always veified following an concept addition. Similaly, the opeation FORGET(C, Exp) which is defined in Section 2.2, modifies the definition of concept C so that if an individual veifies the definition of concept C, then this individual also veifies the new definition of C. This implies that no evision is necessay following execution of FOR- GET(C, Exp). By constast, the opeation TELL(C, Exp) which is defined in Section 2.2, needs to evise the ABox. In fact, thee may exist an individual which veifies concept C but does not veify the concept TELL(C, Exp). Let C be a concept definition modified by a evision opeation in TBox. Let (O,. I ) denote a model of KB = ( T, A ) whee T is a TBox and A is a coesponding ABox. Fo each assetion C I (d I ) whee d I O, we can use instance checking infeence, fo example in [4], in ode to know if the assetion TELL(C, Exp) I (d I ) is veified i.e = TELL(C, Exp) I (d I ). 3 Revision Rule and Reasoning on Revision Rules The ule, which is going to be defined below, is a specific fom of poduction ule, called evision ule. Indeed, the consequent of such a ule is a evision opeation. Geneic fom of evision ule in a KB = ( T, A, R ) is defined as follows : R : p TELL(C, Exp) o : p FORGET(C, Exp) whee p is a pedicate composed fom assetions in A with assetion conjunction constucto: p := C 1 (d 1 )... C n (d n ) whee C i (d i ) belongs to o is deduced fom A and the evision opeations TELL and FORGET ae defined in Section 2.2. Let R denote a set of evision ules which is consideed as the thid component of the KB = ( T, A, R ). Semantics of can be defined owing to the semantics of each component. In the DL-based KBs which allow fo ules whose antecedent and consequent ae concept desciptions (assetions, moe pecisely), TBox does not change and thee exists a unique extension of ABox following application of the ules [5]. Howeve, application of evision ules can change TBox and TBox obtained may be not unique, o this application may not even be teminated. In this case, to guaantee the temination of the easoning, we need some constaints on the evision ules. Futhemoe, in ode to obtain the uniqueness we have to choose stategy fo a specific pupose. In this pape, ou appoach consists of maximizing the numbe of evision ules applied. The eason fo this choice is that each context ule application makes the diffeence between of the ontologies smalle. This is justified in the emak at the end of this section. Let be a evision ule of the fom: C 1 (d 1 )... C n (d n ) Rev(C, Exp). We denote Ant():={C 1,..., C n }, Cons():={C}, Rev() {FORGET, TELL} and Ex():={Exp}. A ule is called acyclic if Ex() does not depend on any concept C to be evised and C i does not depend on Cons() whee C i Ant(), i {1,..., n}.

11 Rule component R :={ 1,..., n } of a KB is called non-ecusive if thee does not exist any cycle of ules i.e if thee does not exist any subset { i1,..., il } R such that Ant( i2 ) depends on Cons( i1 ),..., Ant( i1 ) depends on Cons( il ). Fo a KB := ( T, A, R ) whee T is acyclic and R is non-ecusive, a subset of ules R R is called completion of if no longe changes following application of the ules in R in an ode. A completion R is called maximal (minimal) if thee is an application ode of the ules in R such that all applicable (active) ules must belong to R following this application ode of the ules; and the numbe of ules in R is maximal (minimal). In ode to intoduce teminaison condition fo extension pocedue on launched by ule application, we need the following notion. Let 1, 2 be two evision ules whee Cons( 1 ) = Cons( 2 ). The notation Ex( 1 ) Ex( 2 ) is intoduced as follows: 1. If both of Ex( 1 ) and Ex( 2 ) ae existential estictions, Ex( 1 ) Ex( 2 ) is defined as Ex( 1 ) Ex( 2 ) and Ex( 2 ) Ex( 1 ). 2. If Ex( 1 ) is an existential estiction and Ex( 2 ) is a value estiction whee Ex( 2 )=.... }{{}.E, then Ex( 1 ) Ex( 2 ) is defined as E.E and.e n E fo all E whee G E is a subtee at the level n of the desciption tee G Ex(1). 3. If both of Ex( 1 ) and Ex( 2 ) ae value estictions, Ex( 1 ) Ex( 2 ) is defined via 1. and 2. at a level m of the desciption tees. Theoem 4. Let := ( T, A, R ) be a KB whee T and R ae acyclic. Fo each couple of ules i, j R whee Cons( i ) = Cons( j ), assume that : Ex( i ) Ex( j ). 1. Fo all tansfomation seies of pefomed by application of ules 1,..., i,... R : 0, 1,..., i,... whee each tansfomation i 1 - i is caied out by ule i, thee exists n finite so that n = n+1 = If R is non-ecusive, thee exists a unique maximal completion. The poof of the pat 1. of Theoem 4 elies heavily the condition of the theoem which applies on the ule component, and the popeties of opeations FORGET and TELL. Indeed, if each concept C to be evised no longe changes following a finite numbe of ule applications on C, then all the tansfomation seies of is finite. Next, we can show that tansfomation seies obtained fom an application of a ule is equivalent to tansfomation seies obtained fom seveal applications of a ule whee REV () = TELL. Futhemoe, we can pove that thee exists q such that fom the step q application of any ule FORGET no longe is necessay. By consequent, we obtain that all the tansfomation seies of is finite since R is finite. In ode to pove the pat 2., we popose an algoithm fo computing a subset R M of ules. The constuction of this algoithm is based on dependance gaph coesponding to the ule component R. Each node of the gaph coesponds to a ule i R and an edge ( i, j ) of the gaph is defined if Ant( j ) depends on Cons( i ). (The dependance gaph is acyclic since R is non-ecusive). Each step of the algoithm chooses

12 a ule i so that application of i does not make othe ules inactive if possible. Thus, the numbe of ules in R M obtained fom the algoithm is maximal and R M is unique. In geneal, thee may exist diffeent minimal completions in a KB whose components satisfy the conditions of Theoem 4. Accoding to Theoem 4, the ule application ode ( 2, 1 ) in the Intoductoy Example is chosen since if 1 is applied befoe, 2 becomes inactive. Thus, the application ode ( 2, 1 ) is a maximal completion. This choice captues the intuition because the diffeence between the TBoxes obtained fom ule application ode ( 2, 1 ) is less impotant than the diffeence between the TBoxes obtained fom the application ode ( 1, 2 ). Note that the application ode ( 1, 2 ) is not a maximal completion since ule 2 becomes inactive following application of the ule 1. 4 Conclusion and Futue Wok We have intoduced definition of evision opeations in knowledge bases using Descition Logics with existential estictions. These definitions esult fom a pojection of the AGM famewok onto DL-based teminology evision. Next, we have descibed a method fo computing the defined evision opeations. This method is lagely based on the tee epesentation of concept desciptions poposed in [6]. A moe in-depth study of the complexity of these opeatos is necessay fo a possible impovement in the computing. Fo example, the compact epesentation fo lcs poposed in [10] may allow us to educe the size of concept desciptions obtained fom computing evision opeations. Anothe question aises concening the extension of the evision opeatos to languages allowing fo disjunction o numbe estictions. Fist, thee is a way which allows us to extend evision opeations to languages including the bottom-concept and negated pimitive concepts (e.g. ALE). Indeed, opeation FORGET fo the bottom-concept should be consideed as a special case since FORGET(, Exp) cannot simultaneously satisfy both success and minimal change pinciples. Second, extension of evision opeations to languages obtained fom the addition of numbe estictions to language FLE is elatively diect since the stuctual chaacteization of subsumption fo these languages has been developed in [7]. Howeve, fo the languages allowing disjunction constucto, we have to develop a stuctual chaacteization of subsumption which allows us to compute concept desciptions defined in the evision opeations. In addition to extensions concening expessiveness of D.L languages used in K.B, we can allow fo Hon ules in the ule component. In this case, the obtained fomalism will be an extension of language CARIN [3]. This combination will open some inteesting quesions which deseve investigation: which inteactions will take place in the combining fomalism and how to extend the infeence sevices of CARIN in the combining fomalism. Refeences 1. C.E.Alchouón, P.Gädenfos, and D.Makinson, On the logic of theoy change: Patial meet functions fo contaction and evision, Jounal of symbolic Logic, (50), (1985).

13 2. B. Nebel, Reasoning and Revision in Hybid Repesentation Systems, Lectue Notes in Compute Science, Spinge-Velag, A.Y.Levy and M.C.Rousset, Combining Hon Rules and Desciption Logics in CARIN, Atificial Intelligence, Vol 104, F.M.Donini, M.Lenzeini, D.Nadi, and A.Schaef, Reasoning in Desciption Logics, CSLI Publications, F.M.Donini, M.Lenzeini, D.Nadi, W.Nutt, and A.Schaef, An Epistemic Opeato fo Desciption Logics, Atificial Intelligence, Vol 100, F.Baade, R.Küstes, and R.Molito, Computing least common subsume in Desciption Logics with existential estictions, Poc. of the 16th Int. Joint Conf. on Atificial Intelligence, IJCAI, R.Küstes, and R.Molito, Computing least common subsume in ALEN, Poc. of the 17th Int. Joint Conf. on Atificial Intelligence, IJCAI, F.Baade et al., The Desciption Logic Handbook-Theoy, Implementation and Applications, Cambidge Univesity Pess, ebxml, Coe Components, Document Assembly and Context Rules, see C.Le Duc and N.Le Thanh, On the Poblems of Repesenting Least Common Subsume and Computing Appoximation in DLs, Poc. of Int. Conf. on Desciption Logics, 2003.

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

The Implementation of the Conditions for the Existence of the Most Specific Generalizations w.r.t. General EL-TBoxes

The Implementation of the Conditions for the Existence of the Most Specific Generalizations w.r.t. General EL-TBoxes The Implementation of the Conditions fo the Existence of the Most Specific Genealizations w..t. Geneal EL-TBoxes Adian Nuadiansyah Technische Univesität Desden Supevised by: Anni-Yasmin Tuhan Febuay 12,

More information

THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX. Jaejin Lee

THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX. Jaejin Lee Koean J. Math. 23 (2015), No. 3, pp. 427 438 http://dx.doi.og/10.11568/kjm.2015.23.3.427 THE JEU DE TAQUIN ON THE SHIFTED RIM HOOK TABLEAUX Jaejin Lee Abstact. The Schensted algoithm fist descibed by Robinson

More information

Standard and Non-Standard Inferences in the Description Logic FL 0 Using Tree Automata

Standard and Non-Standard Inferences in the Description Logic FL 0 Using Tree Automata EPiC Seies in Computing Volume 55, 2018, Pages 1 14 GCAI-2018. 4th Global Confeence on Atificial Intelligence Standad and Non-Standad Infeences in the Desciption Logic FL 0 Using Tee Automata Fanz Baade,

More information

Probablistically Checkable Proofs

Probablistically Checkable Proofs Lectue 12 Pobablistically Checkable Poofs May 13, 2004 Lectue: Paul Beame Notes: Chis Re 12.1 Pobablisitically Checkable Poofs Oveview We know that IP = PSPACE. This means thee is an inteactive potocol

More information

Duality between Statical and Kinematical Engineering Systems

Duality between Statical and Kinematical Engineering Systems Pape 00, Civil-Comp Ltd., Stiling, Scotland Poceedings of the Sixth Intenational Confeence on Computational Stuctues Technology, B.H.V. Topping and Z. Bittna (Editos), Civil-Comp Pess, Stiling, Scotland.

More information

THE CONE THEOREM JOEL A. TROPP. Abstract. We prove a fixed point theorem for functions which are positive with respect to a cone in a Banach space.

THE CONE THEOREM JOEL A. TROPP. Abstract. We prove a fixed point theorem for functions which are positive with respect to a cone in a Banach space. THE ONE THEOEM JOEL A. TOPP Abstact. We pove a fixed point theoem fo functions which ae positive with espect to a cone in a Banach space. 1. Definitions Definition 1. Let X be a eal Banach space. A subset

More information

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension Intenational Mathematical Foum, 3, 2008, no. 16, 763-776 Functions Defined on Fuzzy Real Numbes Accoding to Zadeh s Extension Oma A. AbuAaqob, Nabil T. Shawagfeh and Oma A. AbuGhneim 1 Mathematics Depatment,

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

Fractional Zero Forcing via Three-color Forcing Games

Fractional Zero Forcing via Three-color Forcing Games Factional Zeo Focing via Thee-colo Focing Games Leslie Hogben Kevin F. Palmowski David E. Robeson Michael Young May 13, 2015 Abstact An -fold analogue of the positive semidefinite zeo focing pocess that

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

3.1 Random variables

3.1 Random variables 3 Chapte III Random Vaiables 3 Random vaiables A sample space S may be difficult to descibe if the elements of S ae not numbes discuss how we can use a ule by which an element s of S may be associated

More information

Encapsulation theory: radial encapsulation. Edmund Kirwan *

Encapsulation theory: radial encapsulation. Edmund Kirwan * Encapsulation theoy: adial encapsulation. Edmund Kiwan * www.edmundkiwan.com Abstact This pape intoduces the concept of adial encapsulation, wheeby dependencies ae constained to act fom subsets towads

More information

Appraisal of Logistics Enterprise Competitiveness on the Basis of Fuzzy Analysis Algorithm

Appraisal of Logistics Enterprise Competitiveness on the Basis of Fuzzy Analysis Algorithm Appaisal of Logistics Entepise Competitiveness on the Basis of Fuzzy Analysis Algoithm Yan Zhao, Fengge Yao, Minming She Habin Univesity of Commece, Habin, Heilongjiang 150028, China, zhaoyan2000@yahoo.com.cn

More information

Compactly Supported Radial Basis Functions

Compactly Supported Radial Basis Functions Chapte 4 Compactly Suppoted Radial Basis Functions As we saw ealie, compactly suppoted functions Φ that ae tuly stictly conditionally positive definite of ode m > do not exist The compact suppot automatically

More information

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS L. MICU Hoia Hulubei National Institute fo Physics and Nuclea Engineeing, P.O. Box MG-6, RO-0775 Buchaest-Maguele, Romania, E-mail: lmicu@theoy.nipne.o (Received

More information

Information Retrieval Advanced IR models. Luca Bondi

Information Retrieval Advanced IR models. Luca Bondi Advanced IR models Luca Bondi Advanced IR models 2 (LSI) Pobabilistic Latent Semantic Analysis (plsa) Vecto Space Model 3 Stating point: Vecto Space Model Documents and queies epesented as vectos in the

More information

Conservative Averaging Method and its Application for One Heat Conduction Problem

Conservative Averaging Method and its Application for One Heat Conduction Problem Poceedings of the 4th WSEAS Int. Conf. on HEAT TRANSFER THERMAL ENGINEERING and ENVIRONMENT Elounda Geece August - 6 (pp6-) Consevative Aveaging Method and its Application fo One Heat Conduction Poblem

More information

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE THE p-adic VALUATION OF STIRLING NUMBERS ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE Abstact. Let p > 2 be a pime. The p-adic valuation of Stiling numbes of the

More information

Temporal-Difference Learning

Temporal-Difference Learning .997 Decision-Making in Lage-Scale Systems Mach 17 MIT, Sping 004 Handout #17 Lectue Note 13 1 Tempoal-Diffeence Leaning We now conside the poblem of computing an appopiate paamete, so that, given an appoximation

More information

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr.

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr. POBLM S # SOLUIONS by obet A. DiStasio J. Q. he Bon-Oppenheime appoximation is the standad way of appoximating the gound state of a molecula system. Wite down the conditions that detemine the tonic and

More information

Geometry of the homogeneous and isotropic spaces

Geometry of the homogeneous and isotropic spaces Geomety of the homogeneous and isotopic spaces H. Sonoda Septembe 2000; last evised Octobe 2009 Abstact We summaize the aspects of the geomety of the homogeneous and isotopic spaces which ae most elevant

More information

A scaling-up methodology for co-rotating twin-screw extruders

A scaling-up methodology for co-rotating twin-screw extruders A scaling-up methodology fo co-otating twin-scew extudes A. Gaspa-Cunha, J. A. Covas Institute fo Polymes and Composites/I3N, Univesity of Minho, Guimaães 4800-058, Potugal Abstact. Scaling-up of co-otating

More information

Chapter 5 Linear Equations: Basic Theory and Practice

Chapter 5 Linear Equations: Basic Theory and Practice Chapte 5 inea Equations: Basic Theoy and actice In this chapte and the next, we ae inteested in the linea algebaic equation AX = b, (5-1) whee A is an m n matix, X is an n 1 vecto to be solved fo, and

More information

The Congestion of n-cube Layout on a Rectangular Grid S.L. Bezrukov J.D. Chavez y L.H. Harper z M. Rottger U.-P. Schroeder Abstract We consider the pr

The Congestion of n-cube Layout on a Rectangular Grid S.L. Bezrukov J.D. Chavez y L.H. Harper z M. Rottger U.-P. Schroeder Abstract We consider the pr The Congestion of n-cube Layout on a Rectangula Gid S.L. Bezukov J.D. Chavez y L.H. Hape z M. Rottge U.-P. Schoede Abstact We conside the poblem of embedding the n-dimensional cube into a ectangula gid

More information

State tracking control for Takagi-Sugeno models

State tracking control for Takagi-Sugeno models State tacing contol fo Taagi-Sugeno models Souad Bezzaoucha, Benoît Max,3,DidieMaquin,3 and José Ragot,3 Abstact This wo addesses the model efeence tacing contol poblem It aims to highlight the encouteed

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

A Backward Identification Problem for an Axis-Symmetric Fractional Diffusion Equation

A Backward Identification Problem for an Axis-Symmetric Fractional Diffusion Equation Mathematical Modelling and Analysis Publishe: Taylo&Fancis and VGTU Volume 22 Numbe 3, May 27, 3 32 http://www.tandfonline.com/tmma https://doi.og/.3846/3926292.27.39329 ISSN: 392-6292 c Vilnius Gediminas

More information

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden Applied Mathematical Sciences, Vol. 7, 13, no. 7, 335-348 Mathematical Model of Magnetometic Resistivity Sounding fo a Conductive Host with a Bulge Ovebuden Teeasak Chaladgan Depatment of Mathematics Faculty

More information

Implementation of CTL Model Checker Update

Implementation of CTL Model Checker Update Poceedings of the 11th WSEAS Intenational Confeence on COMPUTERS, Agios Nikolaos, Cete Island, Geece, July 26-28, 2007 432 Implementation of CTL Model Checke Update LAURA F. CACOVEAN, Depatment of Compute

More information

Lifting Private Information Retrieval from Two to any Number of Messages

Lifting Private Information Retrieval from Two to any Number of Messages Lifting Pivate Infomation Retieval fom Two to any umbe of Messages Rafael G.L. D Oliveia, Salim El Rouayheb ECE, Rutges Univesity, Piscataway, J Emails: d746@scaletmail.utges.edu, salim.elouayheb@utges.edu

More information

STABILITY AND PARAMETER SENSITIVITY ANALYSES OF AN INDUCTION MOTOR

STABILITY AND PARAMETER SENSITIVITY ANALYSES OF AN INDUCTION MOTOR HUNGARIAN JOURNAL OF INDUSTRY AND CHEMISTRY VESZPRÉM Vol. 42(2) pp. 109 113 (2014) STABILITY AND PARAMETER SENSITIVITY ANALYSES OF AN INDUCTION MOTOR ATTILA FODOR 1, ROLAND BÁLINT 1, ATTILA MAGYAR 1, AND

More information

ITI Introduction to Computing II

ITI Introduction to Computing II ITI 1121. Intoduction to Computing II Macel Tucotte School of Electical Engineeing and Compute Science Abstact data type: Stack Stack-based algoithms Vesion of Febuay 2, 2013 Abstact These lectue notes

More information

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms Peason s Chi-Squae Test Modifications fo Compaison of Unweighted and Weighted Histogams and Two Weighted Histogams Univesity of Akueyi, Bogi, v/noduslód, IS-6 Akueyi, Iceland E-mail: nikolai@unak.is Two

More information

Classical Worm algorithms (WA)

Classical Worm algorithms (WA) Classical Wom algoithms (WA) WA was oiginally intoduced fo quantum statistical models by Pokof ev, Svistunov and Tupitsyn (997), and late genealized to classical models by Pokof ev and Svistunov (200).

More information

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland)

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland) Syntactical content of nite appoximations of patial algebas 1 Wikto Batol Inst. Matematyki, Uniw. Waszawski, 02-097 Waszawa (Poland) batol@mimuw.edu.pl Xavie Caicedo Dep. Matematicas, Univ. de los Andes,

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Jounal of Inequalities in Pue and Applied Mathematics COEFFICIENT INEQUALITY FOR A FUNCTION WHOSE DERIVATIVE HAS A POSITIVE REAL PART S. ABRAMOVICH, M. KLARIČIĆ BAKULA AND S. BANIĆ Depatment of Mathematics

More information

Math 124B February 02, 2012

Math 124B February 02, 2012 Math 24B Febuay 02, 202 Vikto Gigoyan 8 Laplace s equation: popeties We have aleady encounteed Laplace s equation in the context of stationay heat conduction and wave phenomena. Recall that in two spatial

More information

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS THE 9 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS R. Sbulati *, S. R. Atashipou Depatment of Civil, Chemical and Envionmental Engineeing,

More information

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx.

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx. 9. LAGRANGIAN OF THE ELECTROMAGNETIC FIELD In the pevious section the Lagangian and Hamiltonian of an ensemble of point paticles was developed. This appoach is based on a qt. This discete fomulation can

More information

Chapter 5 Force and Motion

Chapter 5 Force and Motion Chapte 5 Foce and Motion In Chaptes 2 and 4 we have studied kinematics, i.e., we descibed the motion of objects using paametes such as the position vecto, velocity, and acceleation without any insights

More information

On the Structure of Linear Programs with Overlapping Cardinality Constraints

On the Structure of Linear Programs with Overlapping Cardinality Constraints On the Stuctue of Linea Pogams with Ovelapping Cadinality Constaints Tobias Fische and Mac E. Pfetsch Depatment of Mathematics, TU Damstadt, Gemany tfische,pfetsch}@mathematik.tu-damstadt.de Januay 25,

More information

Method for Approximating Irrational Numbers

Method for Approximating Irrational Numbers Method fo Appoximating Iational Numbes Eic Reichwein Depatment of Physics Univesity of Califonia, Santa Cuz June 6, 0 Abstact I will put foth an algoithm fo poducing inceasingly accuate ational appoximations

More information

Chapter 5 Force and Motion

Chapter 5 Force and Motion Chapte 5 Foce and Motion In chaptes 2 and 4 we have studied kinematics i.e. descibed the motion of objects using paametes such as the position vecto, velocity and acceleation without any insights as to

More information

On Polynomials Construction

On Polynomials Construction Intenational Jounal of Mathematical Analysis Vol., 08, no. 6, 5-57 HIKARI Ltd, www.m-hikai.com https://doi.og/0.988/ima.08.843 On Polynomials Constuction E. O. Adeyefa Depatment of Mathematics, Fedeal

More information

CALCULUS II Vectors. Paul Dawkins

CALCULUS II Vectors. Paul Dawkins CALCULUS II Vectos Paul Dawkins Table of Contents Peface... ii Vectos... 3 Intoduction... 3 Vectos The Basics... 4 Vecto Aithmetic... 8 Dot Poduct... 13 Coss Poduct... 21 2007 Paul Dawkins i http://tutoial.math.lama.edu/tems.aspx

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

arxiv: v1 [math.co] 1 Apr 2011

arxiv: v1 [math.co] 1 Apr 2011 Weight enumeation of codes fom finite spaces Relinde Juius Octobe 23, 2018 axiv:1104.0172v1 [math.co] 1 Ap 2011 Abstact We study the genealized and extended weight enumeato of the - ay Simplex code and

More information

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS Jounal of Applied Analysis Vol. 14, No. 1 2008), pp. 43 52 KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS L. KOCZAN and P. ZAPRAWA Received Mach 12, 2007 and, in evised fom,

More information

Bridging the Gap Between Underspecification Formalisms: Hole Semantics as Dominance Constraints

Bridging the Gap Between Underspecification Formalisms: Hole Semantics as Dominance Constraints Bidging the Gap Between Undespecification Fomalisms: Hole Semantics as Dominance Constaints Alexande Kolle Joachim Niehen Stefan Thate kolle@coli.uni-sb.de niehen@ps.uni-sb.de stth@coli.uni-sb.de Saaland

More information

Chapter 3: Theory of Modular Arithmetic 38

Chapter 3: Theory of Modular Arithmetic 38 Chapte 3: Theoy of Modula Aithmetic 38 Section D Chinese Remainde Theoem By the end of this section you will be able to pove the Chinese Remainde Theoem apply this theoem to solve simultaneous linea conguences

More information

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs Math 30: The Edős-Stone-Simonovitz Theoem and Extemal Numbes fo Bipatite Gaphs May Radcliffe The Edős-Stone-Simonovitz Theoem Recall, in class we poved Tuán s Gaph Theoem, namely Theoem Tuán s Theoem Let

More information

Surveillance Points in High Dimensional Spaces

Surveillance Points in High Dimensional Spaces Société de Calcul Mathématique SA Tools fo decision help since 995 Suveillance Points in High Dimensional Spaces by Benad Beauzamy Januay 06 Abstact Let us conside any compute softwae, elying upon a lage

More information

Internet Appendix for A Bayesian Approach to Real Options: The Case of Distinguishing Between Temporary and Permanent Shocks

Internet Appendix for A Bayesian Approach to Real Options: The Case of Distinguishing Between Temporary and Permanent Shocks Intenet Appendix fo A Bayesian Appoach to Real Options: The Case of Distinguishing Between Tempoay and Pemanent Shocks Steven R. Genadie Gaduate School of Business, Stanfod Univesity Andey Malenko Gaduate

More information

Tableaux Based Decision Procedures for Modal. Logics of Conuence and Density

Tableaux Based Decision Procedures for Modal. Logics of Conuence and Density Tableaux Based Decision ocedues fo Modal Logics of Conuence and Density Luis Fai~nas del Ceo Olivie Gasquet 1 Intoduction and backgound In [Castilho et al. 1997], a geneal completeness poof based in tableaux

More information

Answering Queries Using Views with Arithmetic. comparisons.

Answering Queries Using Views with Arithmetic. comparisons. Answeing Queies Using Views with Aithmetic Compaisons Foto Afati Electical and Computing Engineeing National Technical Univesity 157 73 Athens, Geece afati@cs.ece.ntua.g Chen Li Infomation and Compute

More information

MEASURING CHINESE RISK AVERSION

MEASURING CHINESE RISK AVERSION MEASURING CHINESE RISK AVERSION --Based on Insuance Data Li Diao (Cental Univesity of Finance and Economics) Hua Chen (Cental Univesity of Finance and Economics) Jingzhen Liu (Cental Univesity of Finance

More information

arxiv: v1 [math.co] 4 May 2017

arxiv: v1 [math.co] 4 May 2017 On The Numbe Of Unlabeled Bipatite Gaphs Abdullah Atmaca and A Yavuz Ouç axiv:7050800v [mathco] 4 May 207 Abstact This pape solves a poblem that was stated by M A Haison in 973 [] This poblem, that has

More information

Analytical time-optimal trajectories for an omni-directional vehicle

Analytical time-optimal trajectories for an omni-directional vehicle Analytical time-optimal tajectoies fo an omni-diectional vehicle Weifu Wang and Devin J. Balkcom Abstact We pesent the fist analytical solution method fo finding a time-optimal tajectoy between any given

More information

On a generalization of Eulerian numbers

On a generalization of Eulerian numbers Notes on Numbe Theoy and Discete Mathematics Pint ISSN 1310 513, Online ISSN 367 875 Vol, 018, No 1, 16 DOI: 10756/nntdm018116- On a genealization of Euleian numbes Claudio Pita-Ruiz Facultad de Ingenieía,

More information

Secret Exponent Attacks on RSA-type Schemes with Moduli N = p r q

Secret Exponent Attacks on RSA-type Schemes with Moduli N = p r q Secet Exponent Attacks on RSA-type Schemes with Moduli N = p q Alexande May Faculty of Compute Science, Electical Engineeing and Mathematics Univesity of Padebon 33102 Padebon, Gemany alexx@uni-padebon.de

More information

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM Poceedings of the ASME 2010 Intenational Design Engineeing Technical Confeences & Computes and Infomation in Engineeing Confeence IDETC/CIE 2010 August 15-18, 2010, Monteal, Quebec, Canada DETC2010-28496

More information

Math 2263 Solutions for Spring 2003 Final Exam

Math 2263 Solutions for Spring 2003 Final Exam Math 6 Solutions fo Sping Final Exam ) A staightfowad appoach to finding the tangent plane to a suface at a point ( x, y, z ) would be to expess the cuve as an explicit function z = f ( x, y ), calculate

More information

Conspiracy and Information Flow in the Take-Grant Protection Model

Conspiracy and Information Flow in the Take-Grant Protection Model Conspiacy and Infomation Flow in the Take-Gant Potection Model Matt Bishop Depatment of Compute Science Univesity of Califonia at Davis Davis, CA 95616-8562 ABSTRACT The Take Gant Potection Model is a

More information

Quasi-Randomness and the Distribution of Copies of a Fixed Graph

Quasi-Randomness and the Distribution of Copies of a Fixed Graph Quasi-Randomness and the Distibution of Copies of a Fixed Gaph Asaf Shapia Abstact We show that if a gaph G has the popety that all subsets of vetices of size n/4 contain the coect numbe of tiangles one

More information

4/18/2005. Statistical Learning Theory

4/18/2005. Statistical Learning Theory Statistical Leaning Theoy Statistical Leaning Theoy A model of supevised leaning consists of: a Envionment - Supplying a vecto x with a fixed but unknown pdf F x (x b Teache. It povides a desied esponse

More information

Efficiency Loss in a Network Resource Allocation Game: The Case of Elastic Supply

Efficiency Loss in a Network Resource Allocation Game: The Case of Elastic Supply Efficiency Loss in a Netwok Resouce Allocation Game: The Case of Elastic Supply axiv:cs/0506054v1 [cs.gt] 14 Jun 2005 Ramesh Johai (johai@stanfod.edu) Shie Manno (shie@mit.edu) John N. Tsitsiklis (jnt@mit.edu)

More information

Efficiency Loss in a Network Resource Allocation Game

Efficiency Loss in a Network Resource Allocation Game Efficiency Loss in a Netwok Resouce Allocation Game Ramesh Johai johai@mit.edu) John N. Tsitsiklis jnt@mit.edu) June 11, 2004 Abstact We exploe the popeties of a congestion game whee uses of a congested

More information

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi Opuscula Math. 37, no. 3 (017), 447 456 http://dx.doi.og/10.7494/opmath.017.37.3.447 Opuscula Mathematica ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS D.A. Mojdeh and B. Samadi Communicated

More information

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012 Stanfod Univesity CS59Q: Quantum Computing Handout 8 Luca Tevisan Octobe 8, 0 Lectue 8 In which we use the quantum Fouie tansfom to solve the peiod-finding poblem. The Peiod Finding Poblem Let f : {0,...,

More information

Regularity for Fully Nonlinear Elliptic Equations with Neumann Boundary Data

Regularity for Fully Nonlinear Elliptic Equations with Neumann Boundary Data Communications in Patial Diffeential Equations, 31: 1227 1252, 2006 Copyight Taylo & Fancis Goup, LLC ISSN 0360-5302 pint/1532-4133 online DOI: 10.1080/03605300600634999 Regulaity fo Fully Nonlinea Elliptic

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computes and Mathematics with Applications 58 (009) 9 7 Contents lists available at ScienceDiect Computes and Mathematics with Applications jounal homepage: www.elsevie.com/locate/camwa Bi-citeia single

More information

Multiple Criteria Secretary Problem: A New Approach

Multiple Criteria Secretary Problem: A New Approach J. Stat. Appl. Po. 3, o., 9-38 (04 9 Jounal of Statistics Applications & Pobability An Intenational Jounal http://dx.doi.og/0.785/jsap/0303 Multiple Citeia Secetay Poblem: A ew Appoach Alaka Padhye, and

More information

Top K Nearest Keyword Search on Large Graphs

Top K Nearest Keyword Search on Large Graphs Top K Neaest Keywod Seach on Lage Gaphs Miao Qiao, Lu Qin, Hong Cheng, Jeffey Xu Yu, Wentao Tian The Chinese Univesity of Hong Kong, Hong Kong, China {mqiao,lqin,hcheng,yu,wttian}@se.cuhk.edu.hk ABSTRACT

More information

The r-bell Numbers. 1 Introduction

The r-bell Numbers. 1 Introduction 3 47 6 3 Jounal of Intege Sequences, Vol. 4 (, Aticle.. The -Bell Numbes István Meő Depatment of Applied Mathematics and Pobability Theoy Faculty of Infomatics Univesity of Debecen P. O. Box H-4 Debecen

More information

Unobserved Correlation in Ascending Auctions: Example And Extensions

Unobserved Correlation in Ascending Auctions: Example And Extensions Unobseved Coelation in Ascending Auctions: Example And Extensions Daniel Quint Univesity of Wisconsin Novembe 2009 Intoduction In pivate-value ascending auctions, the winning bidde s willingness to pay

More information

Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra

Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) Analytical Solutions fo Confined Aquifes with non constant Pumping using Compute Algeba

More information

A Short Combinatorial Proof of Derangement Identity arxiv: v1 [math.co] 13 Nov Introduction

A Short Combinatorial Proof of Derangement Identity arxiv: v1 [math.co] 13 Nov Introduction A Shot Combinatoial Poof of Deangement Identity axiv:1711.04537v1 [math.co] 13 Nov 2017 Ivica Matinjak Faculty of Science, Univesity of Zageb Bijenička cesta 32, HR-10000 Zageb, Coatia and Dajana Stanić

More information

Representing and Reasoning on XML Documents: A Description Logic Approach

Representing and Reasoning on XML Documents: A Description Logic Approach Appeaed in Jounal o Logic and Computation, 9(3):295 318, 1999 Repesenting and Reasoning on XML Documents: A Desciption Logic Appoach Diego Calvanese, Giuseppe De Giacomo, Mauizio Lenzeini Dipatimento di

More information

Construction and Analysis of Boolean Functions of 2t + 1 Variables with Maximum Algebraic Immunity

Construction and Analysis of Boolean Functions of 2t + 1 Variables with Maximum Algebraic Immunity Constuction and Analysis of Boolean Functions of 2t + 1 Vaiables with Maximum Algebaic Immunity Na Li and Wen-Feng Qi Depatment of Applied Mathematics, Zhengzhou Infomation Engineeing Univesity, Zhengzhou,

More information

Suborbital graphs for the group Γ 2

Suborbital graphs for the group Γ 2 Hacettepe Jounal of Mathematics and Statistics Volume 44 5 2015, 1033 1044 Subobital gaphs fo the goup Γ 2 Bahadı Özgü Güle, Muat Beşenk, Yavuz Kesicioğlu, Ali Hikmet Değe Keywods: Abstact In this pape,

More information

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix Jounal of Sciences, Islamic Republic of Ian (): - () Univesity of Tehan, ISSN - http://sciencesutaci Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matix H Ahsani

More information

1 Explicit Explore or Exploit (E 3 ) Algorithm

1 Explicit Explore or Exploit (E 3 ) Algorithm 2.997 Decision-Making in Lage-Scale Systems Mach 3 MIT, Sping 2004 Handout #2 Lectue Note 9 Explicit Exploe o Exploit (E 3 ) Algoithm Last lectue, we studied the Q-leaning algoithm: [ ] Q t+ (x t, a t

More information

A New Approach to General Relativity

A New Approach to General Relativity Apeion, Vol. 14, No. 3, July 7 7 A New Appoach to Geneal Relativity Ali Rıza Şahin Gaziosmanpaşa, Istanbul Tukey E-mail: aizasahin@gmail.com Hee we pesent a new point of view fo geneal elativity and/o

More information

Fixed Argument Pairing Inversion on Elliptic Curves

Fixed Argument Pairing Inversion on Elliptic Curves Fixed Agument Paiing Invesion on Elliptic Cuves Sungwook Kim and Jung Hee Cheon ISaC & Dept. of Mathematical Sciences Seoul National Univesity Seoul, Koea {avell7,jhcheon}@snu.ac.k Abstact. Let E be an

More information

Fresnel Diffraction. monchromatic light source

Fresnel Diffraction. monchromatic light source Fesnel Diffaction Equipment Helium-Neon lase (632.8 nm) on 2 axis tanslation stage, Concave lens (focal length 3.80 cm) mounted on slide holde, iis mounted on slide holde, m optical bench, micoscope slide

More information

FUSE Fusion Utility Sequence Estimator

FUSE Fusion Utility Sequence Estimator FUSE Fusion Utility Sequence Estimato Belu V. Dasaathy Dynetics, Inc. P. O. Box 5500 Huntsville, AL 3584-5500 belu.d@dynetics.com Sean D. Townsend Dynetics, Inc. P. O. Box 5500 Huntsville, AL 3584-5500

More information

COUPLED MODELS OF ROLLING, SLIDING AND WHIRLING FRICTION

COUPLED MODELS OF ROLLING, SLIDING AND WHIRLING FRICTION ENOC 008 Saint Petesbug Russia June 30-July 4 008 COUPLED MODELS OF ROLLING SLIDING AND WHIRLING FRICTION Alexey Kieenkov Ins ti tu te fo P ob le ms in Me ch an ic s Ru ss ia n Ac ad em y of Sc ie nc es

More information

A Multivariate Normal Law for Turing s Formulae

A Multivariate Normal Law for Turing s Formulae A Multivaiate Nomal Law fo Tuing s Fomulae Zhiyi Zhang Depatment of Mathematics and Statistics Univesity of Noth Caolina at Chalotte Chalotte, NC 28223 Abstact This pape establishes a sufficient condition

More information

arxiv: v1 [physics.pop-ph] 3 Jun 2013

arxiv: v1 [physics.pop-ph] 3 Jun 2013 A note on the electostatic enegy of two point chages axiv:1306.0401v1 [physics.pop-ph] 3 Jun 013 A C Tot Instituto de Física Univesidade Fedeal do io de Janeio Caixa Postal 68.58; CEP 1941-97 io de Janeio,

More information

On the integration of the equations of hydrodynamics

On the integration of the equations of hydrodynamics Uebe die Integation de hydodynamischen Gleichungen J f eine u angew Math 56 (859) -0 On the integation of the equations of hydodynamics (By A Clebsch at Calsuhe) Tanslated by D H Delphenich In a pevious

More information

To Feel a Force Chapter 7 Static equilibrium - torque and friction

To Feel a Force Chapter 7 Static equilibrium - torque and friction To eel a oce Chapte 7 Chapte 7: Static fiction, toque and static equilibium A. Review of foce vectos Between the eath and a small mass, gavitational foces of equal magnitude and opposite diection act on

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Septembe 5, 011 Abstact To study how balanced o unbalanced a maximal intesecting

More information

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies Supplementay infomation Efficient Enumeation of Monocyclic Chemical Gaphs with Given Path Fequencies Masaki Suzuki, Hioshi Nagamochi Gaduate School of Infomatics, Kyoto Univesity {m suzuki,nag}@amp.i.kyoto-u.ac.jp

More information

Exploiting Equality Generating Dependencies in Checking Chase Termination

Exploiting Equality Generating Dependencies in Checking Chase Termination Exploiting Equality Geneating Dependencies in Checking Chase Temination Maco Calautti Univesity of Calabia 87036 Rende, Italy calautti@dimes.unical.it Segio Geco Univesity of Calabia 87036 Rende, Italy

More information

Model and Controller Order Reduction for Infinite Dimensional Systems

Model and Controller Order Reduction for Infinite Dimensional Systems IT J. Eng. Sci., Vol. 4, No.,, -6 Model and Contolle Ode Reduction fo Infinite Dimensional Systems Fatmawati,*, R. Saagih,. Riyanto 3 & Y. Soehayadi Industial and Financial Mathematics Goup email: fatma47@students.itb.ac.id;

More information

arxiv: v1 [math.na] 8 Feb 2013

arxiv: v1 [math.na] 8 Feb 2013 A mixed method fo Diichlet poblems with adial basis functions axiv:1302.2079v1 [math.na] 8 Feb 2013 Nobet Heue Thanh Tan Abstact We pesent a simple discetization by adial basis functions fo the Poisson

More information

An Adaptive Neural-Network Model-Following Speed Control of PMSM Drives for Electric Vehicle Applications

An Adaptive Neural-Network Model-Following Speed Control of PMSM Drives for Electric Vehicle Applications Poceedings of the 9th WSEAS Intenational Confeence on Applied Mathematics, Istanbul, Tuey, May 27-29, 2006 (pp412-417) An Adaptive Neual-Netwo Model-Following Speed Contol of PMSM Dives fo Electic Vehicle

More information

On the Number of Rim Hook Tableaux. Sergey Fomin* and. Nathan Lulov. Department of Mathematics. Harvard University

On the Number of Rim Hook Tableaux. Sergey Fomin* and. Nathan Lulov. Department of Mathematics. Harvard University Zapiski Nauchn. Seminaov POMI, to appea On the Numbe of Rim Hook Tableaux Segey Fomin* Depatment of Mathematics, Massachusetts Institute of Technology Cambidge, MA 0239 Theoy of Algoithms Laboatoy SPIIRAN,

More information