Inapproximability Results for Combinatorial Auctions with Submodular Utility Functions

Size: px
Start display at page:

Download "Inapproximability Results for Combinatorial Auctions with Submodular Utility Functions"

Transcription

1 Inapproximability Rsults for Combinatorial Auctions with Submodular Utility Functions Subhash Khot Richard J. Lipton Evanglos Markakis Aranyak Mhta Abstract W considr th following allocation problm arising in th stting of combinatorial auctions: a st of goods is to b allocatd to a st of playrs so as to maximiz th sum of th utilitis of th playrs (i.., th social wlfar). In th cas whn th utility of ach playr is a monoton submodular function, w prov that thr is no polynomial tim approximation algorithm which approximats th maximum social wlfar by a factor bttr than 1 1/ 0.632, unlss P= NP. Our rsult is basd on a rduction from a multi-provr proof systm for MAX-3-COLORING. 1 Introduction A larg volum of transactions is nowadays conductd via auctions, including auction srvics on th intrnt (.g., Bay) as wll as FCC auctions of spctrum licncs. Rcntly, thr has bn a lot of intrst in auctions with complx bidding and allocation possibilitis that can captur various dpndncis btwn a larg numbr of itms bing sold. A vry gnral modl which can xprss such complx scnarios is that of combinatorial auctions. In a combinatorial auction, a st of goods is to b allocatd to a st of playrs. A utility function is associatd with ach playr spcifying th happinss of th playr for ach subst of th goods. On natural objctiv for th auctionr is to maximiz th conomic fficincy of th auction, which is th sum of th utilitis of all th playrs. Formally, th allocation problm is dfind as follows: W hav a st M of m indivisibl goods and n playrs. Playr i has a monoton utility function v i : 2 M R. W wish to find a partition (S 1,..., S n ) of th st of goods among th n playrs that maximizs th total utility or social wlfar, i v i(s i ). Such an allocation is calld an optimal allocation. Not that th actual amount of mony paid by a playr during th auction is xtranous to th problm of maximizing th social wlfar, and w do not considr it hr. W ar intrstd in th computational complxity of th allocation problm. W would lik an algorithm which runs in tim polynomial in n and m. Howvr, on can s that th input rprsntation is itslf xponntial in m for gnral utility functions. Evn if th utility functions hav a succinct rprsntation (polynomial in n and m), th allocation problm may b NP-hard [12, 1]. In th absnc of a succinct rprsntation, it is typically assumd Gorgia Institut of Tchnology, Atlanta GA 30332, USA, {khot, vanglis, aranyak}@cc.gatch.du Gorgia Institut of Tchnology, Atlanta GA 30332, USA and Tlcordia Rsarch, Morristown NJ 07960, USA, rjl@cc.gatch.du 1

2 that th auctionr has oracl accss to th playrs utilitis and that h can ask quris to th playrs. Thr ar 2 typs of quris that hav bn considrd. In a valu qury th auctionr spcifis a subst S M and asks playr i for th valu v i (S). In a dmand qury, th auctionr prsnts a st of prics for th goods and asks a playr for th st S of goods that maximizs his profit (which is his utility for S minus th sum of th prics of th goods in S). Not that if w hav a succinct rprsntation of th utility functions thn w can always simulat valu quris. Evn with quris th problm rmains hard. Hnc w ar intrstd in approximation algorithms and inapproximability rsults. A natural class of utility functions that has bn studid xtnsivly in th litratur is th class of submodular functions. A function v is submodular if for any 2 sts of goods S T, th marginal contribution of a good x T, is biggr whn addd to S than whn addd to T, i.., v(s x) v(s) v(t x) v(t ). Submodularity can b sn as th discrt analog of concavity and ariss naturally in conomic sttings sinc it capturs th proprty that marginal utilitis ar dcrasing as w allocat mor goods to a playr. It is known that th class of submodular utility functions contains th functions with th Gross Substituts proprty [10], and also that submodular functions ar complmnt-fr. Prvious Work For gnral utility functions, th allocation problm is NP-hard. Approximation algorithms hav bn obtaind that achiv factors of O( 1 m ) ([13, 5], using dmand quris) and O( log m m ) ([11], using valu quris). It has also bn shown that w cannot hav polynomial tim algorithms with a factor bttr than O( log m m ) ([5], using valu quris) or bttr than O( 1 ) m 1/2 ɛ ([13, 18], vn for singl mindd biddrs). Evn if w allow dmand quris, xponntial communication is rquird to achiv any approximation guarant bttr than O( ) [15]. 1 m 1/2 ɛ For singl-mindd biddrs, as wll as for othr classs of utility functions, approximation algorithms hav bn obtaind, among othrs, in [2, 4, 13]. For mor rsults on th allocation problm with gnral utilitis, s [6]. For th class of submodular utility functions, th allocation problm is still NP-hard. Th following positiv rsults ar known: In [12] it was shown that a simpl grdy algorithm using valu quris achivs an approximation ratio of 1/2. An improvd ratio of 1 1/ was obtaind in [1] for a spcial cas of submodular functions, th class of additiv valuations with budgt constraints. Vry rcntly, approximation algorithms with ratio 1 1/ wr obtaind in [7, 8] using dmand quris. As for ngativ rsults, it was shown in [15] that an xponntial amount of communication is ndd to achiv an approximation ratio bttr than 1 O( 1 m ). In [7] it was shown that thr cannot b any polynomial tim algorithm in th succinct rprsntation or th valu qury modl with a ratio bttr than 50/51, unlss P= NP. Our Rsult W show that thr is no polynomial tim approximation algorithm for th allocation problm with monoton submodular utility functions achiving a ratio bttr than 1 1/, unlss P= NP. Our rsult is tru in th succinct rprsntation modl, and hnc also in th valu qury modl. Th rsult dos not hold if th algorithm is allowd to us dmand quris. A hardnss rsult of 1 1/ for th class XOS (which strictly contains th class of submodular

3 Algorithms Hardnss Valu Quris 1/2 [12] 1 1/ Dmand Quris 1 1/ [8] 1 O(1/m) [15] Tabl 1: Approximability rsults for submodular utilitis functions) is obtaind in [7] by a gadgt rduction from th maximum k-covrag problm. For a dfinition of th class XOS, s [12]. Similar rductions do not sm to work for submodular functions. Instad w provid a rduction from multi-provr proof systms for MAX-3-COLORING. Our rsult is basd on th rduction of Fig [9] for th hardnss of st-covr and maximum k-covrag. Th rsults of [9] us a rduction from a multi-provr proof systm for MAX-3-SAT. This is not sufficint to giv a hardnss rsult for th allocation problm, as xplaind in Sction 3. Instad, w us a proof systm for MAX-3-COLORING. W thn dfin an instanc of th allocation problm and show that th nw proof systm nabls all playrs to achiv maximum possibl utility in th ys cas, and nsur that in th no cas, playrs achiv only (1 1/) of th maximum utility on th avrag. Th crucial proprty of th nw proof systm is that whn a graph is 3-colorabl, thr ar in fact many diffrnt proofs (i.., colorings) that mak th vrifir accpt. This would not b tru if w start with a proof systm for MAX-3-SAT. By introducing a corrspondnc btwn colorings and playrs of th allocation instanc, w obtain th dsird rsult. Th currnt stat of th art for th allocation problm with submodular utilitis, including our rsult, is summarizd in Tabl 1. W not that w do not addrss th qustion of obtaining truthful mchanisms for th allocation problm. For som classs of functions, incntiv compatibl mchanisms hav bn obtaind that also achiv rasonabl approximations to th allocation problm (.g. [13, 2, 4]). For submodular utilitis, th only truthful mchanism known is obtaind in [7]. This achivs an O( 1 m )-approximation. Obtaining a truthful mchanism with a bttr approximation guarant sms to b a challnging opn problm. Th rst of th papr is organizd as follows: In th nxt sction w dfin th modl formally and introduc som notation. In Sction 3 w prsnt a wakr hardnss rsult of 3/4 using a 2-provr proof systm to illustrat th idas in our proof. In Sction 4 w prsnt th hardnss of 1 1/ basd on th k-provr proof systm of [9]. 2 Modl, Dfinitions and Notation W assum w hav a st of playrs N = {1,..., n} and a st of goods M = {1,..., m} to b allocatd to th playrs. Each playr has a utility function v i, whr for a st S M, v i (S) is th utility that playr i drivs if h obtains th st S. W mak th standard assumptions that v i is monoton and that v i ( ) = 0. Dfinition 1 A function v : 2 M R is submodular if for any sts S T and any x M\T : v(s {x}) v(s) v(t {x}) v(t ) An quivalnt dfinition of submodular functions is that for any sts S, T : v(s T )+v(s T ) v(s) + v(t ).

