Some Simplified Forms of Reasoning with Distance-Based Entailments

Size: px
Start display at page:

Download "Some Simplified Forms of Reasoning with Distance-Based Entailments"

Transcription

1 Soe Siplified Fors of Reasoning with Distance-Based Entailents Ofer Arieli 1 and Anna Zaansky 2 1 Departent of Coputer Science, The Acadeic College of Tel-Aviv, Israel. oarieli@ta.ac.il 2 Departent of Coputer Science, Tel-Aviv University, Israel. annaz@post.tau.ac.il Abstract. Distance seantics is a robust way of handling dynaically evolving and possibly contradictory inforation. In this paper we show that in any cases distance-based entailents can be coputerized in a general and odular way. We consider two different approaches for reasoning with distance seantics, apply the on soe coon cases, and show their relation to other known probles. 1 Introduction Distance seantics has a proinent role in reflecting the rationality behind the principle of inial change. This is a priary otif in different areas, such as belief revision, database integration, and decision aking in the context of social choice theory. While there is no consensus about the exact nature of this seantics and the properties that is should satisfy, soe particular distance-based approaches have been extensively used in those areas and are ore coon in practice. As shown in [1, 2], any of these distance-based seantics have siilar representations in ters of entailent relations, so it is not surprising that siilar coputational fors ay be used for providing reasoning platfors in those cases. The goal of this paper is therefore to consider soe of the coputational aspects behind these approaches, that is: to identify soe general principles for distance coputations and apply the on soe specific, nevertheless coon test cases. For this, we consider the following two reasoning paradigs: Deductive systes. This traditional approach to autoated reasoning should be taken with care in our context, as any classically valid rules do not hold when distance seantics is involved. Consider, for instance, an inference syste for ajority votes, in which ψ follows fro Γ if there are ore forulas in Γ iplying ψ than those iplying ψ. As it is shown below, this consideration can be used for a distance seantics. Yet, it is evident that this syste is neither reflexive nor onotonic (p follows fro {p} but not fro {p, p}). Moreover, it is not even closed under logical equivalence as, e.g., {p, p} and {p, p, p} have different conclusions (which also invalidates Supported by the Israel Science Foundation, grant No

2 the contraction rule in this case). This exaple indicates that even sound systes for distance seantics, based on structural rules, are hard to get. In the sequel we shall define a sound and coplete syste for one case (in reasoning with unifor distances), and consider soe useful sound systes for soe other distance seantics. For the latter, we shall consider situations in which autoated solvers for known probles ay be incorporated for reaching copleteness. Set coputations. The other approach for reasoning with distance seantics is based on coputations of a inial nonepty intersection of sets of interpretations. The eleents of each set are equally distant fro the forulas that they evaluate, and the inial nonepty intersection of those sets deterines the valuations that are closest to the preises. This idea resebles that of Grove [5], who defines revision in ters of set intersections. We introduce iterative processes for coputing those intersections for different distance-based settings, and show the correspondence between this proble and siilar probles in the context of constraint prograing. In the sequel we consider a general fraework for reasoning with distance seantics and concentrate on three coon cases: in reasoning, reasoning by voting, and reasoning by suations of distances. Each of these reasoning strategies is augented with different distances (etrics), and algoriths for coputing entailents induced by these settings are provided. It is shown that in soe cases distance seantics is reducible to other well-known probles (e.g., a variation of SAT), and so off-the-shelf solvers for those probles ay be useful for distance-based reasoning as well. 2 Distance-based Seantics 2.1 Preliinaries We fix a propositional language L with a finite set Atos = {p 1,..., p } of atoic forulas. A finite ultiset of forulas in L is called a theory. For a theory Γ, we denote by Atos(Γ ) the set of atoic forulas that occur in Γ. The set of valuations for L is Λ = { p 1 : a 1,..., p n : a a 1,..., a {t, f}}. The set of odels of a forula ψ is a subset of Λ, defined as follows: od(p i ) = { p 1 : a 1,..., p i : t,..., p n : a a 1,..., a i 1, a i+1,..., a {t, f}}, od( ψ) = Λ \ od(ψ), od(ψ ϕ) = od(ψ) od(ϕ), od(ψ ϕ) = od(ψ) od(ϕ). For a theory Γ = {ψ 1,..., ψ n } we define od(γ ) = od(ψ 1 )... od(ψ n ). For defining distance-based entailents we recall the definitions in [1, 2]. Definition 1. A pseudo-distance on U is a total function d : U U N so that for all ν, µ U d(ν, µ) = d(µ, ν) (syetry), and d(ν, µ) = 0 iff ν = µ (identity preservation). A distance (etric) d on U is a pseudo-distance that satisfies the triangular inequality: for all ν, µ, σ U, d(ν, σ) d(ν, µ) + d(µ, σ).

