The theory of total unary rpo is decidable. State University of New York at Albany, Albany, NY 12222, USA.

Size: px
Start display at page:

Download "The theory of total unary rpo is decidable. State University of New York at Albany, Albany, NY 12222, USA."

Transcription

1 The theory of total unary rpo is deidale Paliath Narendran 1 and Mihael Rusinowith 2 1 Institute of Programming and Logis, Department of Computer Siene, State University of New York at Alany, Alany, NY 12222, USA dran@s.alany.edu 2 LORIA-INRIA Lorraine, 615, rue du jardin otanique, BP 101, Villers les Nany edex, Frane rusi@loria.fr The Reursive Path Ordering (rpo) is a syntati ordering on terms that has een widely used for proving termination of term-rewriting systems [7, 20]. How to omine term-rewriting with ordered resolution and paramodulation is now well-understood and it has een suessfully applied in many theorem-proving systems [11,16, 21]. In this setting an ordering suh as rpo is used oth to orient rewrite rules and to selet maximal literals to perform inferenes on. In order to further prune the searh spae the ordering requirements on onditional inferenes are etter handled when they are treated as onstraints [12, 18]. Typially a nonorientale equation s = t will e split as two onstrained rewrite rules: s! t j s > t and t! s j t > s. Suh onstrained rules are useless when the onstraint is unsatisale. Therefore it is important for the eieny of automated reasoning systems to investigate deision proedures for the theory of terms with ordering prediates. Other types of onstraints an e introdued too suh as disuniation onstraints [1]. It is often the ase that they an e expressed with ordering onstraints (although this might e ineient). We prove that the rst-order theory of the reursive path ordering is deidale in the ase of unary signatures with total preedene. This solves a prolem that was mentioned as open in [6]. The result has to e ontrasted with the undeidaility results of the lexiographi path ordering [6] for the ase of symols with arity 2 and total preedene and for the ase of unary signatures with partial preedene. We reall that lexiographi path ordering (lpo) and the reursive path ordering and many other orderings suh as [13, 10] oinide in the unary ase. Among the positive results it is known that the existential theory of total lpo is deidale [3, 17]. The same result holds for the ase of total rpo [8,15]. The proof tehnique we use for our deidaility result might e interesting y itself. It relies on enoding of words as trees and then on uilding a tree automaton to reognize the rpo relation. Key words: Reursive path ordering, rst-order theory, ground reduiility, tree automata, ordered rewriting. 1 The reursive path ordering on words We assume that A is a nite alphaet, A the set of words on A and is the empty word. We shall often identify a letter with the orresponding word of length one. There is a orrespondane etween words and terms on a unary alphaet: every letter an e onsidered as a unary funtion and every word a 1 ; a 2 ; : : : ; a n an e onsidered as a term a 1 (a 2 (: : :a n (x) : : :)) where x is an element of the set of variales X. The Reursive Path Ordering (rpo) originally introdued y Dershowitz [7] is dened as follows on words: Given a nite total preedene A on A, if and only if one of the following holds: s A rpo t

2 1. s 6= and t = 2. s = as 0 and t = t 0 and either (a) a A and s A rpo t0 or () a = and s 0 A rpo t 0 or () A a and s 0 A rpo t where s 0 A rpo t is an areviation for s 0 A rpo t or s 0 = t. The following properties of rpo are well-known and their proofs an e found in the literature (e.g. [7]). We omit the supersript A when it is lear from ontext. Proposition 1. The relation rpo is antireexive, transitive, monotoni (i.e. aw rpo aw 0 if w rpo w 0 ), total, well-founded and has the suterm property (i.e. w rpo w 0 when w 0 is a proper suterm of w). When the preedene is not total, all properties ut totality of rpo remain valid. We now give a few properties that will e useful in the sequel. Lemma 1. If s rpo t then for all w 2 A, ws rpo wt. Proof: y indution on the length of w and y the monotoniity property. 2 Lemma 2. If a 2 A and w rpo w 0 then for all w 00 2 A suh that a rpo w 00, we have aw rpo w 00 aw 0. Proof: y indution on the length of w 00. If w 00 is empty it is ovious. If w 00 = u where 2 A, then y denition of rpo we must have a A and a rpo u. Sine u is shorter than w 00, y indution hypothesis we have aw rpo uaw 0. By the denition of rpo, we also have aw rpo uaw 0 and the result follows. 2 The next lemma shows that when terms s; t have the same numer of maximal symols a then the omparison an e done y onsidering only the rightmost (innermost) ourrene of a whose arguments are dierent in s and t. Lemma 3. Let w 1 ; w 2 ; : : : ; w k, u 1 ; u 2 ; : : : ; u k e two sequenes of words suh that eah letter in eah word is stritly smaller than a 2 A. If w rpo w 0 then we have: Proof: By indution hypothesis we an assume that: y the previous lemma we have: y the suterm property and transitivity we have: aw 1 aw 2 : : : aw k aw rpo au 1 au 2 : : : au k aw 0 aw 2 : : : aw k aw rpo au 2 : : :au k aw 0 aw 2 : : :aw k aw rpo u 1 au 2 : : : au k aw 0 w 1 aw 2 : : : aw k aw rpo u 1 au 2 : : : au k aw 0 The result follows y monotoniity. 2 We denote y max(w; A) the maximal letter of A that ours in word w and y mul(w; A) the numer of ourrenes of this letter in w. As a onsequene of the previous lemmas we get: Lemma 4. w rpo w 0 i one of the following holds: 1. max(w; A) max(w 0 ; A)