4 An allocation of M is a partition of th goods (S 1,..., S n ) such that i S i = M and S i S j =. Th allocation problm w will considr is: Th allocation problm with submodular utilitis: Givn a monoton, submodular utility function v i for vry playr i, find an allocation of th goods (S 1,..., S n ) that maximizs i v i(s i ). To clarify how th input is accssd, w assum that ithr th utility functions hav a succinct rprsntation 1, or that th auctionr can ask valu quris to th playrs. In a valu qury, th auctionr spcifis a subst S to a playr i and th playr rsponds with v i (S). In this cas th auctionr is allowd to ask at most a polynomial numbr of valu quris. Sinc th allocation problm is NP-hard, w ar intrstd in polynomial tim approximation algorithms or hardnss of approximation rsults: an algorithm achivs an approximation ratio of α 1 if for vry instanc of th problm, th algorithm rturns an allocation with social wlfar at last α tims th optimal social wlfar. 3 A Hardnss of 3/4 W first prsnt a hardnss rsult of 3/4. Th rduction of this sction is basd on a 2-provr proof systm for MAX-3-COLORING, which is analogous to th proof systm of [14] for MAX- 3-SAT. W rmark that this proof is providd hr only to illustrat th main idas of our rsult and to giv som intuition. In th nxt Sction w will s that by moving to a k-provr proof systm w can obtain a hardnss of 1 1/. In th MAX-3-COLORING problm, w ar givn a graph G and w ar askd to color th vrtics of G with 3 diffrnt colors so as to maximiz th numbr of proprly colord dgs, whr an dg is proprly colord if its vrtics rciv diffrnt colors. Givn a graph G, lt OP T (G) dnot th maximum fraction of dgs that can b proprly colord by any 3-coloring of th vrtics. W will start with a gap vrsion of MAX-3-COLORING: Givn a constant c, w dnot by GAP-MAX-3-COLORING(c) th promis problm in which th ys instancs ar th graphs with OP T (G) = 1 and th no instancs ar graphs with OP T (G) c. By th PCP thorm [3], and by [16], w know: Proposition 1 Thr is a constant c < 1 such that GAP-MAX-3-COLORING(c) is NP-hard, i.., it is NP-hard to distinguish whthr YES Cas: OP T (G) = 1, and NO Cas: OP T (G) c. Lt G b an instanc of GAP-MAX-3-COLORING(c). Th first stp in our proof is a rduction to th Labl Covr problm. A labl covr instanc L consists of a graph G, a st of labls Λ and a binary rlation π Λ Λ for vry dg. Th rlation π can b sn as a constraint on th labls of th vrtics of. An assignmnt of on labl to ach vrtx is calld a labling. Givn a labling, w will say that th constraint of an dg = (u, v) is satisfid if 1 By this w man a rprsntation of siz polynomial in n and m, such that givn S and i, th auctionr can comput v i(s) in tim polynomial in th siz of th rprsntation. For xampl, additiv valuations with budgt limits [12] hav a succinct rprsntation.

5 (l(u), l(v)) π, whr l(u), l(v) ar th labls of u, v rspctivly. Th goal is to find a labling of th vrtics that satisfis th maximum fraction of dgs of G, dnotd by OP T (L). Th instanc L producd from G is th following: G has on vrtx for vry dg (u, v) of G. Th vrtics (u 1, v 1 ) and (u 2, v 2 ) of G ar adjacnt if and only if th dgs (u 1, v 1 ) and (u 2, v 2 ) hav on common vrtx in G. Each vrtx (u, v) of G has 6 labls corrsponding to th 6 diffrnt propr colorings of (u, v) using 3 colors. For an dg btwn (u 1, v 1 ) and (u 2, v 2 ) in G, th corrsponding constraint is satisfid if th labls of (u 1, v 1 ) and (u 2, v 2 ) assign th sam color to thir common vrtx. From Proposition 1 it follows asily that: Proposition 2 It is NP-hard to distinguish btwn: YES Cas: OP T (L) = 1, and NO Cas: OP T (L) c, for som constant c < 1 W will say that 2 lablings L 1, L 2 ar disjoint if vry vrtx of G rcivs a diffrnt labl in L 1 and L 2. Not that in th YES cas, thr ar in fact 6 disjoint lablings that satisfy all th constraints. Th Labl Covr instanc L is ssntially a dscription of a 2-provr 1-round proof systm for MAX-3-COLORING with compltnss paramtr qual to 1 and soundnss paramtr qual to c (s [9, 14] for mor on ths proof systms). Givn L, w will now dfin a nw labl covr instanc L, th hardnss of which will imply hardnss of th allocation problm. Going from instanc L to L is quivalnt to applying th paralll rptition thorm of Raz [17] to th 2-provr proof systm for MAX-3-COLORING. W will dnot by H th graph in th nw labl covr instanc L. A vrtx of H is now an ordrd tupl of s vrtics of G, i.., it is an ordrd tupl of s dgs of G, whr s is a constant to b dtrmind latr. W will rfr to th vrtics of H as nods to distinguish thm from th vrtics of G. For 2 nods of H, u = ( 1,..., s ) and v = ( 1,..., s), thr is an dg btwn u and v if and only if for vry i [s], th dgs i and i hav xactly on common vrtx (whr [s] = {1,..., s}). W will rfr to ths s common vrtics as th shard vrtics of u and v. Th st of labls of a nod v = ( 1,..., s ) is th st of 6 s propr colorings of its dgs (Λ = [6 s ]). Th constraints can b dfind analogously to th constraints in L. In particular, for an dg = (u, v) of H, a labling satisfis th constraint of dg if th labls of u and v induc th sam coloring of thir shard vrtics. By Proposition 2 and Raz s paralll rptition thorm [17], w can show that: Proposition 3 It is NP-hard to distinguish btwn: YES Cas: OP T (L ) = 1, and NO Cas: OP T (L ) 2 γs, for som constant γ > 0. Rmark 1 In fact, in th YES cas, thr ar 6 s disjoint lablings that satisfy all th constraints. This proprty will b usd crucially in th rmaining sction. Th known rductions from GAP-MAX-3-SAT to labl covr, implicit in [9, 14], ar not sufficint to guarant that thr is mor than on labling satisfying all th dgs. This was our motivation for using GAP- MAX-3-COLORING instad.

6 Th final stp of th proof is to dfin an instanc of th allocation problm from L. For that w nd th following dfinition: Dfinition 2 A Partition Systm P (U, r, h, t) consists of a univrs U of r lmnts, and t pairs of sts (A 1, Ā1),...(A t, Āt), (A i U) with th proprty that any collction of h h sts without a complmntary pair A i, Āi covrs at most (1 1/2 h )r lmnts. If U = {0, 1} t, w can construct a partition systm P (U, r, h, t) with r = 2 h and h = t. For i = 1,..., t th pair (A i, Āi) will b th partition of U according to th valu of ach lmnt in th i-th coordinat. In this cas th sts A i, Āi hav cardinality r/2. For vry dg in th labl covr instanc L, w construct a partition systm P (U, r, h, t = h = 3 s ) on a sparat subunivrs U as dscribd abov. Call th partitions (A 1, Ā 1 ),..., (A t, Ā t ). Rcall that for vry dg = (u, v), thr ar 3 s diffrnt colorings of th s shard vrtics of u and v. Assuming som arbitrary ordring of ths colorings, w will say that th pair (A i, Ā i ) of P corrsponds to th ith coloring of th shard vrtics. W dfin a st systm on th whol univrs U. For vry nod v and vry labl i, w hav a st S v,i. For vry dg incidnt on v, S v,i contains on st from vry partition systm P, as follows. Considr an dg = (v, w). Thn A j contributs to all th sts S v,i such that labl i in nod v inducs th jth coloring of th shard vrtics btwn v and w. Similarly Ā j contributs to all th S w,i such that labl i in nod w givs th jth coloring to th shard vrtics (th choic of assigning A j to th S v,i s and Ā j to th S w,i s is mad arbitrarily for ach dg (v, w)). Thus S v,i = (v,w) E B (v,w) j whr E is th st of dgs of H, B (v,w) j is on of A (v,w) j or Āj (v,w), and j is th coloring that labl i givs to th shard vrtics of (v, w). W ar now rady to dfin our instanc I of th allocation problm. Thr ar n = 6 s playrs, all having th sam utility function. Th goods ar th sts S v,i for ach nod v and labl i. If a playr is allocatd a collction of goods S v1,i 1...S vl,i l, thn his utility is l S vj,i j j=1 It is asy to vrify that this is a monoton and submodular utility function. Lt OP T (I) b th optimal solution to th instanc I. Lmma 4 If OP T (L ) = 1, thn OP T (I) = nr E. Proof : From Rmark 1, thr ar n = 6 s disjoint lablings that satisfy all th constraints of L. Considr th ith such labling. This dfins an allocation to th ith playr as follows: w allocat th goods S v,l(v) for ach nod v, to playr i, whr l(v) is th labl of v in this ith labling. Sinc th labling satisfis all th dgs, th corrsponding sts S v,l(v) covr all th subunivrss. To s this, fix an dg = (v, w). Th labling satisfis, hnc th labls of v and w induc th sam coloring of th shard vrtics btwn v and w, and thrfor thy