3 Exaple 1. It is easy to verify that the following functions are distances on the space Λ of two-valued valuations on Atos: The drastic distance: d U (ν, µ) = 0 if ν = µ and d U (ν, µ) = 1 otherwise. The Haing distance: d H (ν, µ) = {p Atos ν(p) µ(p)}. Definition 2. A nueric aggregation function is a total function f whose arguent is a ultiset of real nubers and whose values are real nubers, such that: (i) f is non-decreasing in the value of its arguent, (ii) f({x 1,..., x n }) = 0 iff x 1 = x 2 =... x n = 0, and (iii) f({x}) = x for every x R. Aggregation functions are, e.g., suation, average, iu, and so forth. Notation 1 Given a finite set S and a (pseudo) distance d, denote: d S = {d(s 1, s 2 ) s 1, s 2 S}. Definition 3. Given a theory Γ = {ψ 1,..., ψ n }, a valuation ν Λ, a pseudodistance d, and an aggregation function f, define: { in{d(ν, µ) µ od(ψi )} if od(ψ i ), d(ν, ψ i ) = 1 + d Λ otherwise. δ d,f (ν, Γ ) = f({d(ν, ψ 1 ),..., d(ν, ψ n )}). Note 1. In the two extree degenerate cases, when ψ is either a tautology or a contradiction, all the valuations are equally distant fro ψ. In the other cases, the valuations that are closest to ψ are its odels and their distance to ψ is zero. This also iplies that δ d,f (ν, Γ ) = 0 iff ν od(γ ) (see [2]). The next definition captures the intuition that the relevant interpretations of a theory Γ are those that are δ d,f -closest to Γ (see also [9]). Definition 4. The ost plausible valuations of Γ (with respect to a pseudo distance d and an aggregation function f) are defined as follows: { { ν Λ µ Λ δd,f (ν, Γ ) δ d,f (µ, Γ ) } if Γ, d,f (Γ ) = Λ Distance-based entailents are now defined as follows: otherwise. Definition 5. For a pseudo distance d and an aggregation function f, define Γ = d,f ψ if d,f (Γ ) od(ψ). 3 Exaple 2. Let Γ = {p, p, q}. As q is not related to the contradiction in Γ, there is no intuitive justification for concluding q fro Γ. This, however, is not possible in classical logic, as Γ is not consistent. In our case, on the other hand, we have that Γ = du,σ q while Γ = du,σ q, Γ = du,σ p and Γ = du,σ p. Siilar results are obtained for = dh,σ. 3 I.e., conclusions should hold in all the ost plausible valuations of the preises.

4 2.2 Coputing distance-based entailents Proposition 1. Denote by = the classical (two-valued) entailent. For every pseudo distance d and aggregation function f, (a) If Γ is satisfiable, then Γ = d,f ψ iff Γ = ψ. (b) For every Γ there is a ψ such that Γ = d,f ψ. Proof (outline). Part (a) follows fro the fact that d(ν, ψ) = 0 iff ν od(ψ) and δ d,f (ν, Γ ) = 0 iff ν od(γ ). Thus, Γ is satisfiable iff d,f (Γ ) = od(γ ) (see also [2]). Part (b) follows fro the fact that for every Γ, d,f (Γ ) (as Λ is finite, there are always valuations that are inially δ d,f -distant fro Γ ). Taken together, the two ites of Proposition 1 iply that every entailent relation induced by our fraework coincides with the classical entailent with respect to consistent preises, while (unlike classical logic) it is not trivial with respect to inconsistent theories. Thus one cannot hope for better coplexity results than those for the classical propositional logic, as for consistent preises the entailent proble is conp-coplete. On the other hand, it is clear fro Definition 5 and the fact that Λ is finite, that for coputable distances and aggregation functions, distance-based reasoning for finite propositional languages is in EXP, i.e., it is decidable with (at ost) exponential coplexity. The purpose of this work is, therefore, to consider soe useful distance-based settings for which there are soe practical ways of coputing entailents. In particular, we consider soe cases in which distance-based reasoning is reducible to the question of satisfiability, and so off-the-shelf SAT-solvers ay be incorporated for autoated coputations of distance-based consequences. For this, we first need the following definitions: Definition 6. Let d be a pseudo distance. Define a function R d : L N 2 Λ by R d (ψ, i) = {µ ν od(ψ) d(µ, ν) i}. Also, let R 0 d (ψ) = R d(ψ, 0) and R i d (ψ) = R d(ψ, i) \ R d (ψ, i 1) for any i N +. Note 2. For any ψ, the sequence R d (ψ, i) is non-decreasing in i (with respect to set inclusion). Also, for every i N, ν R i d (ψ) iff d(ν, ψ) = i. Thus, for a satisfiable ψ, R 0 d (ψ) = od(ψ) = d,f (ψ), and R d (ψ, k) = Λ for k = d Λ. If ψ is not satisfiable, then R d (ψ, i) = R i d (ψ) = for every i. Lea 1. If all the forulas in a theory Γ = {ψ 1,..., ψ n } are satisfiable, then there is soe 0 k d Λ, such that 1 i n R d(ψ i, k). Proof. By Note 2, for every 1 i n there is a k i d Λ such that for every j k i, R d (ψ i, j) = Λ. Let k = {k i 1 i n}. Then R d (ψ, k) = Λ for all 1 i n, and so 1 i n R d(ψ i, j) = Λ. Definition 7. A pseudo distance d is called inductively representable, if there is a coputable function G : 2 Λ 2 Λ such that for every forula ψ and every i N, R d (ψ, i) = G(R d (ψ, i 1)). G is called an inductive representation of d. Exaple 3. As Propositions 6 and 9 below show, both d U and d H are inductively representable.

5 3 MinMax Reasoning In this section we study distance-based reasoning by in- ethods, that is: iniization of ial distances. This kind of reasoning ay be viewed as a skeptical approach, since it iniizes worst cases (ial distances). Distance entailents of this type are induced by the aggregation function. 3.1 Inductively representable distances Min- distance-based reasoning is characterized as follows: 4 Proposition 2. For any pseudo distance d and theory Γ = {ψ 1,..., ψ n }, a) If there is a non-satisfiable eleent in Γ, then d, (Γ ) = Λ. b) If all the eleents in Γ are satisfiable, then d, (Γ ) = 1 i n R d(ψ i, ), where is the inial nuber such that 1 i n R d(ψ i, ) is not epty. Corollary 1. For every pseudo distance d and a theory Γ of satisfiable forulas, d, (Γ ) = 1 i n R d(ψ i, ), where = in{δ d, (ν, Γ ) ν Λ}. In case that d is inductively representable by G, the results above induce the iterative procedure in Figure 1, for coputing d, (Γ ): MPV(G, {ψ 1,..., ψ n }) /* Most Plausible Valuations of {ψ 1,..., ψ n} w.r.t. d and */ /* G an inductive representation of d */ for i {1,..., n}: X i od(ψ i ) if X j is epty for soe j {1,..., n}, return Λ while (X 1... X n) is nonepty: for i {1,..., n}: X i G(X i ) return (X 1... X n ) Fig. 1. Coputing the ost plausible valuations of {ψ 1,..., ψ n} w.r.t. d and Proposition 3. If d is inductively representable by G, then for every theory Γ, MPV(G, Γ ) terinates after at ost d Λ iterations and coputes d, (Γ ). Proof. It is easy to see that in the i-th iteration it holds that X j = R d (ψ j, i) for every 1 j n. Hence, by Lea 1, the condition in the loop is satisfied after at ost d Λ iterations, and so the procedure always terinates. Also, by Proposition 2, the procedure returns d, (Γ ). Note 3. It holds that d, (Γ ) = d, (Γ \ {ϕ}) for every tautology ϕ Γ. Thus, in the coputations above, tautological forulas ay be disregarded. 4 Due to a lack of space soe proofs are oitted.