3 2. max(w; A) = max(w 0 ; A) and mul(w; A) > mul(w 0 ; A) 3. a = max(w; A) = max(w 0 ; A), mul(w; A) = mul(w 0 ; A), w = w 0 aw 1 aw 2 : : :aw k, w 0 = u 0 au 1 au 2 : : :au k and there exists 0 i k suh that w i rpo u i and for all j > i we have w j = u j. A rst idea would e to try to use word automata in order to reognize the relation rpo. However this is not possile. Consider A = fa; g with a. We introdue the produt alphaet A 2 = f(u; v) j u; v 2 A [ f?gg, where? is a new symol. Classially we an assoiate to every ouple of words U = u 1 :u 2 : : : u m 2 A and V = v 1 :v 2 : : :v n 2 A a word U V = (u 1 ; v 1 ); (u 2 ; v 2 ); : : : on A 2 y ompleting the shortest word (if any) y some?'s in order to get two words of the same length. Assume that the relation R = fu V j U; V 2 A and U V g is reognizale on A 2 y an automaton A with N states. Then N a N+1 a N N+1 elongs to R. By a pigeon-hole argument the automaton will enter twie the same state when reading the seond half of the word. Then y pumping etween the orresponding positions, A should aept also N a m a N m, with m N. Sine a N m N a m, this raises a ontradition. 2 Coding words as trees We shall now dene a tree representation of words so that omparison of words an e performed y an automaton. Our goal is to represent a word w = w 1 aw 2 : : :aw k aw k+1 y a inary tree a(t k+1 ; a(t k ; : : : ; a(t 1 ; ) : : :)), where t i represents w i and a 2 A is maximal in w w.r.t. A. First we introdue a new signature F that ontains a inary symol for eah element of the alphaet A. The inary symol assoiated with a 2 A will e denoted also a, y ause of notation. We shall introdue also a onstant symol a for eah a 2 A. We shall denote y a 0 the suessor of a with respet to the total preedene A of A. We denote y o (resp. m) the minimal (resp. maximal) element of A. The translation funtion from A to T (F ) is dened using auxiliary funtions a, a 2 A. Now we dene (w) = m (w). a 0(w 1 a 0 w 2 ) = a 0 ( a (w 2 ); a 0(w 1 )) when a 0 62 w 2 a 0(w) = a 0 ( a (w); a 0) when a 0 62 w o (w:o) = o( o ; o (w)) o () = o( o ; o ) Example 1. Assume A = fa; ; g with a A A. Then () = a((( ; ); ); a ). Example 2. Assume A = fa; ; g with a A A. Then (aa) = a((( ; ); (( ; ( ; ); ))); a((( ; ); ); a((( ; ( ; )); ); a ))) Note that is a real enoding. In other terms, two dierent words are never oded as the same tree. Lemma 5. The funtion is injetive. Proof: Let I a = f A ag. We prove y indution on a that a is injetive on Ia. Sine I m = A this will imply the result. If a = o then o (o k ) = o (o j ) learly entails j = k. Now we assume y indution hypothesis that I a is injetive. Consider two words w 1 ; w 2 2 I a 0 suh that a 0(w 1 ) = a 0(w 2 ). If neither of w 1 ; w 2 ontains a 0 we have a 0 ( a (w 1 ); a 0) = a 0 ( a (w 2 ); a 0) and therefore a (w 1 ) = a (w 2 ) whih implies w 1 = w 2 y the indution hypothesis. The ase when w 1 = u 1 a 0 v 1 (for some words u 1 2 I a 0; v 1 2 I a ) and a 0 does not our in w 2 is impossile sine a 0(w 1 ) should ontain in that ase more a 0 that a 0(w 2 ). Now assume that w 1 = u 1 a 0 v 1 and w 2 = u 2 a 0 v 2 with u 1 ; u 2 2 I a 0; v 1 ; v 2 2 I a. We prove y indution on the sum of the lengths of w 1 and w 2 that a 0(w 1 ) = a 0(w 2 ) implies w 1 = w 2. The ase ase is trivial. a 0 ( a (v 1 ); a 0(u 1 )) = a 0 ( a (v 2 ); a 0(u 2 ))

4 a a a a whih implies y deomposition a (v 1 ) = a (v 2 ) and a 0(u 1 ) = a 0(u 2 ). From the indution hypothesis we have v 1 = v 2, u 1 = u 2 and therefore w 1 = w 2. 2 A nite tree automaton over a signature F is a tuple A = (Q; Q f ; ) where Q is a nite set of states, Q f Q is a suset of aepting states and is a set of transition rules of type: f(q 1 ; : : : ; q n )! q where n 0, f is symol of F of arity n and q; q 1 ; : : : ; q n 2 Q. We onsider here ottom-up tree automata: they are applied to ground terms indutively from the leaves to the root. A ground term t is aepted y A if t! q for some state q 2 Q f. For more details aout tree automata a reent referene is [4]. Lemma 6. The set of trees f(w)j w 2 A g is reognizale y a tree automaton C. Proof: The following automaton does the work. Let Q = fq a j q 2 Ag [ fqs o g, Q f = fq m g where m is the maximal element in the preedene. The transitions are, for all a 2 A: a! q a ; o! qs o o(qs o ; qs o )! q o o(qs o ; q o )! q o a(q a ; q a 0)! q a 0 a 6= o 2 3 Tree automata We dene now a tree automaton for omparing two words. First let us extend F with a onstant?. By ause of notation we denote y fg a new funtion symol assoiated with the ouple (f; g) 2 (F [ f?g) (F [ f?g). We denote y F 2 the signature ffg j f; g 2 F [ f?gg (produt alphaet), where the arity of fg is equal to the maximum of the arities of f and g (? has arity 0). The automaton will traverse in a ottom-up way the tree otained y gluing together the tree strutures assoiated to the two words. The oding of a ouple of trees (t 1 ; t 2 ) 2 T (F ) 2 as a tree t 1 t 2 on the produt alphaet F 2 is dened reursively as follows:

5 f(s 1 ; s 2 ) g(r 1 ; r 2 ) = fg(s 1 r 1 ; s 2 r 2 ) f(s 1 ; s 2 ) a = f a (s 1?; s 2?) a f(s 1 ; s 2 ) = a f(? s 1 ;? s 2 ) f(s 1 ; s 2 )? = f?(s 1?; s 2?)? f(s 1 ; s 2 ) =?f(? s 1 ;? s 2 ) Lemma 7. The set of trees f(w) (v)j w; v 2 A g is reognizale y a tree automaton. Proof: We just need to take the produt of two opies of the automaton in Lemma 6. 2 Theorem 1. The set of trees f(w) (v) j w rpo vg is reognizale y a tree automaton. Proof: let Q = fq a ; + qa ;? qa > ; qa < ; qa j a 2 Ag e the set of states. The set of aepting states is Q = f = fq m ; + qm > g where m is the maximum element of the alphaet. The meaning of q a (resp. + qa?) is that on the right ranh we have enountered more (resp. less) a's in (w) than in (v). The meaning of q> a (resp. q< a, resp. q a = ) is that the numer of a's is the same ut some a-free suword tips the alane in favour of w (resp. v, resp. equality). The transitions of the ottom-up tree automaton inlude, for all a; 2 A with a = 0 : aa( ; q a +)! q a + aa( ; q a?)! q a? a a ( ; )! q a + a a( ; )! q a??a( ; )! q a? a?( ; )! q a + a a! q a =? a! q a? a?! q a + aa(q =; q a =)! q a = aa(q =; q a >)! q a > aa(q =; q a <)! q a < aa(q >; q a =)! q a > aa(q >; q a <)! q a > aa(q >; q a >)! q a > aa(q +; q a =)! q a > aa(q + ; qa < )! qa > aa(q +; q a >)! q a > aa(q?; q a =)! q a < aa(q?; q a <)! q a < aa(q?; q a >)! q a < aa(q < ; qa = )! qa < aa(q < ; qa < )! qa < aa(q <; q a >)! q a < In order to omplete the automaton we may add a failure state and transitions for deteting trees that do not stand for a ouple of words. We all A the automaton we get nally. We now show that if w rpo u then (w) (u) is aepted y A. For this we show the more general result: Claim: if a is the maximal letter in w then a (w) a (u)! q 2 fq a +; q a >g. We proeed y indution on a (w.r.t. A ). The ase ase when w 2 fog is left to the reader. Assume that the result is true for all a. Consider now the words w; u and a 2 A suh that a = max(w; A) and w rpo u. Let t e a (w) a (u). By Lemma 4 there are three ways to get w rpo u: If a = max(w; A) d = max(u; A) then a (t) = aa(t 1 ; a a (t 2 ; t 3 )) for some terms t 1 ; t 2 ; t 3. It an e heked that t! q a +. The ase when a = max(w; A) = max(u; A) and mul(w; A) > mul(u; A) is similar. Assume now that w = w 0 aw 1 aw 2 : : : aw k aw k, u = u 0 au 1 au 2 : : :au k au k and a is larger than every symol in w i ; u j where i; j = 0; : : : ; k. Let e the predeessor of a: 0 = a. By Lemma 4, w rpo u i there exists j suh that w j rpo u j and l > j implies w l = u l. Let us denote (w j ) (u j ) y s j.

6 Then t = aa(s k ; aa(s k ; aa(: : : ; aa(s j ; : : : ; aa(s 0 ; a ) : : :)). Running the automaton on t one an get, after some steps, aa(s k ; : : :aa(q 0 ; q) : : :) for some q 2 fq a ; = qa < ; qa > g. By the indution hypothesis (sine a) s j! q0. where q 0 is either q + or q>. Hene applying one more rule of the automaton we also have: aa(q 0 ; q)! q>. a Sine s l odes a ouple of idential words, we have s l! q =, for l > j. Applying several times the rule aa(q=; q>) a! q> a allows one to onlude. By symmetry we an show that (w) (u)! q 2 fq m? ; q< m g whenever w rpo u. For the onverse one needs to show that whenever (w) (u)! q 2 Q f we have w rpo u. Sine the ordering rpo is total either w rpo u or w rpo u. In the rst ase q 2 fq m? ; q< m g and in the seond, q 2 fq m + ; q> m g = Q f. Now sine the automaton A is deterministi if q 2 Q f then neessarily w rpo u. 2 The rst-order theory we will show deidale has oth inequality interpreted as rpo and equality interpreted as identity. When a 2 A we shall redue the satisaility of a formula au rpo v (resp. u rpo av) to the satisaility of w rpo v ^ w = au (resp.u rpo w ^ w = au). This motivates the next theorem. Note that the set fav vjv 2 A g is reognizale y a word automaton. However we have now adopted a tree representation for the words to handle inequalities and we annot mix dierent representations of the same word. Hene we have to prove: Theorem 2. The set of trees f(av) (v) j v 2 A g (where a 2 A) is reognizale y a tree automaton. Proof: Note that adding a letter a to a word w amounts to replaing a leaf y a node of the tree representation of w. There is a unique position where this node an e inserted: it is at the position of the rightmost ourrene of a. Let Q = fq 0 ; q 1 ; q 2 g e the set of states. The state q 1 reognizes the trees on F 2 otained as the produt of two idential trees. The aepting state is q 0. The transitions of the ottom-up tree automaton inlude, for all 2 A: a?! q 0! q 1 (q 1 ; q 1 )! q 1 a a (q 1 ; q 0 )! q 0 (q 1 ; q 0 )! q RPO theory An RPO formula is a rst-order formula onstruted from terms on the unary signature A and the inary prediate symols \" and \=". The formula is interpreted in T (A), with as rpo and = as identity. We denote y (x 1 ; : : : ; x n ) an RPO formula with free variales x 1 ; : : : ; x n. A at formula is an RPO formula whose atoms are of type: x = y; x = ay; x = a; x y; a x or x a, where x; y are variales. Hene terms in at formulas are restrited to types x; ax; a, where a 2 A; x 2 X. Using transformations that preserve solutions we an redue the deision of RPO formulas to the deision of at formulas. These transformations inlude the following astration rules, where a; 2 A: au rpo v ` 9u 0 (u 0 rpo v ^ u 0 = au) (1) u rpo av ` 9v 0 (u rpo v 0 ^ v 0 = av) (2) au = v ` 9u 0 (au 0 = v ^ u 0 = u) (3) u = av ` 9v 0 (av 0 = v ^ v 0 = v) (4) These rules are ompleted y the deomposition rules derived from the denition of rpo, and the deomposition and lash rules for the prediate = in T (A).

7 Theorem 3. Given an RPO formula (x 1 ; : : : ; x n ) there exists an automaton that reognizes fu 1 : : : u n j u 1 ; : : : ; u n is a solution of g: Proof: We an assume the formula is at. The proof will e y indution on the struture of. The tehnique is lassial ([4]). Let U e an automaton that reognizes all terms. We rst remark that given two automata A 1 ; A 2 for the solutions of 1 (xz) and 2 (zy), where x; y; z are disjoint sets of variales, the set of solutions of 1 (xz) ^ 2 (zy) is the intersetion of the regular languages reognized y A 1 ( jyj U) and ( jxj U) A 2. Base ase: assume that (x 1 ; : : : ; x n ) is atomi. Its satisaility is equivalent to the onjuntion of at atomi formulas otained y replaing (repeatedly) every strit maximal suterm t in every atom y a fresh variale x t. Automata reognizing the solutions of formula of type x y (resp. x = ay) an e onstruted thanks to Theorem 1 (resp. 2). For the other ases (x = y; x = a; a x; x a) automata are easily otained too. Step ase: i) Suppose (x 1 ; : : : ; x n ) = : (x 1 ; : : : ; x n ). By taking the intersetion of the omplement automaton for (x 1 ; : : : ; x n ) with n C (produt of n opies of C) we get an automaton for. ii) If (x 1 ; : : : ; x n ) = 9x 1 (x 1 ; : : : ; x n ). then y projetion (i.e. forgetting rst omponent) one get an automaton for. 2 We an now onlude with the main result whih is a diret onsequene of the previous theorem: Theorem 4. The rst-order theory of rpo is deidale when the signature is uilt from a nite set of onstants and unary symols. 5 On normal forms and ordered rewriting 5.1 The reursive path ordering on terms We assume that F is a nite set of funtion symols given with their arity. T (F; V ) is the set of nite terms uilt on F and an alphaet V of (rst-order) variale symols. denotes syntati equality of terms. T (F ) is the set of terms whih do not ontain any variales. A multiset over a set X is a funtion M from X to the natural numers. Any ordering > on X an e extended to an ordering >> on nite multisets over X as follows: M >> N if a) M 6= N and ) whenever N(x) > M(x) then M(y) > N(y) for some y > x. Note that if > is well-founded so is >>. Given a nite total preedene F on funtions, if and only if one of the following holds: s = f(s 1 ; : : : ; s m ) F rpo g(t 1 ; : : : ; t n ) = t 1. f F g and s F rpo t i for all 1 i n 2. f = g; m = n and fs 1 ; : : : ; s m g F rpo ft 1 ; : : : ; t m g 3. There exists a j, 1 j m, suh that s j F rpo t or s j rpo t. where rpo is dened as permutatively equal, or, in other words, the terms are treated as unordered trees. The set t= rpo is the equivalene lass of t for rpo. The multiset extension of rpo used aove, namely rpo, is dened in terms of this equivalene. 5.2 Ordered rewriting An ordered term rewrite system (TRS) is a pair (E; ), where E is a set of equations, and is an ordering on terms. The ordered rewriting relation dened y (E; ) is the smallest monotoni inary relation! E; on terms suh that s! E; t whenever s = t 2 E and s t.

8 Let us reall that a term t is ground reduile w.r.t. a rewrite system R i all instanes t 2 T (F ) of t are reduile y R. This denition extends to ordered rewriting, replaing R with! E;> when E is a nite set of (unonstrained) equations. Ground reduiility is deidale for aritrary nite term rewriting systems [19]. It is undeidale for nite sets of equations [9]. We show it is deidale in the speial ase where all symols ourring in the set of equations E have arity 0 or 1, (in that ase we say that the equations are unary) and the ordering is rpo with a total preedene. In fat, we an state a slightly more general result. An equation is said to e semiground if at least one memer is a ground term. Theorem 5. Given a term t, and system of equations E suh eah element of E is either unary or semiground it is deidale whether t is ground reduile y! E; rpo. Given set of terms G 1 ; : : : ; G n and a funtion symol f of arity n we denote y f(g 1 ; : : : ; G n ) the set of terms ff(g 1 ; : : : ; g n ) j g 1 2 G 1 ; : : : ; g n 2 G n g. Lemma 8. fu 2 T (F ) j s(u) rpo t(u)g, for unary terms s; t is either empty or T (F ). Proof: Applying the rpo denition we have that s(x) rpo t(x) is either equivalent to v(x) rpo x or x rpo v(x) for some term v. 2 Lemma 9. fw 2 T (F ) j 9v : s(w) rpo t(v)g is either equal to T (F ) or to fx 2 T (F ) j x rpo ug, where u is a ground term. Proof: s(x) rpo t(y) for some y i s(x) rpo t(?) where? is the minimal onstant in the signature. By deomposition we get the result. 2 Lemma 10. fu 2 T (F ) j u rpo tg where t is a ground term, is reognizale y a tree automaton. Proof: It is y simple indution on t w.r.t. rpo. If t is? this is trivial. Otherwise assume y the indution hypothesis that for all t 0 rpo t, L t 0 = fu 2 T (F ) j u rpo t 0 g is a regular tree language. Let t = f(t 1 ; : : : ; t n ). Assume w.l.o.g. that t 1 rpo t 2 ; : : : ; rpo t n. Then x rpo f(t 1 ; : : : ; t n ) i either 1. x = g(x 1 ; : : : ; x m ) and f g and for some i: x i rpo t. 2. x = g(x 1 ; : : : ; x m ) and f g and for all j: x rpo t j. 3. x = f(x 1 ; : : : ; x n ) and fx 1 ; : : : ; x n g rpo ft 1 ; : : : ; t n g The language L t is regular sine it an e dened as a omponent of the least solution of the following system of equations: L t = L 1 [ L 2 [ L 3 [ ( L t if i = j; L 1 = g(h 1 ; : : : ; h i ; : : : ; h m ) where h i = gf; [ T (F ) otherwise 1jm L 2 = g(t \ (F ); : : : ; T (F )) \ L ti fg L 3 = [ 1in 1jn; 2Sn f(l j (1) ; : : : ; lj (n) ) where lj k = 8 > < > : t k = rpo if k < j; L tj if k = j; T (F ) if k > j: and where S n is the permutation group of f1; : : : ; ng. Note that L 2 and L 3 are regular y indution hypothesis sine they are otained y omposition of languages of type L u with u rpo t. 2 Sine fu 2 T (F ) j t rpo ug is the omplement in T (F ) of the language fu 2 T (F ) j u rpo tg[ftg whih is regular we also have:

9 Lemma 11. fu 2 T (F ) j t rpo ug where t is a ground term, is reognizale y a tree automaton. Now given a set of equations E satisfying the hypothesis of Theorem 5 it an e deomposed as a set of orientale unary equations E 1 union a set E 2 of non-orientale unary ones union E 3 a set of semiground equations. Hene y Lemma 8 and Lemma 9 the set of ground and reduile terms for E is the set of ground terms that have a suterm in the set: fl(t) j l(x) = r(x) 2 E 1 ; l(x) rpo r(x); t 2 T (F )g [ fl(t) j l(x) = r(y) 2 E 2 ; l(t) rpo r(?); t 2 T (F )g [ fs j s = t 2 E 3 ; s rpo t; t 2 T (F )g [ fs j s = t 2 E 3 ; s rpo t; s 2 T (F )g (5) By Lemma 10 and Lemma 11 this set is a regular tree language. We denote it y RED E. Given a term t of T (F; X) it an e deided whether it is ground reduile y the ordered rewrite system E sine in this speial ase it amounts to heking whether t elongs to a regular tree language. This may e otained as a onsequene of stronger results [2]. We give here a simple diret proof. Let A = (Q; Q f ; ) e the automaton for RED E. We may assume that all states are reahale. And Q f = fq f g. Assume that t has m variales x 1 ; : : : ; x m with possily repeated ourrenes. Let t(q 1 ; : : : ; q m ) e the term (on an extended signature F [ Q) otained y replaing every variale x i with a state q i. We an ompute the result of applying the automaton to it. Let SUC = fhq 1 ; : : : ; q m i j t(q 1 ; : : : ; q m )! q fg. Now it sues to show that for every m-tuples of ground terms ht 1 ; : : : ; t m i we have ht 1 ; : : : ; t m i! m hq 1; : : : ; q m i 2 SUC This is a reahaility prolem on the produt automaton m and therefore is deidale. Remark: The result also holds for lexiographi path orderings. Conlusion Using a non-standard oding of words as trees and tree automata tehniques we have een ale to show deidaility of the theory of total unary rpo. A question that remains open is whether the existential theory of rpo with partial preedene is deidale. Aknowledgements: We thank Florent Jaquemard and Pierre Lesanne for their omments. Referenes 1. R. Caferra and N. Peltier. Disinferene rules, model uilding and adution. Logi at work: Essays dediated to the memory of Helena Rasiowa (Part 5: Logi in Computer Siene, Chap. 20). Physia-Verlag, A-C. Caron, J-L. Coquide, and M. Dauhet. Enompassment properties and automata with onstraints. In C. Kirhner, editor, Proeedings 5th Conferene on Rewriting Tehniques and Appliations, Montreal (Canada), volume 690 of Leture Notes in Computer Siene, pages 328{342. Springer-Verlag, H. Comon. Solving inequations in term algeras. In Pro. 5th IEEE Symposium on Logi in Computer Siene (LICS), Philadelphia, June H. Comon, M. Dauhet, R. Gilleron, F. Jaquemard, D. Lugiez, S. Tison, M. Tommasi. Tree Automata Tehniques and Appliations H. Comon, P. Narendran, R. Nieuwenhuis, and M. Rusinowith. Deision prolems in ordered rewriting. In Pro. 13th IEEE Symp. Logi in Computer Siene (LICS'98), Indianapolis, IN, USA, June 1998, pages , H. Comon and R. Treinen. The rst-order theory of lexiographi path orderings is undeidale. Theoretial Computer Siene 176, April 1997.

10 7. N. Dershowitz. Orderings for term-rewriting systems. Theoretial Computer Siene 17(3): 279{ J.-P. Jouannaud and M. Okada. Satisaility of systems of ordinal notations with the suterm ordering is deidale. In 18th International Colloquium on Automata, Languages and Programming (ICALP), volume 510 of Leture Notes in Computer Siene, pages , Madrid, Spain, July Springer-Verlag. 9. D. Kapur, P. Narendran, D. Rosenkrantz and H. Zhang. Suient Completeness, Ground-Reduiility and Their Complexity. Ata Informatia 28 (1991) D. Kapur, P. Narendran and G. Sivakumar. A path ordering for proving termination of term rewriting systems. In H. Ehrig (ed.), 10th CAAP, volume 185 of Leture Notes in Computer Siene, pages , Berlin, Marh D. Kapur and H. Zhang. An Overview of Rewrite Rule Laoratory (RRL), J. of Computer and Mathematis with Appliations, 29, 2, 1995, C. Kirhner, H. Kirhner, and M. Rusinowith. Dedution with symoli onstraints. Revue Franaise d'intelligene Artiielle, 4(3):9{52, Speial issue on automati dedution. 13. P. Lesanne. Some properties of the Deomposition Ordering, a simpliation ordering to prove termination of rewriting systems. RAIRO, 16(4):331{347, U. Martin and E. Sott. The order types of termination orderings on monadi terms, strings and multisets. J. Symoli Logi 62 (1997) 624{ P. Narendran, M. Rusinowith and R. Verma. RPO onstraint solving is in NP. In: Computer Siene Logi (CSL 98), Brno, Czeh Repuli. August p. LNCS 1584, Springer-Verlag, W. MCune and R. Padmanahan. Automated Dedution in Equational Logi and Cui Curves, Springer- Verlag LNCS 1095 (1996) 17. R. Nieuwenhuis. Simple LPO onstraint solving methods. Inf. Proess. Lett. 47(2):65{69, Aug R. Nieuwenhuis and A. Ruio. Theorem proving with ordering onstrained lauses. In D. Kapur, editor, Proeedings of 11th Conf. on Automated Dedution, Saratoga Springs, NY, 1992, volume 607 of Leture Notes in Artiial Intelligene, pages 477{491, June 1992, Springer-Verlag. 19. D. Plaisted. Semanti onuene tests and ompletion methods. Information and Control, 65:182{215, J. Steinah. Extensions and omparison of simpliation orderings. Proeedings of 3rd RTA, Chapel Hill, NC, volume 355 of Leture Notes in Computer Siene, pages , 1989, Springer-Verlag. 21. C. Weidenah. SPASS: Comining Superposition, Sorts and Splitting in A. Roinson and A. Voronkov, editors, Handook of Automated Reasoning, Elsevier, To appear.

Searching All Approximate Covers and Their Distance using Finite Automata

Searching All Approximate Covers and Their Distance using Finite Automata Searhing All Approximate Covers and Their Distane using Finite Automata Ondřej Guth, Bořivoj Melihar, and Miroslav Balík České vysoké učení tehniké v Praze, Praha, CZ, {gutho1,melihar,alikm}@fel.vut.z

More information

I F I G R e s e a r c h R e p o r t. Minimal and Hyper-Minimal Biautomata. IFIG Research Report 1401 March Institut für Informatik

I F I G R e s e a r c h R e p o r t. Minimal and Hyper-Minimal Biautomata. IFIG Research Report 1401 March Institut für Informatik I F I G R e s e a r h R e p o r t Institut für Informatik Minimal and Hyper-Minimal Biautomata Markus Holzer Seastian Jakoi IFIG Researh Report 1401 Marh 2014 Institut für Informatik JLU Gießen Arndtstraße

More information

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

More information

Jan Van den Bussche. Departement WNI, Limburgs Universitair Centrum (LUC), Universitaire Campus, B-3590 Diepenbeek, Belgium

Jan Van den Bussche. Departement WNI, Limburgs Universitair Centrum (LUC), Universitaire Campus, B-3590 Diepenbeek, Belgium Theoretial Computer Siene 254 (2001) 363 377 www.elsevier.om/loate/ts Simulation of the nested relational algera y the at relational algera, with an appliation to the omplexity of evaluating powerset algera

More information

Chapter 8 Hypothesis Testing

Chapter 8 Hypothesis Testing Leture 5 for BST 63: Statistial Theory II Kui Zhang, Spring Chapter 8 Hypothesis Testing Setion 8 Introdution Definition 8 A hypothesis is a statement about a population parameter Definition 8 The two

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

Modal Horn Logics Have Interpolation

Modal Horn Logics Have Interpolation Modal Horn Logis Have Interpolation Marus Kraht Department of Linguistis, UCLA PO Box 951543 405 Hilgard Avenue Los Angeles, CA 90095-1543 USA kraht@humnet.ula.de Abstrat We shall show that the polymodal

More information

Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret

Parallel disrete-event simulation is an attempt to speed-up the simulation proess through the use of multiple proessors. In some sense parallel disret Exploiting intra-objet dependenies in parallel simulation Franeso Quaglia a;1 Roberto Baldoni a;2 a Dipartimento di Informatia e Sistemistia Universita \La Sapienza" Via Salaria 113, 198 Roma, Italy Abstrat

More information

Discrete Bessel functions and partial difference equations

Discrete Bessel functions and partial difference equations Disrete Bessel funtions and partial differene equations Antonín Slavík Charles University, Faulty of Mathematis and Physis, Sokolovská 83, 186 75 Praha 8, Czeh Republi E-mail: slavik@karlin.mff.uni.z Abstrat

More information

THE SHIFTED PLACTIC MONOID arxiv: v1 [math.co] 13 Nov 2008

THE SHIFTED PLACTIC MONOID arxiv: v1 [math.co] 13 Nov 2008 THE SHIFTED PLACTIC MONOID arxiv:0811.057v1 [math.co] 13 Nov 008 LUIS SERRANO Astrat. We introdue a shifted analog of the plati monoid of Lasoux and Shützenerger, the shifted plati monoid. It an e defined

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

Ordered fields and the ultrafilter theorem

Ordered fields and the ultrafilter theorem F U N D A M E N T A MATHEMATICAE 59 (999) Ordered fields and the ultrafilter theorem by R. B e r r (Dortmund), F. D e l o n (Paris) and J. S h m i d (Dortmund) Abstrat. We prove that on the basis of ZF

More information

Pushdown Specifications

Pushdown Specifications Orna Kupferman Hebrew University Pushdown Speifiations Nir Piterman Weizmann Institute of Siene une 9, 2002 Moshe Y Vardi Rie University Abstrat Traditionally, model heking is applied to finite-state systems

More information

374 K.ORIUCI Figure 1. one dimensional irreversile positive or negative diretions. Figure 2. one dimensional reversile Y > ^ Figure 3. two dimensional

374 K.ORIUCI Figure 1. one dimensional irreversile positive or negative diretions. Figure 2. one dimensional reversile Y > ^ Figure 3. two dimensional Sientiae Mathematiae Vol. 2, No. 3(1999), 373{384 373 TRICE AND TWO DELEGATES OPERATION KIYOMITSU ORIUCI Reeived Otoer 1, 1999 Astrat. The onept of \trie " was introdued in [5] and [] for the purpose of

More information

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fischer) January 21,

Sequence Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fischer) January 21, Sequene Analysis, WS 14/15, D. Huson & R. Neher (this part by D. Huson & J. Fisher) January 21, 201511 9 Suffix Trees and Suffix Arrays This leture is based on the following soures, whih are all reommended

More information

On Component Order Edge Reliability and the Existence of Uniformly Most Reliable Unicycles

On Component Order Edge Reliability and the Existence of Uniformly Most Reliable Unicycles Daniel Gross, Lakshmi Iswara, L. William Kazmierzak, Kristi Luttrell, John T. Saoman, Charles Suffel On Component Order Edge Reliability and the Existene of Uniformly Most Reliable Uniyles DANIEL GROSS

More information

Recursive Subtyping Revealed

Recursive Subtyping Revealed Reursive Sutyping Revealed Vladimir Gapeyev Mihael Y Levin Benjamin C Piere Department of Computer and Information Siene University of Pennsylvania fvgapeyev,piere,mileving@isupennedu ABSTRACT Algorithms

More information

15.12 Applications of Suffix Trees

15.12 Applications of Suffix Trees 248 Algorithms in Bioinformatis II, SoSe 07, ZBIT, D. Huson, May 14, 2007 15.12 Appliations of Suffix Trees 1. Searhing for exat patterns 2. Minimal unique substrings 3. Maximum unique mathes 4. Maximum

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

Estimating the probability law of the codelength as a function of the approximation error in image compression

Estimating the probability law of the codelength as a function of the approximation error in image compression Estimating the probability law of the odelength as a funtion of the approximation error in image ompression François Malgouyres Marh 7, 2007 Abstrat After some reolletions on ompression of images using

More information

Bypassing Space Explosion in High-Speed Regular Expression Matching

Bypassing Space Explosion in High-Speed Regular Expression Matching Bypassing Spae Explosion in High-Speed Regular Expression Mathing Jignesh Patel Alex X. Liu Eri Torng Astrat Network intrusion detetion and prevention systems ommonly use regular expression (RE) signatures

More information

Microeconomic Theory I Assignment #7 - Answer key

Microeconomic Theory I Assignment #7 - Answer key Miroeonomi Theory I Assignment #7 - Answer key. [Menu priing in monopoly] Consider the example on seond-degree prie disrimination (see slides 9-93). To failitate your alulations, assume H = 5, L =, and

More information

Commutators Involving Matrix Functions

Commutators Involving Matrix Functions Eletroni Journal of Linear Algera Volume 33 Volume 33: Speial Issue for the International Conferene on Matrix Analysis and its Appliations MAT TRIAD 017 Artile 11 018 Commutators Involving Matrix untions

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

arxiv: v2 [cs.dm] 4 May 2018

arxiv: v2 [cs.dm] 4 May 2018 Disrete Morse theory for the ollapsibility of supremum setions Balthazar Bauer INRIA, DIENS, PSL researh, CNRS, Paris, Frane Luas Isenmann LIRMM, Université de Montpellier, CNRS, Montpellier, Frane arxiv:1803.09577v2

More information

Packing Plane Spanning Trees into a Point Set

Packing Plane Spanning Trees into a Point Set Paking Plane Spanning Trees into a Point Set Ahmad Biniaz Alfredo Garía Abstrat Let P be a set of n points in the plane in general position. We show that at least n/3 plane spanning trees an be paked into

More information

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function Sensitivity analysis for linear optimization problem with fuzzy data in the objetive funtion Stephan Dempe, Tatiana Starostina May 5, 2004 Abstrat Linear programming problems with fuzzy oeffiients in the

More information

arxiv:math.co/ v1 2 Aug 2006

arxiv:math.co/ v1 2 Aug 2006 A CHARACTERIZATION OF THE TUTTE POLYNOMIAL VIA COMBINATORIAL EMBEDDINGS OLIVIER BERNARDI arxiv:math.co/0608057 v1 2 Aug 2006 Abstrat. We give a new haraterization of the Tutte polynomial of graphs. Our

More information

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked

Sufficient Conditions for a Flexible Manufacturing System to be Deadlocked Paper 0, INT 0 Suffiient Conditions for a Flexile Manufaturing System to e Deadloked Paul E Deering, PhD Department of Engineering Tehnology and Management Ohio University deering@ohioedu Astrat In reent

More information

Mixed constraint satisfaction: a framework for decision problems under incomplete knowledge

Mixed constraint satisfaction: a framework for decision problems under incomplete knowledge Mixed onstraint satisfation: a framework for deision problems under inomplete knowledge Hélène Fargier, Jérôme Lang IRIT - Université Paul Satier 31062 Toulouse Cedex (Frane) Thomas Shiex INRA 31320 Castanet

More information

Modeling of discrete/continuous optimization problems: characterization and formulation of disjunctions and their relaxations

Modeling of discrete/continuous optimization problems: characterization and formulation of disjunctions and their relaxations Computers and Chemial Engineering (00) 4/448 www.elsevier.om/loate/omphemeng Modeling of disrete/ontinuous optimization problems: haraterization and formulation of disjuntions and their relaxations Aldo

More information

Classes of Term Rewrite Systems with Polynomial Confluence Problems

Classes of Term Rewrite Systems with Polynomial Confluence Problems Classes of Term Rewrite Systems with Polynomial Confluence Problems Guillem Godoy 1, Robert Nieuwenhuis 2, and Ashish Tiwari 3 1 Technical University of Catalonia, Barcelona ggodoy@lsi.upc.es 2 Technical

More information

SINCE Zadeh s compositional rule of fuzzy inference

SINCE Zadeh s compositional rule of fuzzy inference IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 14, NO. 6, DECEMBER 2006 709 Error Estimation of Perturbations Under CRI Guosheng Cheng Yuxi Fu Abstrat The analysis of stability robustness of fuzzy reasoning

More information

(q) -convergence. Comenius University, Bratislava, Slovakia

(q) -convergence.   Comenius University, Bratislava, Slovakia Annales Mathematiae et Informatiae 38 (2011) pp. 27 36 http://ami.ektf.hu On I (q) -onvergene J. Gogola a, M. Mačaj b, T. Visnyai b a University of Eonomis, Bratislava, Slovakia e-mail: gogola@euba.sk

More information

A Unified View on Multi-class Support Vector Classification Supplement

A Unified View on Multi-class Support Vector Classification Supplement Journal of Mahine Learning Researh??) Submitted 7/15; Published?/?? A Unified View on Multi-lass Support Vetor Classifiation Supplement Ürün Doğan Mirosoft Researh Tobias Glasmahers Institut für Neuroinformatik

More information

SUFFIX TREE. SYNONYMS Compact suffix trie

SUFFIX TREE. SYNONYMS Compact suffix trie SUFFIX TREE Maxime Crochemore King s College London and Université Paris-Est, http://www.dcs.kcl.ac.uk/staff/mac/ Thierry Lecroq Université de Rouen, http://monge.univ-mlv.fr/~lecroq SYNONYMS Compact suffix

More information

An Efficient Sequential SAT Solver With Improved Search Strategies

An Efficient Sequential SAT Solver With Improved Search Strategies An Effiient Sequential SAT Solver With Improved Searh Strategies F. Lu, M.K. Iyer, G. Parthasarathy, L.-C. Wang, and K.-T. Cheng K.C. Chen Department of ECE, Design Tehnology University of California at

More information

Some examples of generated fuzzy implicators

Some examples of generated fuzzy implicators Some examples of generated fuzzy impliators Dana Hliněná and Vladislav Biba Department of Mathematis, FEEC, Brno University of Tehnology Tehniká 8, 616 00 Brno, Czeh Rep. e-mail: hlinena@fee.vutbr.z, v

More information

LECTURE NOTES FOR , FALL 2004

LECTURE NOTES FOR , FALL 2004 LECTURE NOTES FOR 18.155, FALL 2004 83 12. Cone support and wavefront set In disussing the singular support of a tempered distibution above, notie that singsupp(u) = only implies that u C (R n ), not as

More information

cachan.fr/publis/ In Proc. 10th IEEE Symp. Logic in Computer Science (LICS 95), San Diego, CA, USA, June 1995, pages , 1995.

cachan.fr/publis/ In Proc. 10th IEEE Symp. Logic in Computer Science (LICS 95), San Diego, CA, USA, June 1995, pages , 1995. http://www.lsv.ens cachan.fr/publis/ In Proc. 10th IEEE Symp. Logic in Computer Science (LICS 95), San Diego, CA, USA, June 1995, pages 375 385, 1995. Orderings, AC-Theories and Symbolic Constraint Solving

More information

Discrete Random Walks on One-Sided Periodic Graphs

Discrete Random Walks on One-Sided Periodic Graphs Disrete Mathematis and Theoretial Computer Siene (sum), y the authors, rev Disrete Random Walks on One-Sided Periodi Graphs Mihael Drmota Department of Geometry, TU Wien, Wiedner Hauptstrasse 8-0, A-040

More information

Counting Idempotent Relations

Counting Idempotent Relations Counting Idempotent Relations Beriht-Nr. 2008-15 Florian Kammüller ISSN 1436-9915 2 Abstrat This artile introdues and motivates idempotent relations. It summarizes haraterizations of idempotents and their

More information

A Completeness Result for Reasoning with Incomplete First-Order Knowledge Bases

A Completeness Result for Reasoning with Incomplete First-Order Knowledge Bases Completeness Result for Reasoning with Inomplete First-Order Knowledge Bases etor Levesque Dept. of Computer Siene niversity of Toronto Toronto Ont. M5S 5 hetor@s.toronto.edu INTRODCTION bstrat Perhaps

More information

JAST 2015 M.U.C. Women s College, Burdwan ISSN a peer reviewed multidisciplinary research journal Vol.-01, Issue- 01

JAST 2015 M.U.C. Women s College, Burdwan ISSN a peer reviewed multidisciplinary research journal Vol.-01, Issue- 01 JAST 05 M.U.C. Women s College, Burdwan ISSN 395-353 -a peer reviewed multidisiplinary researh journal Vol.-0, Issue- 0 On Type II Fuzzy Parameterized Soft Sets Pinaki Majumdar Department of Mathematis,

More information

COMPARISON OF GEOMETRIC FIGURES

COMPARISON OF GEOMETRIC FIGURES COMPARISON OF GEOMETRIC FIGURES Spyros Glenis M.Ed University of Athens, Department of Mathematis, e-mail spyros_glenis@sh.gr Introdution the figures: In Eulid, the geometri equality is based on the apability

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Journal of Inequalities in Pure and Applied Mathematis A NEW ARRANGEMENT INEQUALITY MOHAMMAD JAVAHERI University of Oregon Department of Mathematis Fenton Hall, Eugene, OR 97403. EMail: javaheri@uoregon.edu

More information

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions

Scalable Positivity Preserving Model Reduction Using Linear Energy Functions Salable Positivity Preserving Model Redution Using Linear Energy Funtions Sootla, Aivar; Rantzer, Anders Published in: IEEE 51st Annual Conferene on Deision and Control (CDC), 2012 DOI: 10.1109/CDC.2012.6427032

More information

arxiv:gr-qc/ v2 6 Feb 2004

arxiv:gr-qc/ v2 6 Feb 2004 Hubble Red Shift and the Anomalous Aeleration of Pioneer 0 and arxiv:gr-q/0402024v2 6 Feb 2004 Kostadin Trenčevski Faulty of Natural Sienes and Mathematis, P.O.Box 62, 000 Skopje, Maedonia Abstrat It this

More information

Complete Shrimp Game Solution

Complete Shrimp Game Solution Complete Shrimp Game Solution Florian Ederer Feruary 7, 207 The inverse demand urve is given y P (Q a ; Q ; Q ) = 00 0:5 (Q a + Q + Q ) The pro t funtion for rm i = fa; ; g is i (Q a ; Q ; Q ) = Q i [P

More information

Ordering Generalized Trapezoidal Fuzzy Numbers. Using Orthocentre of Centroids

Ordering Generalized Trapezoidal Fuzzy Numbers. Using Orthocentre of Centroids International Journal of lgera Vol. 6 no. 69-85 Ordering Generalized Trapezoidal Fuzzy Numers Using Orthoentre of Centroids Y. L. P. Thorani P. Phani Bushan ao and N. avi Shanar Dept. of pplied Mathematis

More information

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction

REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS. 1. Introduction Version of 5/2/2003 To appear in Advanes in Applied Mathematis REFINED UPPER BOUNDS FOR THE LINEAR DIOPHANTINE PROBLEM OF FROBENIUS MATTHIAS BECK AND SHELEMYAHU ZACKS Abstrat We study the Frobenius problem:

More information

CS235 Languages and Automata Fall 2012

CS235 Languages and Automata Fall 2012 C235 Languages and Automata Fall 2012 MIDERM 2 REVIEW ANWER Revised 12/03/12 to fix solns to Problem 1b(iv); revised 12/13/12 to hange a p/2-1 to a p-1 in Prob. 1b(v) (thanks to Irene Kwok); revised 12/14/12

More information

Aharonov-Bohm effect. Dan Solomon.

Aharonov-Bohm effect. Dan Solomon. Aharonov-Bohm effet. Dan Solomon. In the figure the magneti field is onfined to a solenoid of radius r 0 and is direted in the z- diretion, out of the paper. The solenoid is surrounded by a barrier that

More information

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix

Product Policy in Markets with Word-of-Mouth Communication. Technical Appendix rodut oliy in Markets with Word-of-Mouth Communiation Tehnial Appendix August 05 Miro-Model for Inreasing Awareness In the paper, we make the assumption that awareness is inreasing in ustomer type. I.e.,

More information

Solutions Manual. Selected odd-numbered problems in. Chapter 2. for. Proof: Introduction to Higher Mathematics. Seventh Edition

Solutions Manual. Selected odd-numbered problems in. Chapter 2. for. Proof: Introduction to Higher Mathematics. Seventh Edition Solutions Manual Seleted odd-numbered problems in Chapter for Proof: Introdution to Higher Mathematis Seventh Edition Warren W. Esty and Norah C. Esty 5 4 3 1 Setion.1. Sentenes with One Variable Chapter

More information

Word blending in formal languages: The Brangelina effect

Word blending in formal languages: The Brangelina effect Word lending in formal languages: The Brangelina effet Srujan Kumar Enaganti 1, Lila Kari 2, Timothy Ng 2, and Zihao Wang 1 1 Department of Computer Siene, The University of Western Ontario London, Ontario

More information

A Functional Representation of Fuzzy Preferences

A Functional Representation of Fuzzy Preferences Theoretial Eonomis Letters, 017, 7, 13- http://wwwsirporg/journal/tel ISSN Online: 16-086 ISSN Print: 16-078 A Funtional Representation of Fuzzy Preferenes Susheng Wang Department of Eonomis, Hong Kong

More information

ON THE LEAST PRIMITIVE ROOT EXPRESSIBLE AS A SUM OF TWO SQUARES

ON THE LEAST PRIMITIVE ROOT EXPRESSIBLE AS A SUM OF TWO SQUARES #A55 INTEGERS 3 (203) ON THE LEAST PRIMITIVE ROOT EPRESSIBLE AS A SUM OF TWO SQUARES Christopher Ambrose Mathematishes Institut, Georg-August Universität Göttingen, Göttingen, Deutshland ambrose@uni-math.gwdg.de

More information

Frugality Ratios And Improved Truthful Mechanisms for Vertex Cover

Frugality Ratios And Improved Truthful Mechanisms for Vertex Cover Frugality Ratios And Improved Truthful Mehanisms for Vertex Cover Edith Elkind Hebrew University of Jerusalem, Israel, and University of Southampton, Southampton, SO17 1BJ, U.K. Leslie Ann Goldberg University

More information

A Logic of Local Graph Shapes

A Logic of Local Graph Shapes CTIT Tehnial Report TR CTIT 03 35, University of Twente, 2003 A Logi of Loal Graph Shapes Arend Rensink Department of Computer Siene, University of Twente P.O.Box 27, 7500 AE, The Netherlands rensink@s.utwente.nl

More information

Next: Pushdown automata. Pushdown Automata. Informal Description PDA (1) Informal Description PDA (2) Formal Description PDA

Next: Pushdown automata. Pushdown Automata. Informal Description PDA (1) Informal Description PDA (2) Formal Description PDA CE 2001: Introdution to Theor of Computation ummer 2007 uprakash Datta datta@s.orku.a Net: Pushdown automata dd stak to definition of Finite utomata Can serve as tpe of memor or ounter More powerful than

More information

A Characterization of Wavelet Convergence in Sobolev Spaces

A Characterization of Wavelet Convergence in Sobolev Spaces A Charaterization of Wavelet Convergene in Sobolev Spaes Mark A. Kon 1 oston University Louise Arakelian Raphael Howard University Dediated to Prof. Robert Carroll on the oasion of his 70th birthday. Abstrat

More information

FORMAL METHODS LECTURE VI BINARY DECISION DIAGRAMS (BDD S)

FORMAL METHODS LECTURE VI BINARY DECISION DIAGRAMS (BDD S) Alessandro Artale (FM First Semester 2009/2010) p. 1/38 FORMAL METHODS LECTURE VI BINARY DECISION DIAGRAMS (BDD S) Alessandro Artale Faulty of Computer Siene Free University of Bolzano artale@inf.unibz.it

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

A Recursive Approach to the Kauffman Bracket

A Recursive Approach to the Kauffman Bracket Applied Mathematis, 204, 5, 2746-2755 Published Online Otober 204 in SiRes http://wwwsirporg/journal/am http://ddoiorg/04236/am20457262 A Reursive Approah to the Kauffman Braet Abdul Rauf Nizami, Mobeen

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Chapter 3 Church-Turing Thesis. CS 341: Foundations of CS II

Chapter 3 Church-Turing Thesis. CS 341: Foundations of CS II CS 341: Foundations of CS II Marvin K. Nakayama Computer Siene Department New Jersey Institute of Tehnology Newark, NJ 07102 CS 341: Chapter 3 3-2 Contents Turing Mahines Turing-reognizable Turing-deidable

More information

After the completion of this section the student should recall

After the completion of this section the student should recall Chapter I MTH FUNDMENTLS I. Sets, Numbers, Coordinates, Funtions ugust 30, 08 3 I. SETS, NUMERS, COORDINTES, FUNCTIONS Objetives: fter the ompletion of this setion the student should reall - the definition

More information

Taste for variety and optimum product diversity in an open economy

Taste for variety and optimum product diversity in an open economy Taste for variety and optimum produt diversity in an open eonomy Javier Coto-Martínez City University Paul Levine University of Surrey Otober 0, 005 María D.C. Garía-Alonso University of Kent Abstrat We

More information

arxiv: v1 [cs.fl] 5 Dec 2009

arxiv: v1 [cs.fl] 5 Dec 2009 Quotient Complexity of Closed Languages Janusz Brzozowski 1, Galina Jirásková 2, and Chenglong Zou 1 arxiv:0912.1034v1 [s.fl] 5 De 2009 1 David R. Cheriton Shool of Computer Siene, University of Waterloo,

More information

Relativistic Dynamics

Relativistic Dynamics Chapter 7 Relativisti Dynamis 7.1 General Priniples of Dynamis 7.2 Relativisti Ation As stated in Setion A.2, all of dynamis is derived from the priniple of least ation. Thus it is our hore to find a suitable

More information

Tight bounds for selfish and greedy load balancing

Tight bounds for selfish and greedy load balancing Tight bounds for selfish and greedy load balaning Ioannis Caragiannis Mihele Flammini Christos Kaklamanis Panagiotis Kanellopoulos Lua Mosardelli Deember, 009 Abstrat We study the load balaning problem

More information

The Hanging Chain. John McCuan. January 19, 2006

The Hanging Chain. John McCuan. January 19, 2006 The Hanging Chain John MCuan January 19, 2006 1 Introdution We onsider a hain of length L attahed to two points (a, u a and (b, u b in the plane. It is assumed that the hain hangs in the plane under a

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 16 Aug 2004

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 16 Aug 2004 Computational omplexity and fundamental limitations to fermioni quantum Monte Carlo simulations arxiv:ond-mat/0408370v1 [ond-mat.stat-meh] 16 Aug 2004 Matthias Troyer, 1 Uwe-Jens Wiese 2 1 Theoretishe

More information

Probabilistic Analysis of Predictability in Discrete Event Systems

Probabilistic Analysis of Predictability in Discrete Event Systems Proailisti Analysis of Preditaility in Disrete Event Systems Farid Nouioua, Philippe Dague, Lina Ye To ite this version: Farid Nouioua, Philippe Dague, Lina Ye. Proailisti Analysis of Preditaility in Disrete

More information

Some GIS Topological Concepts via Neutrosophic Crisp Set Theory

Some GIS Topological Concepts via Neutrosophic Crisp Set Theory New Trends in Neutrosophi Theory and Appliations A.A.SALAMA, I.M.HANAFY, HEWAYDA ELGHAWALBY 3, M.S.DABASH 4,2,4 Department of Mathematis and Computer Siene, Faulty of Sienes, Port Said University, Egypt.

More information

The rest of the paper is organized as follows: in Section 2 we prove undecidability of the existential-universal ( 2 ) part of the theory of an AC ide

The rest of the paper is organized as follows: in Section 2 we prove undecidability of the existential-universal ( 2 ) part of the theory of an AC ide Undecidability of the 9 8 part of the theory of ground term algebra modulo an AC symbol Jerzy Marcinkowski jma@tcs.uni.wroc.pl Institute of Computer Science University of Wroc law, ul. Przesmyckiego 20

More information

Tree Automata and Rewriting

Tree Automata and Rewriting and Rewriting Ralf Treinen Université Paris Diderot UFR Informatique Laboratoire Preuves, Programmes et Systèmes treinen@pps.jussieu.fr July 23, 2010 What are? Definition Tree Automaton A tree automaton

More information

Advanced Computational Fluid Dynamics AA215A Lecture 4

Advanced Computational Fluid Dynamics AA215A Lecture 4 Advaned Computational Fluid Dynamis AA5A Leture 4 Antony Jameson Winter Quarter,, Stanford, CA Abstrat Leture 4 overs analysis of the equations of gas dynamis Contents Analysis of the equations of gas

More information

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories

c-perfect Hashing Schemes for Binary Trees, with Applications to Parallel Memories -Perfet Hashing Shemes for Binary Trees, with Appliations to Parallel Memories (Extended Abstrat Gennaro Cordaso 1, Alberto Negro 1, Vittorio Sarano 1, and Arnold L.Rosenberg 2 1 Dipartimento di Informatia

More information

10.5 Unsupervised Bayesian Learning

10.5 Unsupervised Bayesian Learning The Bayes Classifier Maximum-likelihood methods: Li Yu Hongda Mao Joan Wang parameter vetor is a fixed but unknown value Bayes methods: parameter vetor is a random variable with known prior distribution

More information

Deciding Confluence of Certain Term Rewriting Systems in Polynomial Time

Deciding Confluence of Certain Term Rewriting Systems in Polynomial Time Deciding Confluence of Certain Term Rewriting Systems in Polynomial Time Ashish Tiwari SRI International 333 Ravenswood Ave Menlo Park, CA, U.S.A tiwari@csl.sri.com Abstract We present a polynomial time

More information

Probabilistic and nondeterministic aspects of Anonymity 1

Probabilistic and nondeterministic aspects of Anonymity 1 MFPS XX1 Preliminary Version Probabilisti and nondeterministi aspets of Anonymity 1 Catusia Palamidessi 2 INRIA and LIX Éole Polytehnique, Rue de Salay, 91128 Palaiseau Cedex, FRANCE Abstrat Anonymity

More information

2. Properties of Functions

2. Properties of Functions 2. PROPERTIES OF FUNCTIONS 111 2. Properties of Funtions 2.1. Injetions, Surjetions, an Bijetions. Definition 2.1.1. Given f : A B 1. f is one-to-one (short han is 1 1) or injetive if preimages are unique.

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

Inference-based Ambiguity Management in Decentralized Decision-Making: Decentralized Diagnosis of Discrete Event Systems

Inference-based Ambiguity Management in Decentralized Decision-Making: Decentralized Diagnosis of Discrete Event Systems Inerene-based Ambiguity Management in Deentralized Deision-Making: Deentralized Diagnosis o Disrete Event Systems Ratnesh Kumar and Shigemasa Takai Abstrat The task o deentralized deision-making involves

More information

We will show that: that sends the element in π 1 (P {z 1, z 2, z 3, z 4 }) represented by l j to g j G.

We will show that: that sends the element in π 1 (P {z 1, z 2, z 3, z 4 }) represented by l j to g j G. 1. Introdution Square-tiled translation surfaes are lattie surfaes beause they are branhed overs of the flat torus with a single branhed point. Many non-square-tiled examples of lattie surfaes arise from

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

On maximal inequalities via comparison principle

On maximal inequalities via comparison principle Makasu Journal of Inequalities and Appliations (2015 2015:348 DOI 10.1186/s13660-015-0873-3 R E S E A R C H Open Aess On maximal inequalities via omparison priniple Cloud Makasu * * Correspondene: makasu@uw.a.za

More information

The law of the iterated logarithm for c k f(n k x)

The law of the iterated logarithm for c k f(n k x) The law of the iterated logarithm for k fn k x) Christoph Aistleitner Abstrat By a lassial heuristis, systems of the form osπn k x) k 1 and fn k x)) k 1, where n k ) k 1 is a rapidly growing sequene of

More information

Some recent developments in probability distributions

Some recent developments in probability distributions Proeedings 59th ISI World Statistis Congress, 25-30 August 2013, Hong Kong (Session STS084) p.2873 Some reent developments in probability distributions Felix Famoye *1, Carl Lee 1, and Ayman Alzaatreh

More information

Methods of evaluating tests

Methods of evaluating tests Methods of evaluating tests Let X,, 1 Xn be i.i.d. Bernoulli( p ). Then 5 j= 1 j ( 5, ) T = X Binomial p. We test 1 H : p vs. 1 1 H : p>. We saw that a LRT is 1 if t k* φ ( x ) =. otherwise (t is the observed

More information

SRC Research. Report. An Efficient Matching Algorithm for a High-Throughput, Low-Latency Data Switch. Thomas L. Rodeheffer and James B.

SRC Research. Report. An Efficient Matching Algorithm for a High-Throughput, Low-Latency Data Switch. Thomas L. Rodeheffer and James B. Novemer 5, 998 SRC Researh Report 6 An Effiient Mathing Algorithm for a High-Throughput, Low-Lateny Data Swith Thomas L Rodeheffer and James B Saxe Systems Researh Center 30 Lytton Avenue Palo Alto, CA

More information

Flexible Word Design and Graph Labeling

Flexible Word Design and Graph Labeling Flexible Word Design and Graph Labeling Ming-Yang Kao Manan Sanghi Robert Shweller Abstrat Motivated by emerging appliations for DNA ode word design, we onsider a generalization of the ode word design

More information

Understanding Elementary Landscapes

Understanding Elementary Landscapes Understanding Elementary Landsapes L. Darrell Whitley Andrew M. Sutton Adele E. Howe Department of Computer Siene Colorado State University Fort Collins, CO 853 {whitley,sutton,howe}@s.olostate.edu ABSTRACT

More information

Quantum Mechanics: Wheeler: Physics 6210

Quantum Mechanics: Wheeler: Physics 6210 Quantum Mehanis: Wheeler: Physis 60 Problems some modified from Sakurai, hapter. W. S..: The Pauli matries, σ i, are a triple of matries, σ, σ i = σ, σ, σ 3 given by σ = σ = σ 3 = i i Let stand for the

More information

The perverse t-structure

The perverse t-structure The perverse t-struture Milan Lopuhaä Marh 15, 2017 1 The perverse t-struture The goal of today is to define the perverse t-struture and perverse sheaves, and to show some properties of both. In his talk

More information

SPLINE ESTIMATION OF SINGLE-INDEX MODELS

SPLINE ESTIMATION OF SINGLE-INDEX MODELS SPLINE ESIMAION OF SINGLE-INDEX MODELS Li Wang and Lijian Yang University of Georgia and Mihigan State University Supplementary Material his note ontains proofs for the main results he following two propositions

More information