7 both corrspond to th sam partition of P, say (A j, Ā j ). Thus U is covrd by th sts S v,l(v) and S w,l(w) and th utility of playr i is r E. W can find such an allocation for vry playr, sinc th lablings ar disjoint. For th No cas, considr th following simpl allocation: ach playr gts xactly on st from vry nod. Hnc ach playr i dfins a labling, which cannot satisfy mor than 2 γs fraction of th dgs. For th rst of th dgs, th 2 sts of playr i com from diffrnt partitions and hnc can covr at most 3/4 of th subunivrs. This shows that th total utility of this simpl allocation is at most 3/4 of that in th Ys cas. In fact, w will show that this is tru for any allocation. Lmma 5 If OP T (L ) 2 γs, thn OP T (I) (3/4 + ɛ)nr E, for som small constant ɛ > 0 that dpnds on s. Proof : Considr an allocation of goods to th playrs. If playr i rcivs sts S 1,..., S l, thn his utility p i can b dcomposd as p i = p i,, whr p i, = ( j S j ) U Fix an dg (u, v). Lt m i b th numbr of goods of th typ S u,j for som j. Lt m i b th numbr of goods of th typ S v,j for som j, and lt x i = m i + m i. Lt N b th st of playrs. For th dg = (u, v), lt N1 b th st of playrs whos sts covr th subunivrs U and N2 = N\N 1. Lt n 1 = N 1 and n 2 = N 2. Not that for i N 1, th contribution of th x i sts to p i, is r. For i N2, it follows that th contribution of th x i sts to p i, is at most (1 1 2 x )r by th proprtis of th partition systm of this i dg2. Hnc th total utility drivd by th playrs from th subunivrs U is p i, r + (1 1 2 x )r i i i N 1 In th YES cas, th total utility drivd from th subunivrs U was nr. Hnc th loss in th total utility drivd from U is nr r i N 1 i N 2 By th convxity of th function 2 x, w hav that r n 2 2 i N 2 (1 1 2 x i )r = r i N 2 x i n x i N2 i But not that i N1 x i 2n 1, sinc playrs in N 1 covr U and thy nd at last 2 sts to do this. Thrfor i N2 x i 2n 2 and r n 2 /4. Th total loss is r/4 n 2 2 To us th proprty of P, w nd to nsur that x i 3 s. Howvr sinc i N2, vn if x i > 3 s, th distinct sts A j or Ā j that h has rcivd through his xi goods ar all from diffrnt partitions of U and hnc thy can b at most 3 s.

8 Hnc it suffics to prov n 2 (1 ɛ)n E, or that n 1 ɛn E. For an dg (u, v), lt N, s 1 b th st of playrs from N1 typ S u,j or S v,j. Lt N,>s 1 = N1, s \N1. who hav at most s goods of th n 1 = N,>s 1 + N, s 1 2n E + s N, s 1 whr th inquality follows from th fact that for th dg w cannot hav mor than 2n/s playrs rciving mor than s goods from u and v. Claim 6, s N1 < δn E, whr δ c s2 γs, for som constant c. Proof : Suppos that th sum is δn E for som δ 1. Thn it can b asily sn that for at last δ E /2 dgs, N, s 1 δn/2. Call ths dgs good dgs. Pick a playr i at random. For vry nod, considr th st of goods assignd to playr i from this nod, and pick on at random. Assign th corrsponding labl to this nod. If playr i has not bn assignd any good from som nod, thn assign an arbitrary labl to this nod. This dfins a labling. W look at th xpctd numbr of satisfid dgs. For vry good dg = (u, v), th probability that is satisfid is at last δ/2s 2, sinc has at last δn/2 playrs that hav covrd U with at most s goods. Sinc thr ar at last δ E /2 good dgs, th xpctd numbr of satisfid dgs is at last δ 2 E /4s 2. This mans that thr xists a labling that satisfis at last δ 2 E /4s 2 dgs. But, sinc OP T (L ) 2 γs, w gt δ c s2 γs, for som constant c. W finally hav n 1 2n E s + δn E ɛn E whr ɛ is som small constant dpnding on s. Thrfor th total loss is 1 (1 ɛ)nr E 4 which implis that OP T (I) (3/4 + ɛ)nr E. Givn any ɛ > 0, w can choos s larg nough so that Lmma 5 holds. From Lmmas 4 and 5, w hav: Thorm 7 For any ɛ > 0, thr is no polynomial tim (3/4 + ɛ)-approximation algorithm for th allocation problm with monoton submodular utilitis, unlss P = NP. 4 A Hardnss of 1-1/ In this sction w obtain a strongr rsult by using a k-provr proof systm (i.., a labl covr problm on hyprgraphs) for MAX-3-COLORING. Th nw proof systm is obtaind in a similar mannr as th proof systm for MAX-3-SAT by Fig [9].

9 Lt G b an instanc of GAP-MAX-3-COLORING(c). From th graph G, w will dfin a nw labl covr instanc. Th labl covr instanc is now dfind on a hyprgraph H instad of a graph. Lt s and k b constants to b dtrmind latr. Th hyprgraph H consists of k layrs of vrtics, V 1,..., V k. To vry layr V i, w associat a binary string C i {0, 1} s of wight s/2, with th proprty that th Hamming distanc btwn any 2 strings is at last s/3. On can obtain such a collction of strings by using th codwords of an appropriat binary cod (s [9] for mor dtails). Notic that ach C i dfins a partition of th indics {1,..., s} into 2 sts A i, B i, ach of cardinality s/2, whr an indx l blongs to A i (rsp. B i ) if th l-th bit of C i is 1 (rsp. 0). W will rfr to th vrtics of H as nods. On diffrnc from Sction 3 is that now a nod of H will contain both dgs and vrtics of G. To b mor spcific, a nod v in V i is an ordrd s-tupl v = (v 1,..., v s ), whr for l {1,..., s}, if l A i, thn v l is an dg of G, othrwis it is a vrtx of G. Clarly thr ar at most n O(s) nods in ach layr V i and sinc k and s ar constants, th siz of H is polynomial in th siz of G. A labl of a nod v in V i will b a propr coloring of th s/2 dgs corrsponding to v and a coloring of th s/2 vrtics corrsponding to v. Hnc thr ar 6 s/2 3 s/2 distinct labls. For tchnical rasons w mak 6 s/2 3 s/2 copis of ach labl so that in total w hav 6 s labls in vry nod. Edgs of th hyprgraph H hav cardinality k and contain on nod from ach layr. For vry ordrd tupl of s dgs ( 1,..., s ), of G and a choic of s vrtics (u 1,..., u s ), on from ach i, w will hav a hyprdg (v 1,..., v k ) in H, with v i V i if and only if th nods v 1,..., v k satisfy th following: 1. v l i = l if l A i. 2. v l i = u l if l B i. W will call th vrtics u 1,..., u s th shard vrtics of th hyprdg (v 1,..., v k ). Givn a labling to th nods of H, lt (l(v 1 ),..., l(v k )) b th labls of th hyprdg = (v 1,..., v k ). W will say that is wakly satisfid if thr xists a pair of nods v i, v j that agr on th coloring of th shard vrtics as inducd by thir labling. W will call th pair of labls (l(v i ), l(v j )) a consistnt pair with rspct to th hyprdg and th labling. W will say that a hyprdg is strongly satisfid if for vry pair v i, v j, (l(v i ), l(v j )) is consistnt. This complts th dscription of th labl covr instanc L. Lt OP T wak (L) (rsp. OP T strong (L)) b th maximum fraction of hyprdgs that can b wakly (rsp. strongly) satisfid by any labling. Th following lmma is ssntially Lmma 5 in [9]. Lmma 8 It is NP-hard to distinguish btwn: YES Cas: OP T strong (L) = 1 NO Cas: OP T wak (L) k 2 2 γs, for som constant γ > 0. Rmark 2 In th YES Cas of Lmma 8, thr ar 6 s disjoint lablings that strongly satisfy all th hyprdgs. This follows from a similar argumnt as for Rmark 1. To dfin th instanc of th allocation problm, w will first construct a st systm as in Sction 3. For this w will nd a mor gnral notion of a partition systm:

10 Lmma 9 ([9]) Lt U = [k] n. W can construct a partition systm on U of th form P = {(A 1 1,..., A1 k ), (A2 1,..., A2 k ),..., (An 1,..., An k )}, with th proprtis that 1. For i = 1,..., n, A i j = U. 2. Any collction of l n sts, on from ach partition, covrs xactly (1 (1 1/k) l ) U lmnts. For vry hyprdg, w will hav a sparat subunivrs U. Lt n = 6 s b th numbr of labls of ach nod. For ach hyprdg w construct a partition systm P on th subunivrs U as in Lmma 9. Lt P = {(A 1,1,..., A 1,k ), (A 2,1,..., A 2,k ),..., (A n,1,..., A n,k )}. Notic that for a hyprdg = (v 1,..., v k ), w can always find n disjoint lablings of th nods v 1,..., v k that strongly satisfy th hyprdg. This follows from th fact that thr ar 6 s propr colorings of an s-tupl of dgs of G and for ach such coloring w can pick a labl from ach nod v i that rspcts this coloring. Du to th multipl copis of ach distinct labl, w in fact hav mor than n lablings that strongly satisfy. W arbitrarily pick n of ths disjoint lablings (not that any othr labling that strongly satisfis is isomorphic to on of th n lablings pickd). Assuming som arbitrary ordring among th n lablings, w associat th jth partition of P with th jth labling of, for vry. If (l j 1,..., lj k ) is th jth labling of and (A j,1,..., A j,k ) is th jth partition of P w will also say that th st A j,i corrsponds to th labl l j i of v i. W can now dfin our st systm. W will hav on st S v,i for vry nod v and labl i. Lt v V l for som l [k]. For an dg that contains nod v, suppos labl i is in th jth labling of. W will thn includ th st A j,l from th jth partition in S v,i. Hnc S v,i is th following union of sts: S v,i = :v whr j (i) is th labling of dg that contains i. A j (i),l As in Sction 3, th instanc of th allocation problm contains n = 6 s playrs with th sam submodular utility function. Th goods ar th sts S v,i and th utility of a playr for a collction of sts is th cardinality of thir union. Lt I dnot th instanc of th allocation problm and lt OP T (I) b th optimal solution of I. Lt r = U and lt E b th st of th hyprdgs of H. Our hardnss rsult is stablishd with th following lmmas, which w prov in th Appndix. Lmma 10 If OP T strong (L) = 1, thn OP T (I) = nr E. Lmma 11 If OP T wak (L) k 2 2 γs, thn OP T (I) (1 1/ + ɛ)nr E, whr ɛ > 0 is som small constant dpnding on s and k. Givn any ɛ > 0, w can choos larg nough constants s, k so that Lmma 11 holds. Hnc w gt: Thorm 12 For any ɛ > 0, thr is no polynomial tim (1 1 + ɛ)-approximation algorithm for th allocation problm with monoton submodular utilitis, unlss P=NP.

11 5 Conclusion and Opn Problms In this papr, w hav provd a (1 1/ 0.632)-hardnss of approximation in th valu qury modl. Thr is a gap btwn th uppr and lowr bounds in both th valu qury and dmand qury modl. It would b intrsting to narrow ths gaps. It will also b intrsting to obtain truthful mchanisms with good approximation guarants. Acknowldgmnts W would lik to thank Amin Sabri and Vahab Mirrokni for usful discussions and Shahar Dobzinski for commnts. Rfrncs [1] N. Andlman and Y. Mansour. Auctions with budgt constraints. In SWAT, [2] A. Archr, C. Papadimitriou, K. Talwar, and E. Tardos. An approximat truthful mchanism for combinatorial auctions with singl paramtr agnts. In SODA, pags , [3] S. Arora, C. Lund, R. Motwani, M. Sudan, and M. Szgdy. Proof vrification and hardnss of approximation problms. In FOCS, pags 14 23, [4] Y. Bartal, R. Gonn, and N. Nisan. Incntiv compatibl multi unit combinatorial auctions. In TARK, pags 72 87, [5] L. Blumrosn and N. Nisan. On th computational powr of ascnding auctions 1: Dmand quris. In ACM Confrnc on Elctronic Commrc, [6] P. Cramton, Y. Shoham, and R. Stinbrg(ditors). Combinatorial Auctions. MIT Prss, Forthcoming (2005). [7] S. Dobzinski, N. Nisan, and M. Schapira. Approximation algorithms for combinatorial auctions with complmnt-fr biddrs. In STOC, [8] S. Dobzinski and M. Schapira. An improvd approximation algorithm for combinatorial auctions with submodular biddrs. Working papr, [9] U. Fig. A thrshold of lnn for approximating st covr. Journal of th ACM, 45(4): , [10] F. Gul and E. Stacchtti. Walrasian quilibrium with gross substituts. Journal of Economic Thory, 87:66 95, [11] R. Holzman, N. Kfir-Dahav, D. Mondrr, and M. Tnnnholtz. Bundling quilibrium in combinatorial auctions. Gams and Economic Bhavior, 47: , [12] B. Lhmann, D. Lhmann, and N. Nisan. Combinatorial auctions with dcrasing marginal utilitis. In ACM Confrnc on Elctronic Commrc, 2001.

12 [13] D. Lhmann, L. O Callaghan, and Y. Shoham. Truth rvlation in approximatly fficint combinatorial auctions. In ACM Confrnc on Elctronic Commrc, [14] C. Lund and M. Yannakakis. On th hardnss of approximating minimization problms. Journal of th ACM, 41(5): , [15] N. Nisan and I. Sgal. Th communication rquirmnts of fficint allocations and supporting lindahl prics. To appar in Journal of Economic Thory, prliminary vrsion availabl at noam/mkts.html, [16] C. Papadimitriou and Yannakakis. Optimization, approximation and complxity classs. Journal of Computr and Systm Scincs, 43: , [17] R. Raz. A paralll rptition thorm. SIAM Journal of Computing, 27(3): , [18] T. Sandholm. An algorithm for optimal winnr dtrmination in combinatorial auctions. In IJCAI, Appndix Proof of Lmma 10 : Sinc OP T strong (L) = 1, considr a labling that strongly satisfis all th hyprdgs. By th discussion abov, w can always pick a labling such that whn rstrictd to th nods of an dg, it corrsponds to on of th n disjoint lablings of that dg. Lt l(v) b th labl of ach nod. Pick a playr and allocat to him all th sts {S v,l(v) }. W claim that th sts covr th subunivrs U for vry dg and th utility of th playr is thrfor r E. To s this, fix an dg = (v 1,..., v k ). Sinc th labling strongly satifis th dg, it corrsponds to som partition of th partition systm P, say th jth partition. Hnc for i = 1,..., k, th st A j,i which corrsponds to labl l(v i) is containd in S vi,l(v i ). Thus th playr covrs th ntir subunivrs U with th sts S vi,l(v i ). Sinc this is tru for vry dg, his utility is xactly r E. By Rmark 2 w can rpat th abov for all th 6 s playrs. Proof of Lmma 11 : Considr an allocation of th goods to th playrs, i.., an allocation of th labls of ach nod. W dcompos th utility p i of playr i as: p i = p i,, whr p i, is as in Sction 3. For a nod v and a playr i, lt m v i b th numbr of sts of th typ S v,j that playr i has rcivd. Fix an dg = (v 1,..., v k ). Lt x i = k l=1 mv l i. Dfin th st of playrs: N 1 = {i : v j, v l such that i has a pair of consistnt labls for ths 2 nods} Lt N2 = N\N 1, and lt n 1 = N 1, n 2 = N 2. Trivially, for i N 1, th contribution of th x i sts to p i, is at most r. For i N2, th x i sts of th typ S v l,j do not contain vn on pair of labls which ar consistnt for som pair of nods in. For ach st S vl,j that playr i has rcivd, lt A t,l b th st from th partition systm P containd in S vl,j. It follows that th sts A t,l corrsponding to th labls of playr i com from diffrnt partitions of U. Thrfor, by Lmma 9, w gt that th sts S vl,j covr xactly 1 (1 1 k )x i fraction of th subunivrs U. Hnc th total utility drivd by th playrs from th subunivrs U is p i, r + ( ) 1 (1 1 k )x i r i i N 1 i N 2