6 3.2 Unifor distances In this section we consider unifor distances, a generalization of the drastic distance (see Exaple 1). Definition 8. A distance d on Λ is called unifor, if there is soe k d > 0, s.t.: { 0 if ν = µ, d(ν, µ) = otherwise. Proposition 4. Let d be a unifor distance and Γ = {ψ 1,..., ψ n }. Then: { od(γ ) if od(γ ), d, (Γ ) = Λ otherwise. k d Proof. If od(γ ), then d,f (Γ ) = od(γ ) for every d and f (see [2]). Otherwise, there is at least on eleent in Γ that is not satisfiable, and so, for every valuation µ Λ, δ d, (µ, Γ ) = {d(µ, ψ 1 ),..., d(µ, ψ n )} = k d. It follows, then, that in this case d, (Γ ) = Λ. Proposition 4 iplies that for describing reasoning with unifor distances under the in strategy, it is enough to exaine the drastic distance (and so henceforth we focus only on d U ): Corollary 2. For any unifor distances d 1, d 2 and any theory Γ, d1,(γ ) = d2,(γ ). Thus, for every forula ψ, Γ = d1, ψ iff Γ = d2, ψ. Another consequence of Proposition 4 is that = du, is strongly paraconsistent: Only tautological forulas follow fro inconsistent theories: Corollary 3. If Γ is inconsistent, then Γ = du, ψ iff ψ is a tautology. Proof. Suppose that Γ is not consistent. By Proposition 4, du,(γ ) = Λ, and so Γ = du, ψ iff du,(γ ) od(ψ), iff od(ψ) = Λ, iff ψ is a tautology. By Proposition 1 and Corollary 3 we conclude that reasoning with unifor distances under the in strategy has a soewhat crude nature : either the set of preises is classically consistent, in which case the set of conclusions coincides with that of the classical entailent, or, in case of contradictory preises, only tautologies are entailed. It follows that in this case questions of satisfiability and logical entailent are reducible to siilar probles in standard propositional logic, and distance considerations do not cause further coputational coplications. Moreover, standard SAT-solvers and theore provers ay be incorporated for ipleenting this kind of reasoning. Next we provide two ethods for coputerized reasoning in this case. One is based on the procedure MPV defined in the previous section, and the other is based on deduction systes. Proposition 5. If ψ is satisfiable, then R du (ψ, 0) = od(ψ) and R du (ψ, i) = Λ for every i > 0.

7 Proposition 6. The function G U : 2 Λ 2 Λ defined by G U (V ) = Λ for all V Λ, is an inductive representation of d U. Proof. Iediate fro Proposition 5. Corollary 4. For every theory Γ, the procedure MPV(G U, Γ ) terinates after at ost du Λ iterations and coputes du,(γ ). Proof. By Propositions 3 and 6. Another way of coputing consequences of the entailent relation = du, is by the deduction syste S u, defined in Figure 2. This syste anipulates expressions of the for Γ : V, where Γ is a theory and V Λ. Axios: : Λ (A 0 ) {ψ} : od(ψ) if od(ψ) (A 1 ) {ψ} : Λ if od(ψ) = (A 2 ) Inference Rules: Γ 1 : V 1 Γ 2 : V 2 Γ 1 Γ 2 : V 1 V 2 if od(γ 1 Γ 2) (I 1) Γ 1 : V 1 Γ 2 : V 2 Γ 1 Γ 2 : Λ if od(γ 1 Γ 2 ) = (I 2 ) Fig. 2. The syste S u Definition 9. For a theory Γ and a set V Λ, denote by S u Γ : V that Γ : V is provable in S u, and by Γ S u ψ that S u Γ : V for soe V od(ψ). Exaple 4. Let Γ = {p, q, p q}. We show that Γ S u p p. Indeed, p : { p : t, q : t, p : t, q : f } q : { p : t, q : t, p : f, q : t } p q : {p : f, q : f} p, q : { p : t, q : t } (I p, q, p q : Λ 2 ) (I 1 ) Thus, Γ S u ψ iff od(ψ) = Λ. In particular, Γ S u p p. Proposition 7 (soundness and copleteness). Γ = du, ψ iff Γ S u ψ. Proof (outline). The ain observation is that for every theory Γ, S u Γ : V iff V = du,(γ ). This iediately iplies the proposition, since if Γ = du, ψ then du,(γ ) od(ψ). By the observation above, Γ : d, (Γ ) is provable in S u, and so Γ S u ψ. Conversely, if Γ S u ψ, then there is soe V od(ψ) such that Γ : V is provable in S u. By the ain observation again, V = du,, thus du,(γ ) od(ψ), and so Γ = du, ψ.

8 3.3 Haing distances Next, we exaine in- reasoning with the Haing distance d H (see Exaple 1). First, we consider soe iportant cases in which reasoning with Haing distances coincides with reasoning with unifor distances. Definition 10. Denote: K n i = i j=1 ( j n Definition 11. A forula ψ is i-validated for i N +, if aong the 2 Atos(ψ) valuations on Atos(ψ), at ost K Atos(ψ) i valuations do not satisfy ψ. Note 4. An i-validated forula is also j-validated, for 1 i j Atos(ψ). Exaple 5. Any tautology is 1-validated (thus it is i-validated for any i). Also, every literal (i.e., an atoic forula or its negation) is 1-validated. Moreover, as a disjunction of literals is either a tautology or is falsified by only one valuation, Lea 2. Every clause is 1-validated. Proposition 8. If Γ consists of 1-validated forulas, then for every aggregation function f and every forula ψ, Γ = dh,f ψ iff Γ = du,f ψ. Proof (outline). It is sufficient to show that for any 1-validated forula ψ and any µ Λ, d H (µ, ψ) = d U (µ, ψ). Indeed, if µ od(ψ), d H (µ, ψ) = d U (µ, ψ) = 0. Otherwise, µ od(ψ), and so d H (µ, ψ) = d U (µ, ψ) = 1. This follows fro the fact that if ψ is i-validated, then for every µ Λ, d H (µ, ψ) i. Corollary 5. If Γ is a set of clauses, then Γ = dh,f ψ iff Γ = du,f ψ for every aggregation f and forula ψ, Γ = dh, ψ iff Γ S u ψ. Proof. The first ite follows fro Lea 2 and Proposition 8; the second ite follows fro the first ite and Proposition 7. For 1-validated preises we therefore have a sound and coplete proof syste. The reainder of this section deals with the other cases. Definition 12. For µ Λ, denote by Diff(µ, i) the set of valuations differing fro µ in exactly i atos. The next result is an analogue, for Haing distances, of Proposition 6. Proposition 9. The function G H : 2 Λ 2 Λ, defined for every V Λ by G H (V ) = V µ V Diff(µ, 1), is an inductive representation of d H. ). Proof. Straightforward fro the definition of R dh. Proposition 10. MPV(G H, Γ ) terinates after no ore than dh Λ iterations and returns dh,(γ ). If Γ consists of i-validated forulas, MPV(G H, Γ ) terinates after at ost i iterations. Proof. The first part follows fro Propositions 3 and 9. As for every µ Λ d H (µ, ψ) i when ψ is i-validated, we have that R dh (ψ, i) = Λ for all ψ Γ. In the notations of Figure 1, then, after i iterations X 1... X n = Λ, so MPV ust terinate by the i-th iteration.

9 4 Reasoning by Voting Definition 13. Given a ultiset D = {d 1,..., d n }, denote the nuber of zeros in D by Zero(D). A k -voting function vote, where k < N, is defined as k follows: 0 if Zero(D) = n, 1 vote k (D) = 2 if k n Zero(D) < n, 1 otherwise. In what follows, we shall assue that the arguent of vote k is a ultiset of eleents in {0, 1} (e.g., a ultiset of drastic distances). In this case, it is easy to verify that vote k and requires a quoru of at least k is an aggregation function. Intuitively, vote k siulates a pole of the votes to deterine iplications of inconsistent theories. Indeed, if Γ is not consistent and there are valuations that satisfy at least k of the eleents of Γ, then d U,vote k (Γ ) contains all such valuations. Otherwise, du,vote k (Γ ) = Λ. Note that for every k 1 2 the function vote acts as a ajority function for inconsistent theories. Definition 14. Let Γ = {ψ 1,..., ψ n }. Let Sub k (Γ ) be the set of all subsets of Γ of size k n, and denote od (Γ ) = k H Sub k (Γ ) od(h). Proposition 11. For every theory Γ, od(γ ) if od(γ ), du,vote k (Γ ) = od k (Γ ) otherwise, if od k (Γ ), Λ otherwise. By Proposition 11, votedu (Γ ) is coputable as follows:, k Vote k ({ψ 1,..., ψ n }) /* Most plausible valuations of {ψ 1,..., ψ n } w.r.t. d U and vote k */ for i {1,..., n}: X i od(ψ i ) Y if (X 1... X n ) is nonepty, return (X 1... X n ) T for every subset I of {1,..., n} of size k n : Y Y j I X j if Y is nonepty return Y else return Λ Fig. 3. Coputing the ost plausible valuations of {ψ 1,..., ψ n} w.r.t. d U and vote k Proposition 12. Vote k (Γ ) always terinates and returns du,vote k (Γ ). Proof. Iediately follows fro Proposition 11.

10 5 Suation of Distances Suation of distances is probably the ost coon approach for distancebased reasoning. In this section we consider this kind of reasoning. Again, we first consider the general case and then concentrate on ore specific distances. 5.1 Arbitrary pseudo distances Consider the syste S Σ in Figure 4. Again, S Σ anipulates expressions of the for Γ : V, where Γ is a theory and V Λ. We denote by Γ SΣ ψ that Γ : V is provable in S Σ (i.e., SΣ Γ :V ) for soe V od(ψ). Axios: : Λ (A 0) {ψ} : od(ψ) if od(ψ) (A 1) {ψ} : Λ if od(ψ) = (A 2) Inference Rule: Γ 1 : V 1 Γ 2 : V 2 Γ 1 Γ 2 : V 1 V 2 if V 1 V 2 (J 1 ) Fig. 4. The syste S Σ Proposition 13 (soundness). For every d, if Γ SΣ ψ then Γ = d,σ ψ. Proof (outline). If Γ SΣ ψ then SΣ Γ : V for soe V od(ψ). By induction on the length of the proof of Γ : V in S Σ one shows that this iplies that V = d,σ (Γ ), and so d,σ (Γ ) od(ψ). Thus, Γ = d,σ ψ. For another way of reasoning with suation of distances we note that, as in the case of and the voting function, it is possible to identify distancesuation conclusions by a set-theoretical condition. Definition 15. Let d be an inductively representable pseudo distance. Denote: Ω i 1,...,i n d ({ψ 1,..., ψ n }) = n k=1 Ri k d (ψ i ). Proposition 14. For an inductively representable pseudo distance d and a theory Γ = {ψ 1,..., ψ n }, let be the inial nuber s.t. Ω i1,...,in d ({ψ 1,..., ψ n }) is not epty for soe sequence i 1,..., i n in which Σk=1 n i k =. Then d,σ (Γ ) = j j n = Ωj 1,...,j n d (Γ ). Proposition 14 indicates that reasoning with suation of distances is a constraint prograing proble: given a theory Γ = {ψ 1,..., ψ n }, the goal is to iniize the value of Σj=i n i j for which the intersection R i 1 d (ψ 1 )... R i n d (ψ n ) is not epty. Hence, CLP-solvers ay be used here for checking entailents. Note 5. For any pseudo distance d it holds that d,σ (Γ ) = d,σ (Γ \{ϕ}) whenever ϕ is a tautology or a contradiction. Thus, tautologies and contradictions have a degenerate role in the coputations above (cf. Note 3).

11 5.2 Unifor distances As we show below, suation of unifor distances is closely related to the -SAT proble. 5 Definition 16. Let SAT(Γ ) be the set of all the satisfiable ultisets in Γ and SAT(Γ ) the set of the ially satisfiable eleents in SAT(Γ ) (that is, SAT(Γ ) consists of all Υ SAT(Γ ) such that Υ Υ for every Υ SAT(Γ )). Denote: od(sat(γ )) = {µ Λ µ od(υ ) for soe Υ SAT(Γ )}. Note 6. Clearly, SAT(Γ ) is not epty whenever Γ has a satisfiable eleent. Also, all the eleents in SAT(Γ ) have the sae size. Proposition 15. Let d be a unifor distance. Then: { {ν od(υ ) Υ SAT(Γ )} if SAT(Γ ), d,σ (Γ ) = Λ otherwise. By Proposition 15 we conclude the following: Entailents w.r.t. = d,σ ay be coputed by -SAT solving techniques and by incorporating off-the shelf -SAT solvers (see, e.g., [3, 6, 7, 11]). As in the case of, unifor distances behave siilarly w.r.t. suation: Corollary 6. For any two unifor distances d 1, d 2 and a theory Γ, d1,σ(γ ) is the sae as d2,σ(γ ), and so Γ = d1,σ ψ iff Γ = d2,σ ψ. By the second ite above, we ay concentrate on the drastic distance d U. Now, the syste S Σ defined in Figure 4 is not coplete for = du,σ, as its inference rule does not cover all the inter-relations aong the preises. By Proposition 15, for a coplete syste one ay add the following rule: Γ 1 : V 1 Γ 2 : V 2 Γ 1 Γ 2 : od(sat(γ 1 Γ 2 )) if V 1 V 2 = (J 2 ) Obviously, (J 2 ) is not an inference rule in the usual sense, as its conclusion is not affected by V 1 and V 2. As such, this rule is not very useful. Yet, the cobination of (J 1 ) and (J 2 ) ay be helpful, e.g., in the context of belief revision, as: a) if the condition of (J 1 ) is satisfied, the ost plausible valuations of the revised theory should not be recoputed, and b) if the condition of (J 1 ) is not et, (J 2 ) indicates the auxiliary source of coputations, naely: revision can be deterined by -SAT calculations. Definition 17. Denote by S u Σ the syste S Σ together with (J 2 ). Proposition 16 (soundness and copleteness). Γ S u Σ ψ iff Γ = du,σ ψ. 5 The original forulation of -SAT is about finding a valuation that satisfies a ial set of clauses in a set Γ (see, e.g., [10] for soe coplexity results and [8] for related approxiation ethods). By the -SAT proble in our context we ean an extended version of the proble, according to which one has to find all the valuations that satisfy a ial set of forulas fro a ultiset Γ.

12 5.3 Haing distances Suation of Haing distances is very coon in the context of belief revision and database integration. Yet, the deductive systes developed so far for this seantics are liited to a very narrow fragent of propositional languages. One exaple is the logic MF, introduced in [4], in which the preises are sets of literals. In this case, reasoning with = dh,σ reduces to counting ajority votes: Fact 1 Let Γ be a ultiset of literals. Then Γ = dh,σ ψ iff ψ is in the transitive closure of Maj(Γ ), where Maj(Γ ) consists of the literals in Γ whose nuber of appearances in Γ is strictly bigger than the appearances in Γ of their negations. Based on this fact, the odal logic MF in [4] assues that the set Γ of preises consists only of literals, and represents the fact that a literal l appears i ties in Γ by the odal operator BΓ i. Then, l follows fro Γ (l is believed; B Γ l) if it holds that BΓ i l Bj Γ l for soe i > j 0. The following result suggests an alternative way for autoated reasoning with suation of Haing distances, in ore general contexts: Proposition 17. For every theory Γ and a forula ψ we have that Γ = dh,σ ψ if Γ SΣ ψ. If Γ is a set of clauses, then Γ = dh,σ ψ iff Γ S u Σ ψ. Proof. The first part of the proposition is a particular case of Proposition 13; The second part follows fro Propositions 8 and 16. Proposition 17 provides a very first step toward autoated reasoning with Haing distances. More general techniques are a subject for future work. References 1. O. Arieli. Coonsense reasoning by distance seantics. In Proc. TARK 07, pages 33 41, O. Arieli. Distance-based paraconsistent logics. International Journal of Approxiate Reasoning, Accepted. 3. M. L. Bonet, J. Levy, and F. Manyá. Resolution for Max-SAT. Artificial Intelligence, 171(8 9): , L. Cholvy and C. Garion. A logic to reason on contradictory beliefs with a ajority approach. In IJCAI 01 Workshop on Inconsistency in Data and Knowledge, A. Grove. Two odellings for theory change. J. Phil. Logic, 17: , F. Heras and J. Larrosa. New inference rules for efficient Max-SAT solving. In Proc. AAAI 06, pages AAAI Press, S. Joy, J. Mitchell, and B. Borchers. A branch-and-cut algorith for -sat and weighted -sat. Satisfiability Proble: Theory and Applications, 35, H. Karloff and U. Zwick. A 7/8-approxiation algorith for MAX 3SAT? In Proc. FOCS 97. IEEE Press, S. Konieczny and R. Pino Pérez. Merging inforation under constraints: a logical fraework. Journal of Logic and Coputation, 12(5): , C. Papadiitriou. Coputational coplexity. Addison-Wesley, USA, Z Xing and W. Zhang. axsolver: An efficient exact algorith for (weighted) iu satisfiability. Artificial Intelligence, 164(1 2):47 80, 2005.

3.8 Three Types of Convergence

3.8 Three Types of Convergence 3.8 Three Types of Convergence 3.8 Three Types of Convergence 93 Suppose that we are given a sequence functions {f k } k N on a set X and another function f on X. What does it ean for f k to converge to

More information

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness

A Note on Scheduling Tall/Small Multiprocessor Tasks with Unit Processing Time to Minimize Maximum Tardiness A Note on Scheduling Tall/Sall Multiprocessor Tasks with Unit Processing Tie to Miniize Maxiu Tardiness Philippe Baptiste and Baruch Schieber IBM T.J. Watson Research Center P.O. Box 218, Yorktown Heights,

More information

Curious Bounds for Floor Function Sums

Curious Bounds for Floor Function Sums 1 47 6 11 Journal of Integer Sequences, Vol. 1 (018), Article 18.1.8 Curious Bounds for Floor Function Sus Thotsaporn Thanatipanonda and Elaine Wong 1 Science Division Mahidol University International

More information

ALGEBRAS AND MATRICES FOR ANNOTATED LOGICS

ALGEBRAS AND MATRICES FOR ANNOTATED LOGICS ALGEBRAS AND MATRICES FOR ANNOTATED LOGICS R. A. Lewin, I. F. Mikenberg and M. G. Schwarze Pontificia Universidad Católica de Chile Abstract We study the atrices, reduced atrices and algebras associated

More information

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval

Uniform Approximation and Bernstein Polynomials with Coefficients in the Unit Interval Unifor Approxiation and Bernstein Polynoials with Coefficients in the Unit Interval Weiang Qian and Marc D. Riedel Electrical and Coputer Engineering, University of Minnesota 200 Union St. S.E. Minneapolis,

More information

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices

13.2 Fully Polynomial Randomized Approximation Scheme for Permanent of Random 0-1 Matrices CS71 Randoness & Coputation Spring 018 Instructor: Alistair Sinclair Lecture 13: February 7 Disclaier: These notes have not been subjected to the usual scrutiny accorded to foral publications. They ay

More information

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40

On Poset Merging. 1 Introduction. Peter Chen Guoli Ding Steve Seiden. Keywords: Merging, Partial Order, Lower Bounds. AMS Classification: 68W40 On Poset Merging Peter Chen Guoli Ding Steve Seiden Abstract We consider the follow poset erging proble: Let X and Y be two subsets of a partially ordered set S. Given coplete inforation about the ordering

More information

Math Reviews classifications (2000): Primary 54F05; Secondary 54D20, 54D65

Math Reviews classifications (2000): Primary 54F05; Secondary 54D20, 54D65 The Monotone Lindelöf Property and Separability in Ordered Spaces by H. Bennett, Texas Tech University, Lubbock, TX 79409 D. Lutzer, College of Willia and Mary, Williasburg, VA 23187-8795 M. Matveev, Irvine,

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

On the Existence of Pure Nash Equilibria in Weighted Congestion Games

On the Existence of Pure Nash Equilibria in Weighted Congestion Games MATHEMATICS OF OPERATIONS RESEARCH Vol. 37, No. 3, August 2012, pp. 419 436 ISSN 0364-765X (print) ISSN 1526-5471 (online) http://dx.doi.org/10.1287/oor.1120.0543 2012 INFORMS On the Existence of Pure

More information

Many-valued Horn Logic is Hard

Many-valued Horn Logic is Hard Many-valued Horn Logic is Hard Stefan Borgwardt 1, Marco Cerai 2, and Rafael Peñaloza 1,3 1 Theoretical Coputer Science, TU Dresden, Gerany 2 Departent of Coputer Science, Palacký University in Oloouc,

More information

Tight Bounds for Maximal Identifiability of Failure Nodes in Boolean Network Tomography

Tight Bounds for Maximal Identifiability of Failure Nodes in Boolean Network Tomography Tight Bounds for axial Identifiability of Failure Nodes in Boolean Network Toography Nicola Galesi Sapienza Università di Roa nicola.galesi@uniroa1.it Fariba Ranjbar Sapienza Università di Roa fariba.ranjbar@uniroa1.it

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

arxiv: v1 [math.nt] 14 Sep 2014

arxiv: v1 [math.nt] 14 Sep 2014 ROTATION REMAINDERS P. JAMESON GRABER, WASHINGTON AND LEE UNIVERSITY 08 arxiv:1409.411v1 [ath.nt] 14 Sep 014 Abstract. We study properties of an array of nubers, called the triangle, in which each row

More information

Research Article On the Isolated Vertices and Connectivity in Random Intersection Graphs

Research Article On the Isolated Vertices and Connectivity in Random Intersection Graphs International Cobinatorics Volue 2011, Article ID 872703, 9 pages doi:10.1155/2011/872703 Research Article On the Isolated Vertices and Connectivity in Rando Intersection Graphs Yilun Shang Institute for

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

The Methods of Solution for Constrained Nonlinear Programming

The Methods of Solution for Constrained Nonlinear Programming Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 3(March 2014), PP 01-06 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.co The Methods of Solution for Constrained

More information

Polygonal Designs: Existence and Construction

Polygonal Designs: Existence and Construction Polygonal Designs: Existence and Construction John Hegean Departent of Matheatics, Stanford University, Stanford, CA 9405 Jeff Langford Departent of Matheatics, Drake University, Des Moines, IA 5011 G

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 11 10/15/2008 ABSTRACT INTEGRATION I

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 11 10/15/2008 ABSTRACT INTEGRATION I MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 11 10/15/2008 ABSTRACT INTEGRATION I Contents 1. Preliinaries 2. The ain result 3. The Rieann integral 4. The integral of a nonnegative

More information

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany.

New upper bound for the B-spline basis condition number II. K. Scherer. Institut fur Angewandte Mathematik, Universitat Bonn, Bonn, Germany. New upper bound for the B-spline basis condition nuber II. A proof of de Boor's 2 -conjecture K. Scherer Institut fur Angewandte Matheati, Universitat Bonn, 535 Bonn, Gerany and A. Yu. Shadrin Coputing

More information

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13

CSE525: Randomized Algorithms and Probabilistic Analysis May 16, Lecture 13 CSE55: Randoied Algoriths and obabilistic Analysis May 6, Lecture Lecturer: Anna Karlin Scribe: Noah Siegel, Jonathan Shi Rando walks and Markov chains This lecture discusses Markov chains, which capture

More information

ORIGAMI CONSTRUCTIONS OF RINGS OF INTEGERS OF IMAGINARY QUADRATIC FIELDS

ORIGAMI CONSTRUCTIONS OF RINGS OF INTEGERS OF IMAGINARY QUADRATIC FIELDS #A34 INTEGERS 17 (017) ORIGAMI CONSTRUCTIONS OF RINGS OF INTEGERS OF IMAGINARY QUADRATIC FIELDS Jürgen Kritschgau Departent of Matheatics, Iowa State University, Aes, Iowa jkritsch@iastateedu Adriana Salerno

More information

A := A i : {A i } S. is an algebra. The same object is obtained when the union in required to be disjoint.

A := A i : {A i } S. is an algebra. The same object is obtained when the union in required to be disjoint. 59 6. ABSTRACT MEASURE THEORY Having developed the Lebesgue integral with respect to the general easures, we now have a general concept with few specific exaples to actually test it on. Indeed, so far

More information

The Simplex Method is Strongly Polynomial for the Markov Decision Problem with a Fixed Discount Rate

The Simplex Method is Strongly Polynomial for the Markov Decision Problem with a Fixed Discount Rate The Siplex Method is Strongly Polynoial for the Markov Decision Proble with a Fixed Discount Rate Yinyu Ye April 20, 2010 Abstract In this note we prove that the classic siplex ethod with the ost-negativereduced-cost

More information

A1. Find all ordered pairs (a, b) of positive integers for which 1 a + 1 b = 3

A1. Find all ordered pairs (a, b) of positive integers for which 1 a + 1 b = 3 A. Find all ordered pairs a, b) of positive integers for which a + b = 3 08. Answer. The six ordered pairs are 009, 08), 08, 009), 009 337, 674) = 35043, 674), 009 346, 673) = 3584, 673), 674, 009 337)