13 Th loss in th total utility compard to th YES cas is: nr r (1 (1 1 k )x i )r = r (1 1 k )x i i N 1 i N 2 i N 2 By th convxity of th function (1 1 k )x, w hav that rn 2(1 1 k ) i N 2 x i n 2 (1) Lt N, k2 1 b th st of playrs from N1 who hav at most k2 goods of th typ S vl,j. Lt N,>k2 1 = N1, k2 \N1. n 1 = N,>k2 1 + N, k2 1 kn E k 2 + N, k2 1 whr th inquality follows from th fact that for th dg w cannot hav mor than n/k playrs rciving mor than k 2 goods from th nods v 1, v 2,..., v k. Claim 13, k2 N1 < δn E, for δ ck 3 2 γs, for som constant c. Proof : Th proof is similar to that of Claim 6. If w assum th contrary to th statmnt thn w can find a labling which wakly satisfis mor than k 2 2 γs fraction of th dgs, a contradiction. Hnc n 1 n E k +δn E, which implis n 2 (1 β)n E, for som small constant β > 0. In Sction 3, this sufficd to obtain th hardnss rsult of 3/4, bcaus i N2 x i 2n 2. Hr a similar argumnt would nd that i N2 x i kn 2, which may not b tru for vry dg bcaus playrs in N1 ar only wakly satisfying. Howvr, w will s that for most dgs, is still small. i N 2 x i Sinc n 1 βn E, it follows that for at last a 1 β fraction of th dgs, n 2 (1 β)n. Call ths dgs good. For ach good dg : i N 2 x i n 2 kn (1 β)n k(1 + β ) for som small constant β > 0. From (1), w gt that for vry good dg th loss rn 2 (1 1 k )k(1+β ) rn 2 (1 β ) 1, for som small constant β > 0. Summing th loss ovr all th good dgs, w gt that th total loss in utility is at last r :is good (1 β)n(1 β ) 1 n r E (1 β) 2 (1 β ) 1 nr E (1 ɛ) whr ɛ > 0 is som small constant. Hnc th total utility is at most (1 1 + ɛ)nr E

cycle that does not cross any edges (including its own), then it has at least

cycle that does not cross any edges (including its own), then it has at least W prov th following thorm: Thorm If a K n is drawn in th plan in such a way that it has a hamiltonian cycl that dos not cross any dgs (including its own, thn it has at last n ( 4 48 π + O(n crossings Th

More information

On spanning trees and cycles of multicolored point sets with few intersections

On spanning trees and cycles of multicolored point sets with few intersections On spanning trs and cycls of multicolord point sts with fw intrsctions M. Kano, C. Mrino, and J. Urrutia April, 00 Abstract Lt P 1,..., P k b a collction of disjoint point sts in R in gnral position. W

More information

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming CPSC 665 : An Algorithmist s Toolkit Lctur 4 : 21 Jan 2015 Lcturr: Sushant Sachdva Linar Programming Scrib: Rasmus Kyng 1. Introduction An optimization problm rquirs us to find th minimum or maximum) of

More information

1 Minimum Cut Problem

1 Minimum Cut Problem CS 6 Lctur 6 Min Cut and argr s Algorithm Scribs: Png Hui How (05), Virginia Dat: May 4, 06 Minimum Cut Problm Today, w introduc th minimum cut problm. This problm has many motivations, on of which coms

More information

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018 Propositional Logic Combinatorial Problm Solving (CPS) Albrt Olivras Enric Rodríguz-Carbonll May 17, 2018 Ovrviw of th sssion Dfinition of Propositional Logic Gnral Concpts in Logic Rduction to SAT CNFs

More information

Basic Polyhedral theory

Basic Polyhedral theory Basic Polyhdral thory Th st P = { A b} is calld a polyhdron. Lmma 1. Eithr th systm A = b, b 0, 0 has a solution or thr is a vctorπ such that π A 0, πb < 0 Thr cass, if solution in top row dos not ist

More information

Week 3: Connected Subgraphs

Week 3: Connected Subgraphs Wk 3: Connctd Subgraphs Sptmbr 19, 2016 1 Connctd Graphs Path, Distanc: A path from a vrtx x to a vrtx y in a graph G is rfrrd to an xy-path. Lt X, Y V (G). An (X, Y )-path is an xy-path with x X and y

More information

The Equitable Dominating Graph

The Equitable Dominating Graph Intrnational Journal of Enginring Rsarch and Tchnology. ISSN 0974-3154 Volum 8, Numbr 1 (015), pp. 35-4 Intrnational Rsarch Publication Hous http://www.irphous.com Th Equitabl Dominating Graph P.N. Vinay

More information

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1 Chaptr 11 Th singular sris Rcall that by Thorms 10 and 104 togthr provid us th stimat 9 4 n 2 111 Rn = SnΓ 2 + on2, whr th singular sris Sn was dfind in Chaptr 10 as Sn = q=1 Sq q 9, with Sq = 1 a q gcda,q=1

More information

SCHUR S THEOREM REU SUMMER 2005

SCHUR S THEOREM REU SUMMER 2005 SCHUR S THEOREM REU SUMMER 2005 1. Combinatorial aroach Prhas th first rsult in th subjct blongs to I. Schur and dats back to 1916. On of his motivation was to study th local vrsion of th famous quation

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by D. Klain Vrsion 207.0.05 Corrctions and commnts ar wlcom. Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix A A k I + A + k!

More information

Supplementary Materials

Supplementary Materials 6 Supplmntary Matrials APPENDIX A PHYSICAL INTERPRETATION OF FUEL-RATE-SPEED FUNCTION A truck running on a road with grad/slop θ positiv if moving up and ngativ if moving down facs thr rsistancs: arodynamic

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by Dan Klain Vrsion 28928 Corrctions and commnts ar wlcom Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix () A A k I + A + k!

More information

Derangements and Applications

Derangements and Applications 2 3 47 6 23 Journal of Intgr Squncs, Vol. 6 (2003), Articl 03..2 Drangmnts and Applications Mhdi Hassani Dpartmnt of Mathmatics Institut for Advancd Studis in Basic Scincs Zanjan, Iran mhassani@iasbs.ac.ir

More information

Network Congestion Games

Network Congestion Games Ntwork Congstion Gams Assistant Profssor Tas A&M Univrsity Collg Station, TX TX Dallas Collg Station Austin Houston Bst rout dpnds on othrs Ntwork Congstion Gams Travl tim incrass with congstion Highway

More information

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM Elctronic Journal of Diffrntial Equations, Vol. 2003(2003), No. 92, pp. 1 6. ISSN: 1072-6691. URL: http://jd.math.swt.du or http://jd.math.unt.du ftp jd.math.swt.du (login: ftp) LINEAR DELAY DIFFERENTIAL

More information

Abstract Interpretation: concrete and abstract semantics

Abstract Interpretation: concrete and abstract semantics Abstract Intrprtation: concrt and abstract smantics Concrt smantics W considr a vry tiny languag that manags arithmtic oprations on intgrs valus. Th (concrt) smantics of th languags cab b dfind by th funzcion

More information

Square of Hamilton cycle in a random graph

Square of Hamilton cycle in a random graph Squar of Hamilton cycl in a random graph Andrzj Dudk Alan Friz Jun 28, 2016 Abstract W show that p = n is a sharp thrshold for th random graph G n,p to contain th squar of a Hamilton cycl. This improvs

More information

CS 361 Meeting 12 10/3/18

CS 361 Meeting 12 10/3/18 CS 36 Mting 2 /3/8 Announcmnts. Homwork 4 is du Friday. If Friday is Mountain Day, homwork should b turnd in at my offic or th dpartmnt offic bfor 4. 2. Homwork 5 will b availabl ovr th wknd. 3. Our midtrm

More information

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013 18.782 Introduction to Arithmtic Gomtry Fall 2013 Lctur #20 11/14/2013 20.1 Dgr thorm for morphisms of curvs Lt us rstat th thorm givn at th nd of th last lctur, which w will now prov. Thorm 20.1. Lt φ:

More information

SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH.

SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH. SOME PARAMETERS ON EQUITABLE COLORING OF PRISM AND CIRCULANT GRAPH. K VASUDEVAN, K. SWATHY AND K. MANIKANDAN 1 Dpartmnt of Mathmatics, Prsidncy Collg, Chnnai-05, India. E-Mail:vasu k dvan@yahoo.com. 2,

More information

Section 6.1. Question: 2. Let H be a subgroup of a group G. Then H operates on G by left multiplication. Describe the orbits for this operation.

Section 6.1. Question: 2. Let H be a subgroup of a group G. Then H operates on G by left multiplication. Describe the orbits for this operation. MAT 444 H Barclo Spring 004 Homwork 6 Solutions Sction 6 Lt H b a subgroup of a group G Thn H oprats on G by lft multiplication Dscrib th orbits for this opration Th orbits of G ar th right costs of H

More information

Higher order derivatives

Higher order derivatives Robrto s Nots on Diffrntial Calculus Chaptr 4: Basic diffrntiation ruls Sction 7 Highr ordr drivativs What you nd to know alrady: Basic diffrntiation ruls. What you can larn hr: How to rpat th procss of

More information

Search sequence databases 3 10/25/2016

Search sequence databases 3 10/25/2016 Sarch squnc databass 3 10/25/2016 Etrm valu distribution Ø Suppos X is a random variabl with probability dnsity function p(, w sampl a larg numbr S of indpndnt valus of X from this distribution for an

More information

Approximation and Inapproximation for The Influence Maximization Problem in Social Networks under Deterministic Linear Threshold Model

Approximation and Inapproximation for The Influence Maximization Problem in Social Networks under Deterministic Linear Threshold Model 20 3st Intrnational Confrnc on Distributd Computing Systms Workshops Approximation and Inapproximation for Th Influnc Maximization Problm in Social Ntworks undr Dtrministic Linar Thrshold Modl Zaixin Lu,

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH.

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH. C:\Dallas\0_Courss\03A_OpSci_67\0 Cgh_Book\0_athmaticalPrliminaris\0_0 Combath.doc of 8 COPUTER GENERATED HOLOGRAS Optical Scincs 67 W.J. Dallas (onday, April 04, 005, 8:35 A) PART I: CHAPTER TWO COB ATH

More information

Economics 201b Spring 2010 Solutions to Problem Set 3 John Zhu

Economics 201b Spring 2010 Solutions to Problem Set 3 John Zhu Economics 20b Spring 200 Solutions to Problm St 3 John Zhu. Not in th 200 vrsion of Profssor Andrson s ctur 4 Nots, th charactrization of th firm in a Robinson Cruso conomy is that it maximizs profit ovr

More information

EEO 401 Digital Signal Processing Prof. Mark Fowler

EEO 401 Digital Signal Processing Prof. Mark Fowler EEO 401 Digital Signal Procssing Prof. Mark Fowlr Dtails of th ot St #19 Rading Assignmnt: Sct. 7.1.2, 7.1.3, & 7.2 of Proakis & Manolakis Dfinition of th So Givn signal data points x[n] for n = 0,, -1

More information

Construction of asymmetric orthogonal arrays of strength three via a replacement method

Construction of asymmetric orthogonal arrays of strength three via a replacement method isid/ms/26/2 Fbruary, 26 http://www.isid.ac.in/ statmath/indx.php?modul=prprint Construction of asymmtric orthogonal arrays of strngth thr via a rplacmnt mthod Tian-fang Zhang, Qiaoling Dng and Alok Dy

More information

Einstein Equations for Tetrad Fields

Einstein Equations for Tetrad Fields Apiron, Vol 13, No, Octobr 006 6 Einstin Equations for Ttrad Filds Ali Rıza ŞAHİN, R T L Istanbul (Turky) Evry mtric tnsor can b xprssd by th innr product of ttrad filds W prov that Einstin quations for

More information

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices Finding low cost TSP and 2-matching solutions using crtain half intgr subtour vrtics Sylvia Boyd and Robrt Carr Novmbr 996 Introduction Givn th complt graph K n = (V, E) on n nods with dg costs c R E,

More information

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES DONALD M. DAVIS Abstract. If p is a prim (implicit in notation and n a positiv intgr, lt ν(n dnot th xponnt of p in n, and U(n n/p ν(n, th unit

More information

(Upside-Down o Direct Rotation) β - Numbers

(Upside-Down o Direct Rotation) β - Numbers Amrican Journal of Mathmatics and Statistics 014, 4(): 58-64 DOI: 10593/jajms0140400 (Upsid-Down o Dirct Rotation) β - Numbrs Ammar Sddiq Mahmood 1, Shukriyah Sabir Ali,* 1 Dpartmnt of Mathmatics, Collg

More information

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero.

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero. SETION 6. 57 6. Evaluation of Dfinit Intgrals Exampl 6.6 W hav usd dfinit intgrals to valuat contour intgrals. It may com as a surpris to larn that contour intgrals and rsidus can b usd to valuat crtain

More information

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter WHEN THE CRAMÉR-RAO INEQUALITY PROVIDES NO INFORMATION STEVEN J. MILLER Abstract. W invstigat a on-paramtr family of probability dnsitis (rlatd to th Parto distribution, which dscribs many natural phnomna)

More information

Quasi-Classical States of the Simple Harmonic Oscillator

Quasi-Classical States of the Simple Harmonic Oscillator Quasi-Classical Stats of th Simpl Harmonic Oscillator (Draft Vrsion) Introduction: Why Look for Eignstats of th Annihilation Oprator? Excpt for th ground stat, th corrspondnc btwn th quantum nrgy ignstats

More information

arxiv: v2 [cs.dm] 17 May 2018

arxiv: v2 [cs.dm] 17 May 2018 Inhritanc of Convxity for th P min -Rstrictd Gam arxiv:708.0675v [cs.dm] 7 May 08 A. Skoda July 6, 08 Abstract W considr rstrictd gams on wightd graphs associatd with minimum partitions. W rplac in th

More information

On the irreducibility of some polynomials in two variables

On the irreducibility of some polynomials in two variables ACTA ARITHMETICA LXXXII.3 (1997) On th irrducibility of som polynomials in two variabls by B. Brindza and Á. Pintér (Dbrcn) To th mmory of Paul Erdős Lt f(x) and g(y ) b polynomials with intgral cofficints

More information

Mutually Independent Hamiltonian Cycles of Pancake Networks

Mutually Independent Hamiltonian Cycles of Pancake Networks Mutually Indpndnt Hamiltonian Cycls of Pancak Ntworks Chng-Kuan Lin Dpartmnt of Mathmatics National Cntral Univrsity, Chung-Li, Taiwan 00, R O C discipl@ms0urlcomtw Hua-Min Huang Dpartmnt of Mathmatics

More information

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM Jim Brown Dpartmnt of Mathmatical Scincs, Clmson Univrsity, Clmson, SC 9634, USA jimlb@g.clmson.du Robrt Cass Dpartmnt of Mathmatics,

More information

A Propagating Wave Packet Group Velocity Dispersion

A Propagating Wave Packet Group Velocity Dispersion Lctur 8 Phys 375 A Propagating Wav Packt Group Vlocity Disprsion Ovrviw and Motivation: In th last lctur w lookd at a localizd solution t) to th 1D fr-particl Schrödingr quation (SE) that corrsponds to

More information

Computing and Communications -- Network Coding

Computing and Communications -- Network Coding 89 90 98 00 Computing and Communications -- Ntwork Coding Dr. Zhiyong Chn Institut of Wirlss Communications Tchnology Shanghai Jiao Tong Univrsity China Lctur 5- Nov. 05 0 Classical Information Thory Sourc

More information

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list.

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list. 3 3 4 8 6 3 3 4 8 6 3 3 4 8 6 () (d) 3 Sarching Linkd Lists Sarching Linkd Lists Sarching Linkd Lists ssum th list is sortd, but is stord in a linkd list. an w us binary sarch? omparisons? Work? What if

More information

First derivative analysis

First derivative analysis Robrto s Nots on Dirntial Calculus Chaptr 8: Graphical analysis Sction First drivativ analysis What you nd to know alrady: How to us drivativs to idntiy th critical valus o a unction and its trm points

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 07 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat

More information

10. EXTENDING TRACTABILITY

10. EXTENDING TRACTABILITY Coping with NP-compltnss 0. EXTENDING TRACTABILITY ining small vrtx covrs solving NP-har problms on trs circular arc covrings vrtx covr in bipartit graphs Q. Suppos I n to solv an NP-complt problm. What

More information

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES. 1. Statement of results

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES. 1. Statement of results BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES DONALD M. DAVIS Abstract. If p is a prim and n a positiv intgr, lt ν p (n dnot th xponnt of p in n, and u p (n n/p νp(n th unit part of n. If α

More information

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME 43 Introduction to Finit Elmnt Analysis Chaptr 3 Computr Implmntation of D FEM Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

Hydrogen Atom and One Electron Ions

Hydrogen Atom and One Electron Ions Hydrogn Atom and On Elctron Ions Th Schrödingr quation for this two-body problm starts out th sam as th gnral two-body Schrödingr quation. First w sparat out th motion of th cntr of mass. Th intrnal potntial

More information

Brief Introduction to Statistical Mechanics

Brief Introduction to Statistical Mechanics Brif Introduction to Statistical Mchanics. Purpos: Ths nots ar intndd to provid a vry quick introduction to Statistical Mchanics. Th fild is of cours far mor vast than could b containd in ths fw pags.

More information

Thus, because if either [G : H] or [H : K] is infinite, then [G : K] is infinite, then [G : K] = [G : H][H : K] for all infinite cases.

Thus, because if either [G : H] or [H : K] is infinite, then [G : K] is infinite, then [G : K] = [G : H][H : K] for all infinite cases. Homwork 5 M 373K Solutions Mark Lindbrg and Travis Schdlr 1. Prov that th ring Z/mZ (for m 0) is a fild if and only if m is prim. ( ) Proof by Contrapositiv: Hr, thr ar thr cass for m not prim. m 0: Whn

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 0 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat th

More information

That is, we start with a general matrix: And end with a simpler matrix:

That is, we start with a general matrix: And end with a simpler matrix: DIAGON ALIZATION OF THE STR ESS TEN SOR INTRO DUCTIO N By th us of Cauchy s thorm w ar abl to rduc th numbr of strss componnts in th strss tnsor to only nin valus. An additional simplification of th strss

More information

Strongly Connected Components

Strongly Connected Components Strongly Connctd Componnts Lt G = (V, E) b a dirctd graph Writ if thr is a path from to in G Writ if and is an quivalnc rlation: implis and implis s quivalnc classs ar calld th strongly connctd componnts

More information

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002 3.4 Forc Analysis of Linkas An undrstandin of forc analysis of linkas is rquird to: Dtrmin th raction forcs on pins, tc. as a consqunc of a spcifid motion (don t undrstimat th sinificanc of dynamic or

More information

Two Products Manufacturer s Production Decisions with Carbon Constraint

Two Products Manufacturer s Production Decisions with Carbon Constraint Managmnt Scinc and Enginring Vol 7 No 3 pp 3-34 DOI:3968/jms9335X374 ISSN 93-34 [Print] ISSN 93-35X [Onlin] wwwcscanadant wwwcscanadaorg Two Products Manufacturr s Production Dcisions with Carbon Constraint

More information

Limiting value of higher Mahler measure

Limiting value of higher Mahler measure Limiting valu of highr Mahlr masur Arunabha Biswas a, Chris Monico a, a Dpartmnt of Mathmatics & Statistics, Txas Tch Univrsity, Lubbock, TX 7949, USA Abstract W considr th k-highr Mahlr masur m k P )

More information

The second condition says that a node α of the tree has exactly n children if the arity of its label is n.

The second condition says that a node α of the tree has exactly n children if the arity of its label is n. CS 6110 S14 Hanout 2 Proof of Conflunc 27 January 2014 In this supplmntary lctur w prov that th λ-calculus is conflunt. This is rsult is u to lonzo Church (1903 1995) an J. arkly Rossr (1907 1989) an is

More information

Stochastic Submodular Maximization

Stochastic Submodular Maximization Stochastic Submodular Maximization Arash Asadpour, Hamid Nazrzadh, and Amin Sabri Stanford Univrsity, Stanford, CA. {asadpour,hamidnz,sabri}@stanford.du Abstract. W study stochastic submodular maximization

More information

Homework #3. 1 x. dx. It therefore follows that a sum of the

Homework #3. 1 x. dx. It therefore follows that a sum of the Danil Cannon CS 62 / Luan March 5, 2009 Homwork # 1. Th natural logarithm is dfind by ln n = n 1 dx. It thrfor follows that a sum of th 1 x sam addnd ovr th sam intrval should b both asymptotically uppr-

More information

What is a hereditary algebra?

What is a hereditary algebra? What is a hrditary algbra? (On Ext 2 and th vanishing of Ext 2 ) Claus Michal Ringl At th Münstr workshop 2011, thr short lcturs wr arrangd in th styl of th rgular column in th Notics of th AMS: What is?

More information

ON RIGHT(LEFT) DUO PO-SEMIGROUPS. S. K. Lee and K. Y. Park

ON RIGHT(LEFT) DUO PO-SEMIGROUPS. S. K. Lee and K. Y. Park Kangwon-Kyungki Math. Jour. 11 (2003), No. 2, pp. 147 153 ON RIGHT(LEFT) DUO PO-SEMIGROUPS S. K. L and K. Y. Park Abstract. W invstigat som proprtis on right(rsp. lft) duo po-smigroups. 1. Introduction

More information

General Notes About 2007 AP Physics Scoring Guidelines

General Notes About 2007 AP Physics Scoring Guidelines AP PHYSICS C: ELECTRICITY AND MAGNETISM 2007 SCORING GUIDELINES Gnral Nots About 2007 AP Physics Scoring Guidlins 1. Th solutions contain th most common mthod of solving th fr-rspons qustions and th allocation

More information

Combinatorial Networks Week 1, March 11-12

Combinatorial Networks Week 1, March 11-12 1 Nots on March 11 Combinatorial Ntwors W 1, March 11-1 11 Th Pigonhol Principl Th Pigonhol Principl If n objcts ar placd in hols, whr n >, thr xists a box with mor than on objcts 11 Thorm Givn a simpl

More information

General Caching Is Hard: Even with Small Pages

General Caching Is Hard: Even with Small Pages Algorithmica manuscript No. (will b insrtd by th ditor) Gnral Caching Is Hard: Evn with Small Pags Luká² Folwarczný Ji í Sgall August 1, 2016 Abstract Caching (also known as paging) is a classical problm

More information

3 Finite Element Parametric Geometry

3 Finite Element Parametric Geometry 3 Finit Elmnt Paramtric Gomtry 3. Introduction Th intgral of a matrix is th matrix containing th intgral of ach and vry on of its original componnts. Practical finit lmnt analysis rquirs intgrating matrics,

More information

arxiv: v3 [cs.gt] 1 Jan 2019

arxiv: v3 [cs.gt] 1 Jan 2019 Pric of Anarchy in Ntworks with Htrognous Latncy Functions Sanjiv Kapoor and Junghwan Shin arxiv:407.299v3 [cs.gt] Jan 209 Abstract W addrss th prformanc of slfish ntwork routing in multi-commodity flows

More information

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator.

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator. Exam N a m : _ S O L U T I O N P U I D : I n s t r u c t i o n s : It is important that you clarly show your work and mark th final answr clarly, closd book, closd nots, no calculator. T i m : h o u r

More information

Externalities in Online Advertising

Externalities in Online Advertising Extrnalitis in Onlin Advrtising Arpita Ghosh Yahoo! Rsarch 2821 Mission Collg Blvd. Santa Clara, CA 95054 arpita@yahoo-inc.com Mohammad Mahdian Yahoo! Rsarch 2821 Mission Collg Blvd. Santa Clara, CA 95054

More information

4.2 Design of Sections for Flexure

4.2 Design of Sections for Flexure 4. Dsign of Sctions for Flxur This sction covrs th following topics Prliminary Dsign Final Dsign for Typ 1 Mmbrs Spcial Cas Calculation of Momnt Dmand For simply supportd prstrssd bams, th maximum momnt

More information

Roadmap. XML Indexing. DataGuide example. DataGuides. Strong DataGuides. Multiple DataGuides for same data. CPS Topics in Database Systems

Roadmap. XML Indexing. DataGuide example. DataGuides. Strong DataGuides. Multiple DataGuides for same data. CPS Topics in Database Systems Roadmap XML Indxing CPS 296.1 Topics in Databas Systms Indx fabric Coopr t al. A Fast Indx for Smistructurd Data. VLDB, 2001 DataGuid Goldman and Widom. DataGuids: Enabling Qury Formulation and Optimization

More information

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim.

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim. MTH rviw part b Lucian Mitroiu Th LOG and EXP functions Th ponntial function p : R, dfind as Proprtis: lim > lim p Eponntial function Y 8 6 - -8-6 - - X Th natural logarithm function ln in US- log: function

More information

1 Isoparametric Concept

1 Isoparametric Concept UNIVERSITY OF CALIFORNIA BERKELEY Dpartmnt of Civil Enginring Spring 06 Structural Enginring, Mchanics and Matrials Profssor: S. Govindj Nots on D isoparamtric lmnts Isoparamtric Concpt Th isoparamtric

More information

Equidistribution and Weyl s criterion

Equidistribution and Weyl s criterion Euidistribution and Wyl s critrion by Brad Hannigan-Daly W introduc th ida of a sunc of numbrs bing uidistributd (mod ), and w stat and prov a thorm of Hrmann Wyl which charactrizs such suncs. W also discuss

More information

From Elimination to Belief Propagation

From Elimination to Belief Propagation School of omputr Scinc Th lif Propagation (Sum-Product lgorithm Probabilistic Graphical Modls (10-708 Lctur 5, Sp 31, 2007 Rcptor Kinas Rcptor Kinas Kinas X 5 ric Xing Gn G T X 6 X 7 Gn H X 8 Rading: J-hap

More information

10. The Discrete-Time Fourier Transform (DTFT)

10. The Discrete-Time Fourier Transform (DTFT) Th Discrt-Tim Fourir Transform (DTFT Dfinition of th discrt-tim Fourir transform Th Fourir rprsntation of signals plays an important rol in both continuous and discrt signal procssing In this sction w

More information

2.3 Matrix Formulation

2.3 Matrix Formulation 23 Matrix Formulation 43 A mor complicatd xampl ariss for a nonlinar systm of diffrntial quations Considr th following xampl Exampl 23 x y + x( x 2 y 2 y x + y( x 2 y 2 (233 Transforming to polar coordinats,

More information

Application of Vague Soft Sets in students evaluation

Application of Vague Soft Sets in students evaluation Availabl onlin at www.plagiarsarchlibrary.com Advancs in Applid Scinc Rsarch, 0, (6):48-43 ISSN: 0976-860 CODEN (USA): AASRFC Application of Vagu Soft Sts in studnts valuation B. Chtia*and P. K. Das Dpartmnt

More information

Separating principles below Ramsey s Theorem for Pairs

Separating principles below Ramsey s Theorem for Pairs Sparating principls blow Ramsy s Thorm for Pairs Manul Lrman, Rd Solomon, Hnry Towsnr Fbruary 4, 2013 1 Introduction In rcnt yars, thr has bn a substantial amount of work in rvrs mathmatics concrning natural

More information

Inefficiency of Standard Multi-Unit Auctions

Inefficiency of Standard Multi-Unit Auctions Infficincy of Standard Multi-Unit Auctions Bart d Kijzr 1 Evanglos Markakis 3 Guido Schäfr 1,2 Orstis Tllis 3 1 CWI Amstrdam, Th Nthrlands 2 VU Amstrdam, Th Nthrlands {b.d.kijzr,g.schafr}@cwi.nl 3 Athns

More information

ON A SECOND ORDER RATIONAL DIFFERENCE EQUATION

ON A SECOND ORDER RATIONAL DIFFERENCE EQUATION Hacttp Journal of Mathmatics and Statistics Volum 41(6) (2012), 867 874 ON A SECOND ORDER RATIONAL DIFFERENCE EQUATION Nourssadat Touafk Rcivd 06:07:2011 : Accptd 26:12:2011 Abstract In this papr, w invstigat

More information

Tight Bounds on the Round Complexity of the Distributed Maximum Coverage Problem

Tight Bounds on the Round Complexity of the Distributed Maximum Coverage Problem Tight Bounds on th Round Complxity of th Distributd Maximum Covrag Problm Sphr Assadi Sanjv Khanna Abstract W study th maximum k-st covrag problm in th following distributd stting. A collction of input

More information

4. Money cannot be neutral in the short-run the neutrality of money is exclusively a medium run phenomenon.

4. Money cannot be neutral in the short-run the neutrality of money is exclusively a medium run phenomenon. PART I TRUE/FALSE/UNCERTAIN (5 points ach) 1. Lik xpansionary montary policy, xpansionary fiscal policy rturns output in th mdium run to its natural lvl, and incrass prics. Thrfor, fiscal policy is also

More information

ABEL TYPE THEOREMS FOR THE WAVELET TRANSFORM THROUGH THE QUASIASYMPTOTIC BOUNDEDNESS

ABEL TYPE THEOREMS FOR THE WAVELET TRANSFORM THROUGH THE QUASIASYMPTOTIC BOUNDEDNESS Novi Sad J. Math. Vol. 45, No. 1, 2015, 201-206 ABEL TYPE THEOREMS FOR THE WAVELET TRANSFORM THROUGH THE QUASIASYMPTOTIC BOUNDEDNESS Mirjana Vuković 1 and Ivana Zubac 2 Ddicatd to Acadmician Bogoljub Stanković

More information

u 3 = u 3 (x 1, x 2, x 3 )

u 3 = u 3 (x 1, x 2, x 3 ) Lctur 23: Curvilinar Coordinats (RHB 8.0 It is oftn convnint to work with variabls othr than th Cartsian coordinats x i ( = x, y, z. For xampl in Lctur 5 w mt sphrical polar and cylindrical polar coordinats.

More information

Exponential inequalities and the law of the iterated logarithm in the unbounded forecasting game

Exponential inequalities and the law of the iterated logarithm in the unbounded forecasting game Ann Inst Stat Math (01 64:615 63 DOI 101007/s10463-010-03-5 Exponntial inqualitis and th law of th itratd logarithm in th unboundd forcasting gam Shin-ichiro Takazawa Rcivd: 14 Dcmbr 009 / Rvisd: 5 Octobr

More information

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation.

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation. Lur 7 Fourir Transforms and th Wav Euation Ovrviw and Motivation: W first discuss a fw faturs of th Fourir transform (FT), and thn w solv th initial-valu problm for th wav uation using th Fourir transform

More information

Multicoloured Hamilton cycles and perfect matchings in pseudo-random graphs

Multicoloured Hamilton cycles and perfect matchings in pseudo-random graphs Multicolourd Hamilton cycls and prfct matchings in psudo-random graphs Danila Kühn Dryk Osthus Abstract Givn 0 < p < 1, w prov that a psudo-random graph G with dg dnsity p and sufficintly larg ordr has

More information

ECE602 Exam 1 April 5, You must show ALL of your work for full credit.

ECE602 Exam 1 April 5, You must show ALL of your work for full credit. ECE62 Exam April 5, 27 Nam: Solution Scor: / This xam is closd-book. You must show ALL of your work for full crdit. Plas rad th qustions carfully. Plas chck your answrs carfully. Calculators may NOT b

More information

Chapter 10. The singular integral Introducing S(n) and J(n)

Chapter 10. The singular integral Introducing S(n) and J(n) Chaptr Th singular intgral Our aim in this chaptr is to rplac th functions S (n) and J (n) by mor convnint xprssions; ths will b calld th singular sris S(n) and th singular intgral J(n). This will b don

More information

On Grids in Topological Graphs

On Grids in Topological Graphs On Grids in Topological Graphs Eyal Ackrman Dpartmnt of Computr Scinc Fri Univrsität Brlin Takustr. 9, 14195 Brlin, Grmany yal@inf.fu-brlin.d Jacob Fox Dpartmnt of Mathmatics Princton Univrsity Princton,

More information

Extraction of Doping Density Distributions from C-V Curves

Extraction of Doping Density Distributions from C-V Curves Extraction of Doping Dnsity Distributions from C-V Curvs Hartmut F.-W. Sadrozinski SCIPP, Univ. California Santa Cruz, Santa Cruz, CA 9564 USA 1. Connction btwn C, N, V Start with Poisson quation d V =

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN Intrnational Journal of Scintific & Enginring Rsarch, Volum 6, Issu 7, July-25 64 ISSN 2229-558 HARATERISTIS OF EDGE UTSET MATRIX OF PETERSON GRAPH WITH ALGEBRAI GRAPH THEORY Dr. G. Nirmala M. Murugan

More information

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations MATH 39, WEEK 5: Th Fundamntal Matrix, Non-Homognous Systms of Diffrntial Equations Fundamntal Matrics Considr th problm of dtrmining th particular solution for an nsmbl of initial conditions For instanc,

More information

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012 Th van dr Waals intraction D. E. Sopr 2 Univrsity of Orgon 20 pril 202 Th van dr Waals intraction is discussd in Chaptr 5 of J. J. Sakurai, Modrn Quantum Mchanics. Hr I tak a look at it in a littl mor

More information

Homotopy perturbation technique

Homotopy perturbation technique Comput. Mthods Appl. Mch. Engrg. 178 (1999) 257±262 www.lsvir.com/locat/cma Homotopy prturbation tchniqu Ji-Huan H 1 Shanghai Univrsity, Shanghai Institut of Applid Mathmatics and Mchanics, Shanghai 272,

More information

Solution of Assignment #2

Solution of Assignment #2 olution of Assignmnt #2 Instructor: Alirza imchi Qustion #: For simplicity, assum that th distribution function of T is continuous. Th distribution function of R is: F R ( r = P( R r = P( log ( T r = P(log

More information

REPRESENTATIONS OF LIE GROUPS AND LIE ALGEBRAS

REPRESENTATIONS OF LIE GROUPS AND LIE ALGEBRAS REPRESENTATIONS OF LIE GROUPS AND LIE ALGEBRAS JIAQI JIANG Abstract. This papr studis th rlationship btwn rprsntations of a Li group and rprsntations of its Li algbra. W will mak th corrspondnc in two

More information

Differentiation of Exponential Functions

Differentiation of Exponential Functions Calculus Modul C Diffrntiation of Eponntial Functions Copyright This publication Th Northrn Albrta Institut of Tchnology 007. All Rights Rsrvd. LAST REVISED March, 009 Introduction to Diffrntiation of

More information

VALUING SURRENDER OPTIONS IN KOREAN INTEREST INDEXED ANNUITIES

VALUING SURRENDER OPTIONS IN KOREAN INTEREST INDEXED ANNUITIES VALUING SURRENDER OPTIONS IN KOREAN INTEREST INDEXED ANNUITIES Changi Kim* * Dr. Changi Kim is Lcturr at Actuarial Studis Faculty of Commrc & Economics Th Univrsity of Nw South Wals Sydny NSW 2052 Australia.

More information