More information

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis

Soft Computing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Soft Coputing Techniques Help Assign Weights to Different Factors in Vulnerability Analysis Beverly Rivera 1,2, Irbis Gallegos 1, and Vladik Kreinovich 2 1 Regional Cyber and Energy Security Center RCES

More information

Understanding Machine Learning Solution Manual

Understanding Machine Learning Solution Manual Understanding Machine Learning Solution Manual Written by Alon Gonen Edited by Dana Rubinstein Noveber 17, 2014 2 Gentle Start 1. Given S = ((x i, y i )), define the ultivariate polynoial p S (x) = i []:y

More information

List Scheduling and LPT Oliver Braun (09/05/2017)

List Scheduling and LPT Oliver Braun (09/05/2017) List Scheduling and LPT Oliver Braun (09/05/207) We investigate the classical scheduling proble P ax where a set of n independent jobs has to be processed on 2 parallel and identical processors (achines)

More information

1 Proof of learning bounds

1 Proof of learning bounds COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #4 Scribe: Akshay Mittal February 13, 2013 1 Proof of learning bounds For intuition of the following theore, suppose there exists a

More information

Embedded Systems Development

Embedded Systems Development bedded Systes Developent Lecture 4 sterel Daniel Kästner AbsInt Angewandte Inforati GbH aestner@absint.co 2 Valued Signals vs. Variables Data expressions: references to constants or variables?s yields

More information

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs

Algorithms for parallel processor scheduling with distinct due windows and unit-time jobs BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES Vol. 57, No. 3, 2009 Algoriths for parallel processor scheduling with distinct due windows and unit-tie obs A. JANIAK 1, W.A. JANIAK 2, and

More information

Fairness via priority scheduling

Fairness via priority scheduling Fairness via priority scheduling Veeraruna Kavitha, N Heachandra and Debayan Das IEOR, IIT Bobay, Mubai, 400076, India vavitha,nh,debayan}@iitbacin Abstract In the context of ulti-agent resource allocation

More information

Handout 7. and Pr [M(x) = χ L (x) M(x) =? ] = 1.

Handout 7. and Pr [M(x) = χ L (x) M(x) =? ] = 1. Notes on Coplexity Theory Last updated: October, 2005 Jonathan Katz Handout 7 1 More on Randoized Coplexity Classes Reinder: so far we have seen RP,coRP, and BPP. We introduce two ore tie-bounded randoized

More information

Math 262A Lecture Notes - Nechiporuk s Theorem

Math 262A Lecture Notes - Nechiporuk s Theorem Math 6A Lecture Notes - Nechiporuk s Theore Lecturer: Sa Buss Scribe: Stefan Schneider October, 013 Nechiporuk [1] gives a ethod to derive lower bounds on forula size over the full binary basis B The lower

More information

The Weierstrass Approximation Theorem

The Weierstrass Approximation Theorem 36 The Weierstrass Approxiation Theore Recall that the fundaental idea underlying the construction of the real nubers is approxiation by the sipler rational nubers. Firstly, nubers are often deterined

More information

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm Acta Polytechnica Hungarica Vol., No., 04 Sybolic Analysis as Universal Tool for Deriving Properties of Non-linear Algoriths Case study of EM Algorith Vladiir Mladenović, Miroslav Lutovac, Dana Porrat

More information

ADVANCES ON THE BESSIS- MOUSSA-VILLANI TRACE CONJECTURE

ADVANCES ON THE BESSIS- MOUSSA-VILLANI TRACE CONJECTURE ADVANCES ON THE BESSIS- MOUSSA-VILLANI TRACE CONJECTURE CHRISTOPHER J. HILLAR Abstract. A long-standing conjecture asserts that the polynoial p(t = Tr(A + tb ] has nonnegative coefficients whenever is

More information

Constrained Consensus and Optimization in Multi-Agent Networks arxiv: v2 [math.oc] 17 Dec 2008

Constrained Consensus and Optimization in Multi-Agent Networks arxiv: v2 [math.oc] 17 Dec 2008 LIDS Report 2779 1 Constrained Consensus and Optiization in Multi-Agent Networks arxiv:0802.3922v2 [ath.oc] 17 Dec 2008 Angelia Nedić, Asuan Ozdaglar, and Pablo A. Parrilo February 15, 2013 Abstract We

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

On the Inapproximability of Vertex Cover on k-partite k-uniform Hypergraphs

On the Inapproximability of Vertex Cover on k-partite k-uniform Hypergraphs On the Inapproxiability of Vertex Cover on k-partite k-unifor Hypergraphs Venkatesan Guruswai and Rishi Saket Coputer Science Departent Carnegie Mellon University Pittsburgh, PA 1513. Abstract. Coputing

More information

Poly-Bernoulli Numbers and Eulerian Numbers

Poly-Bernoulli Numbers and Eulerian Numbers 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 21 (2018, Article 18.6.1 Poly-Bernoulli Nubers and Eulerian Nubers Beáta Bényi Faculty of Water Sciences National University of Public Service H-1441

More information

Testing Properties of Collections of Distributions

Testing Properties of Collections of Distributions Testing Properties of Collections of Distributions Reut Levi Dana Ron Ronitt Rubinfeld April 9, 0 Abstract We propose a fraework for studying property testing of collections of distributions, where the

More information

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation

On the Communication Complexity of Lipschitzian Optimization for the Coordinated Model of Computation journal of coplexity 6, 459473 (2000) doi:0.006jco.2000.0544, available online at http:www.idealibrary.co on On the Counication Coplexity of Lipschitzian Optiization for the Coordinated Model of Coputation

More information

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term

Numerical Studies of a Nonlinear Heat Equation with Square Root Reaction Term Nuerical Studies of a Nonlinear Heat Equation with Square Root Reaction Ter Ron Bucire, 1 Karl McMurtry, 1 Ronald E. Micens 2 1 Matheatics Departent, Occidental College, Los Angeles, California 90041 2

More information

Prerequisites. We recall: Theorem 2 A subset of a countably innite set is countable.

Prerequisites. We recall: Theorem 2 A subset of a countably innite set is countable. Prerequisites 1 Set Theory We recall the basic facts about countable and uncountable sets, union and intersection of sets and iages and preiages of functions. 1.1 Countable and uncountable sets We can

More information

Chapter 6 1-D Continuous Groups

Chapter 6 1-D Continuous Groups Chapter 6 1-D Continuous Groups Continuous groups consist of group eleents labelled by one or ore continuous variables, say a 1, a 2,, a r, where each variable has a well- defined range. This chapter explores:

More information

Revealed Preference with Stochastic Demand Correspondence

Revealed Preference with Stochastic Demand Correspondence Revealed Preference with Stochastic Deand Correspondence Indraneel Dasgupta School of Econoics, University of Nottingha, Nottingha NG7 2RD, UK. E-ail: indraneel.dasgupta@nottingha.ac.uk Prasanta K. Pattanaik

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

More information

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t.

This model assumes that the probability of a gap has size i is proportional to 1/i. i.e., i log m e. j=1. E[gap size] = i P r(i) = N f t. CS 493: Algoriths for Massive Data Sets Feb 2, 2002 Local Models, Bloo Filter Scribe: Qin Lv Local Models In global odels, every inverted file entry is copressed with the sae odel. This work wells when

More information

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science

A Better Algorithm For an Ancient Scheduling Problem. David R. Karger Steven J. Phillips Eric Torng. Department of Computer Science A Better Algorith For an Ancient Scheduling Proble David R. Karger Steven J. Phillips Eric Torng Departent of Coputer Science Stanford University Stanford, CA 9435-4 Abstract One of the oldest and siplest

More information

4 = (0.02) 3 13, = 0.25 because = 25. Simi-

4 = (0.02) 3 13, = 0.25 because = 25. Simi- Theore. Let b and be integers greater than. If = (. a a 2 a i ) b,then for any t N, in base (b + t), the fraction has the digital representation = (. a a 2 a i ) b+t, where a i = a i + tk i with k i =

More information

MULTIPLAYER ROCK-PAPER-SCISSORS

MULTIPLAYER ROCK-PAPER-SCISSORS MULTIPLAYER ROCK-PAPER-SCISSORS CHARLOTTE ATEN Contents 1. Introduction 1 2. RPS Magas 3 3. Ites as a Function of Players and Vice Versa 5 4. Algebraic Properties of RPS Magas 6 References 6 1. Introduction

More information

Analysis of Polynomial & Rational Functions ( summary )

Analysis of Polynomial & Rational Functions ( summary ) Analysis of Polynoial & Rational Functions ( suary ) The standard for of a polynoial function is ( ) where each of the nubers are called the coefficients. The polynoial of is said to have degree n, where

More information

Multi-Dimensional Hegselmann-Krause Dynamics

Multi-Dimensional Hegselmann-Krause Dynamics Multi-Diensional Hegselann-Krause Dynaics A. Nedić Industrial and Enterprise Systes Engineering Dept. University of Illinois Urbana, IL 680 angelia@illinois.edu B. Touri Coordinated Science Laboratory

More information

Cosine similarity and the Borda rule

Cosine similarity and the Borda rule Cosine siilarity and the Borda rule Yoko Kawada Abstract Cosine siilarity is a coonly used siilarity easure in coputer science. We propose a voting rule based on cosine siilarity, naely, the cosine siilarity

More information

THE AVERAGE NORM OF POLYNOMIALS OF FIXED HEIGHT

THE AVERAGE NORM OF POLYNOMIALS OF FIXED HEIGHT THE AVERAGE NORM OF POLYNOMIALS OF FIXED HEIGHT PETER BORWEIN AND KWOK-KWONG STEPHEN CHOI Abstract. Let n be any integer and ( n ) X F n : a i z i : a i, ± i be the set of all polynoials of height and

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

Generalized Queries on Probabilistic Context-Free Grammars

Generalized Queries on Probabilistic Context-Free Grammars IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 20, NO. 1, JANUARY 1998 1 Generalized Queries on Probabilistic Context-Free Graars David V. Pynadath and Michael P. Wellan Abstract

More information

OPTIMIZATION in multi-agent networks has attracted

OPTIMIZATION in multi-agent networks has attracted Distributed constrained optiization and consensus in uncertain networks via proxial iniization Kostas Margellos, Alessandro Falsone, Sione Garatti and Maria Prandini arxiv:603.039v3 [ath.oc] 3 May 07 Abstract

More information

Solutions of some selected problems of Homework 4

Solutions of some selected problems of Homework 4 Solutions of soe selected probles of Hoework 4 Sangchul Lee May 7, 2018 Proble 1 Let there be light A professor has two light bulbs in his garage. When both are burned out, they are replaced, and the next

More information

Math Real Analysis The Henstock-Kurzweil Integral

Math Real Analysis The Henstock-Kurzweil Integral Math 402 - Real Analysis The Henstock-Kurzweil Integral Steven Kao & Jocelyn Gonzales April 28, 2015 1 Introduction to the Henstock-Kurzweil Integral Although the Rieann integral is the priary integration

More information

Distributed Subgradient Methods for Multi-agent Optimization

Distributed Subgradient Methods for Multi-agent Optimization 1 Distributed Subgradient Methods for Multi-agent Optiization Angelia Nedić and Asuan Ozdaglar October 29, 2007 Abstract We study a distributed coputation odel for optiizing a su of convex objective functions

More information

Lecture 21. Interior Point Methods Setup and Algorithm

Lecture 21. Interior Point Methods Setup and Algorithm Lecture 21 Interior Point Methods In 1984, Kararkar introduced a new weakly polynoial tie algorith for solving LPs [Kar84a], [Kar84b]. His algorith was theoretically faster than the ellipsoid ethod and

More information

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes

Graphical Models in Local, Asymmetric Multi-Agent Markov Decision Processes Graphical Models in Local, Asyetric Multi-Agent Markov Decision Processes Ditri Dolgov and Edund Durfee Departent of Electrical Engineering and Coputer Science University of Michigan Ann Arbor, MI 48109

More information

Iterative Decoding of LDPC Codes over the q-ary Partial Erasure Channel

Iterative Decoding of LDPC Codes over the q-ary Partial Erasure Channel 1 Iterative Decoding of LDPC Codes over the q-ary Partial Erasure Channel Rai Cohen, Graduate Student eber, IEEE, and Yuval Cassuto, Senior eber, IEEE arxiv:1510.05311v2 [cs.it] 24 ay 2016 Abstract In

More information

Inconsistency-Tolerance in Knowledge-Based Systems by Dissimilarities

Inconsistency-Tolerance in Knowledge-Based Systems by Dissimilarities Inconsistency-Tolerance in Knowledge-Based Systems by Dissimilarities Ofer Arieli 1 and Anna Zamansky 2 1 Department of Computer Science, The Academic College of Tel-Aviv, Israel. oarieli@mta.ac.il 2 Institute

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

arxiv: v2 [math.nt] 5 Sep 2012

arxiv: v2 [math.nt] 5 Sep 2012 ON STRONGER CONJECTURES THAT IMPLY THE ERDŐS-MOSER CONJECTURE BERND C. KELLNER arxiv:1003.1646v2 [ath.nt] 5 Sep 2012 Abstract. The Erdős-Moser conjecture states that the Diophantine equation S k () = k,

More information

Chaotic Coupled Map Lattices

Chaotic Coupled Map Lattices Chaotic Coupled Map Lattices Author: Dustin Keys Advisors: Dr. Robert Indik, Dr. Kevin Lin 1 Introduction When a syste of chaotic aps is coupled in a way that allows the to share inforation about each

More information

DSPACE(n)? = NSPACE(n): A Degree Theoretic Characterization

DSPACE(n)? = NSPACE(n): A Degree Theoretic Characterization DSPACE(n)? = NSPACE(n): A Degree Theoretic Characterization Manindra Agrawal Departent of Coputer Science and Engineering Indian Institute of Technology, Kanpur 208016, INDIA eail: anindra@iitk.ernet.in

More information

Analyzing Simulation Results

Analyzing Simulation Results Analyzing Siulation Results Dr. John Mellor-Cruey Departent of Coputer Science Rice University johnc@cs.rice.edu COMP 528 Lecture 20 31 March 2005 Topics for Today Model verification Model validation Transient

More information

In this chapter, we consider several graph-theoretic and probabilistic models

In this chapter, we consider several graph-theoretic and probabilistic models THREE ONE GRAPH-THEORETIC AND STATISTICAL MODELS 3.1 INTRODUCTION In this chapter, we consider several graph-theoretic and probabilistic odels for a social network, which we do under different assuptions

More information

Standard & Canonical Forms

Standard & Canonical Forms Standard & Canonical Fors CHAPTER OBJECTIVES Learn Binary Logic and BOOLEAN AlgebraLearn How to ap a Boolean Expression into Logic Circuit Ipleentation Learn How To anipulate Boolean Expressions and Siplify

More information

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XV - Modeling of Discrete Event Systems - Stéphane Lafortune

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XV - Modeling of Discrete Event Systems - Stéphane Lafortune CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XV - Modeling of Discrete Event Systes - Stéphane Lafortune MODELING OF DISCRETE EVENT SYSTEMS Stéphane Lafortune The University of Michigan, USA Keywords:

More information

The Inferential Complexity of Bayesian and Credal Networks

The Inferential Complexity of Bayesian and Credal Networks The Inferential Coplexity of Bayesian and Credal Networks Cassio Polpo de Capos,2 Fabio Gagliardi Cozan Universidade de São Paulo - Escola Politécnica 2 Pontifícia Universidade Católica de São Paulo cassio@pucsp.br,

More information

On Process Complexity

On Process Complexity On Process Coplexity Ada R. Day School of Matheatics, Statistics and Coputer Science, Victoria University of Wellington, PO Box 600, Wellington 6140, New Zealand, Eail: ada.day@cs.vuw.ac.nz Abstract Process

More information

Linear recurrences and asymptotic behavior of exponential sums of symmetric boolean functions

Linear recurrences and asymptotic behavior of exponential sums of symmetric boolean functions Linear recurrences and asyptotic behavior of exponential sus of syetric boolean functions Francis N. Castro Departent of Matheatics University of Puerto Rico, San Juan, PR 00931 francis.castro@upr.edu

More information

E0 370 Statistical Learning Theory Lecture 5 (Aug 25, 2011)

E0 370 Statistical Learning Theory Lecture 5 (Aug 25, 2011) E0 370 Statistical Learning Theory Lecture 5 Aug 5, 0 Covering Nubers, Pseudo-Diension, and Fat-Shattering Diension Lecturer: Shivani Agarwal Scribe: Shivani Agarwal Introduction So far we have seen how

More information

Characterization of the Line Complexity of Cellular Automata Generated by Polynomial Transition Rules. Bertrand Stone

Characterization of the Line Complexity of Cellular Automata Generated by Polynomial Transition Rules. Bertrand Stone Characterization of the Line Coplexity of Cellular Autoata Generated by Polynoial Transition Rules Bertrand Stone Abstract Cellular autoata are discrete dynaical systes which consist of changing patterns

More information

The Wilson Model of Cortical Neurons Richard B. Wells

The Wilson Model of Cortical Neurons Richard B. Wells The Wilson Model of Cortical Neurons Richard B. Wells I. Refineents on the odgkin-uxley Model The years since odgkin s and uxley s pioneering work have produced a nuber of derivative odgkin-uxley-like

More information

Homework 3 Solutions CSE 101 Summer 2017

Homework 3 Solutions CSE 101 Summer 2017 Hoework 3 Solutions CSE 0 Suer 207. Scheduling algoriths The following n = 2 jobs with given processing ties have to be scheduled on = 3 parallel and identical processors with the objective of iniizing

More information

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Journal of Marine Science and Technology, Vol 19, No 5, pp 509-513 (2011) 509 LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Ming-Tao Chou* Key words: fuzzy tie series, fuzzy forecasting,

More information

arxiv: v1 [cs.ds] 3 Feb 2014

arxiv: v1 [cs.ds] 3 Feb 2014 arxiv:40.043v [cs.ds] 3 Feb 04 A Bound on the Expected Optiality of Rando Feasible Solutions to Cobinatorial Optiization Probles Evan A. Sultani The Johns Hopins University APL evan@sultani.co http://www.sultani.co/

More information

Bipartite subgraphs and the smallest eigenvalue

Bipartite subgraphs and the smallest eigenvalue Bipartite subgraphs and the sallest eigenvalue Noga Alon Benny Sudaov Abstract Two results dealing with the relation between the sallest eigenvalue of a graph and its bipartite subgraphs are obtained.

More information

#A52 INTEGERS 10 (2010), COMBINATORIAL INTERPRETATIONS OF BINOMIAL COEFFICIENT ANALOGUES RELATED TO LUCAS SEQUENCES

#A52 INTEGERS 10 (2010), COMBINATORIAL INTERPRETATIONS OF BINOMIAL COEFFICIENT ANALOGUES RELATED TO LUCAS SEQUENCES #A5 INTEGERS 10 (010), 697-703 COMBINATORIAL INTERPRETATIONS OF BINOMIAL COEFFICIENT ANALOGUES RELATED TO LUCAS SEQUENCES Bruce E Sagan 1 Departent of Matheatics, Michigan State University, East Lansing,

More information

IN modern society that various systems have become more

IN modern society that various systems have become more Developent of Reliability Function in -Coponent Standby Redundant Syste with Priority Based on Maxiu Entropy Principle Ryosuke Hirata, Ikuo Arizono, Ryosuke Toohiro, Satoshi Oigawa, and Yasuhiko Takeoto

More information

Physics 215 Winter The Density Matrix

Physics 215 Winter The Density Matrix Physics 215 Winter 2018 The Density Matrix The quantu space of states is a Hilbert space H. Any state vector ψ H is a pure state. Since any linear cobination of eleents of H are also an eleent of H, it

More information

Linguistic majorities with difference in support

Linguistic majorities with difference in support Linguistic ajorities with difference in support Patrizia Pérez-Asurendi a, Francisco Chiclana b,c, a PRESAD Research Group, SEED Research Group, IMUVA, Universidad de Valladolid, Valladolid, Spain b Centre

More information

Revealed Preference and Stochastic Demand Correspondence: A Unified Theory

Revealed Preference and Stochastic Demand Correspondence: A Unified Theory Revealed Preference and Stochastic Deand Correspondence: A Unified Theory Indraneel Dasgupta School of Econoics, University of Nottingha, Nottingha NG7 2RD, UK. E-ail: indraneel.dasgupta@nottingha.ac.uk

More information

1. INTRODUCTION AND RESULTS

1. INTRODUCTION AND RESULTS SOME IDENTITIES INVOLVING THE FIBONACCI NUMBERS AND LUCAS NUMBERS Wenpeng Zhang Research Center for Basic Science, Xi an Jiaotong University Xi an Shaanxi, People s Republic of China (Subitted August 00

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

On Certain C-Test Words for Free Groups

On Certain C-Test Words for Free Groups Journal of Algebra 247, 509 540 2002 doi:10.1006 jabr.2001.9001, available online at http: www.idealibrary.co on On Certain C-Test Words for Free Groups Donghi Lee Departent of Matheatics, Uni ersity of

More information

Algebraic Montgomery-Yang problem: the log del Pezzo surface case

Algebraic Montgomery-Yang problem: the log del Pezzo surface case c 2014 The Matheatical Society of Japan J. Math. Soc. Japan Vol. 66, No. 4 (2014) pp. 1073 1089 doi: 10.2969/jsj/06641073 Algebraic Montgoery-Yang proble: the log del Pezzo surface case By DongSeon Hwang

More information

Descent polynomials. Mohamed Omar Department of Mathematics, Harvey Mudd College, 301 Platt Boulevard, Claremont, CA , USA,

Descent polynomials. Mohamed Omar Department of Mathematics, Harvey Mudd College, 301 Platt Boulevard, Claremont, CA , USA, Descent polynoials arxiv:1710.11033v2 [ath.co] 13 Nov 2017 Alexander Diaz-Lopez Departent of Matheatics and Statistics, Villanova University, 800 Lancaster Avenue, Villanova, PA 19085, USA, alexander.diaz-lopez@villanova.edu

More information

Fixed-to-Variable Length Distribution Matching

Fixed-to-Variable Length Distribution Matching Fixed-to-Variable Length Distribution Matching Rana Ali Ajad and Georg Böcherer Institute for Counications Engineering Technische Universität München, Gerany Eail: raa2463@gail.co,georg.boecherer@tu.de

More information

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe

. The univariate situation. It is well-known for a long tie that denoinators of Pade approxiants can be considered as orthogonal polynoials with respe PROPERTIES OF MULTIVARIATE HOMOGENEOUS ORTHOGONAL POLYNOMIALS Brahi Benouahane y Annie Cuyt? Keywords Abstract It is well-known that the denoinators of Pade approxiants can be considered as orthogonal

More information

M ath. Res. Lett. 15 (2008), no. 2, c International Press 2008 SUM-PRODUCT ESTIMATES VIA DIRECTED EXPANDERS. Van H. Vu. 1.

M ath. Res. Lett. 15 (2008), no. 2, c International Press 2008 SUM-PRODUCT ESTIMATES VIA DIRECTED EXPANDERS. Van H. Vu. 1. M ath. Res. Lett. 15 (2008), no. 2, 375 388 c International Press 2008 SUM-PRODUCT ESTIMATES VIA DIRECTED EXPANDERS Van H. Vu Abstract. Let F q be a finite field of order q and P be a polynoial in F q[x

More information

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay

A Low-Complexity Congestion Control and Scheduling Algorithm for Multihop Wireless Networks with Order-Optimal Per-Flow Delay A Low-Coplexity Congestion Control and Scheduling Algorith for Multihop Wireless Networks with Order-Optial Per-Flow Delay Po-Kai Huang, Xiaojun Lin, and Chih-Chun Wang School of Electrical and Coputer

More information

Randomized Recovery for Boolean Compressed Sensing

Randomized Recovery for Boolean Compressed Sensing Randoized Recovery for Boolean Copressed Sensing Mitra Fatei and Martin Vetterli Laboratory of Audiovisual Counication École Polytechnique Fédéral de Lausanne (EPFL) Eail: {itra.fatei, artin.vetterli}@epfl.ch

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information