Perfect Matchings via Uniform Sampling in Regular Bipartite Graphs

Size: px
Start display at page:

Download "Perfect Matchings via Uniform Sampling in Regular Bipartite Graphs"

Transcription

1 Perfect Matchigs via Uiform Samplig i Regular Bipartite Graphs Ashish Goel Michael Kapralov Sajeev Khaa Abstract I this paper we further ivestigate the well-stuie problem of fiig a perfect matchig i a regular bipartite graph. The first o-trivial algorithm, with ruig time O(m), ates back to Köig s work i 1916 (here m = is the umber of eges i the graph, is the umber of vertices, a is the egree of each oe). The curretly most efficiet algorithm takes time O(m), a is ue to Cole, Ost, a Schirra. We improve this ruig time to O(mi{m,.5 l }); this miimum ca ever be larger tha O( 1.75 l ). We obtai this improvemet by provig a uiform samplig theorem: if we sample each ege i a -regular bipartite graph iepeetly with a probability p = O( l ) the the resultig graph has a perfect matchig with high probability. The proof ivolves a ecompositio of the graph ito pieces which are guaratee to have may perfect matchigs but o ot have ay small cuts. We the establish a correspoece betwee potetial witesses to o-existece of a matchig (after samplig) i ay piece a cuts of comparable size i that same piece. Karger s samplig theorem for preservig cuts i a graph ca ow be aapte to prove our uiform samplig theorem for preservig perfect matchigs. Usig the O(m ) algorithm (ue to Hopcroft a Karp) for fiig maximum matchigs i bipartite graphs o the sample graph the yiels the state ruig time. We also provie a ifiite family of istaces to show that our uiform samplig result is tight up to poly-logarithmic factors (i fact, up to l ). 1 Itrouctio A bipartite graph G =(U, V, E) with vertex set U V a ege set E U V is sai to be regular if every vertex has the same egree. We use m = to eote the umber of eges i G a to represet the umber of vertices i U (as a cosequece of regularity, U a V have the same size). Regular bipartite graphs have bee the subject of much stuy. Raom regular bipartite graphs represet some of the simplest examples of expaer graphs [1]. These graphs are also use to Departmets of Maagemet Sciece a Egieerig a (by courtesy) Computer Sciece, Stafor Uiversity. ashishg@stafor.eu. Research supporte by NSF ITR grat , NSF CAREER awar 03396, a a Alfre P. Sloa fellowship. Istitute for Computatioal a Mathematical Egieerig, Stafor Uiversity. kapralov@stafor.eu. Departmet of Computer a Iformatio Sciece, Uiversity of Pesylvaia, Philaelphia PA. sajeev@cis.upe.eu. Supporte i part by a Guggeheim Fellowship, a IBM Faculty Awar, a by NSF Awar CCF moel scheulig, routig i switch fabrics, a taskassigmet problems (sometimes via ege colorig, as escribe below) [1, 6]. A regular bipartite graph of egree ca be ecompose ito exactly perfect matchigs, a fact that is a easy cosequece of Hall s theorem [4]. Fiig a matchig i a regular bipartite graph is a well-stuie problem, startig with the algorithm of Köig i 1916, which is ow kow to ru i time O(m) [11]. The well-kow bipartite matchig algorithm of Hopcroft a Karp [8] ca be use to obtai a ruig time of O(m ). I graphs where is a power of, the followig simple iea, ue to Gabow a Kariv [7], leas to a algorithm with O(m) ruig time. First, compute a Euler tour of the graph (i time O(m)) a the follow this tour i a arbitrary irectio. Exactly half the eges will go from left to right; these form a regular bipartite graph of egree /. The total ruig time T (m) thus follows the recurrece T (m) = O(m) + T (m/) which yiels T (m) = O(m). Exteig this iea to the geeral case prove quite har, a after a series of improvemets (eg. by Cole a Hopcroft [5], a the by Schrijver [13] to O(m)), Cole, Ost, a Schirra [6] gave a O(m) algorithm for the case of geeral. The mai iterest of Cole, Ost, a Schirra was i ege colorig of geeral bipartite graphs of maximum egree, where fiig perfect matchigs i regular bipartite graphs is a importat subroutie. Fiig perfect matchigs i regular bipartite graphs is also closely relate to the problem of fiig a Birkhoff vo Neuma ecompositio of a oubly stochastic matrix [3, 16]. I this paper we preset a algorithm for fiig a perfect matchig i a regular bipartite graph that rus i time O(mi{m,.5 l }). It is easy to see that this miimum ca ever be larger tha O( 1.75 l ). This is a sigificat improvemet over the ruig time of Cole, Ost, a Schirra whe the bipartite graph is relatively ese. We first prove (Theorem.1 i sectio ) that if we sample the eges of a regular bipartite graph iepeetly a uiformly at rate p = O( l ), the the resultig graph has a perfect matchig with high probability. The resultig graph has O(mp) eges i expectatio, a ruig the bipartite

2 matchig algorithm of Hopcroft a Karp gives a expecte ruig time of O(.5 l ). Sice we kow this ruig time i avace, we ca choose the better of m a.5 l i avace. It is worth otig that uiform samplig ca easily be implemete i O(1) time per sample ege assumig that the ata is give i ajacecy list format, with each list store i a array, a assumig that log bit raom umbers ca be geerate i oe time step 1. We believe that our samplig result is also iepeetly iterestig as a combiatorial fact. The proof of our samplig theorem relies o a sequetial ecompositio proceure that creates a vertex-isjoit collectio of subgraphs, each subgraph cotaiig may perfect matchigs o its uerlyig vertex set. We the show that if we uiformly sample eges i each ecompose subgraph at a suitably chose rate, with high probability at least oe perfect matchig survives i each ecompose subgraph. This is establishe by usig Karger s samplig theorem [9, 10] i each subgraph. A effective use of Karger s samplig theorem requires the mi-cuts to be large, a property that is ot ecessarily true i the origial graph. For istace, G coul be a uio of two isjoit -regular bipartite graphs, i which case the mi-cut is 0; o-pathological examples are also easy to obtai. However, our serial ecompositio proceure esures that the mi-cuts are large i each ecompose subgraph. We the establish a 1-1 correspoece betwee possible Hall s theorem couter-examples i each subgraph a cuts of comparable size i that subgraph. Sice Karger s samplig theorem is base o coutig cuts of a certai size, this couplig allows us to claim (with high probability) that o possible couterexample to Hall s theorem exists i the sample graph. O a relate ote, Beczur [] presete aother samplig algorithm which geerates O( l ) eges that approximate all cuts; however this samplig algorithm, as well as recet improvemets [15, 14] take Ω(m) time to geerate the sample graph. Hece these approaches o ot irectly help i improvig upo the alreay kow O(m) ruig time for fiig perfect matchigs i - regular bipartite graphs. The samplig rate we provie may seem couterituitive; a superficial aalogy with Karger s samplig theorem or Beczur s work might suggest that samplig a total of O( l ) eges shoul suffice. We show (Theorem 4.1, sectio 4) that this is ot the case. I particular, we preset a family of graphs where uiform samplig at rate o( ) results i a vaishigly low prob- l 1 Eve if we assume that oly oe raom bit ca be geerate i oe time step, the ruig time of our algorithm remais ualtere sice the Hopcroft-Karp algorithm icurs a overhea of per sample ege ayway. ability that the sample subgraph has a perfect matchig. Thus, our samplig rate is tight up to factors of O(l ). This lower bou suggests two promisig irectios for further research: esigig a efficietly implemetable o-uiform samplig scheme, a esigig a algorithm that rus faster tha Hopcroft-Karp s algorithm for ear-regular bipartite graphs (sice the egree of each vertex i the sample subgraph will be cocetrate arou the expectatio). Uiform Samplig for Perfect Matchigs: A Upper Bou I this sectio, we will establish our mai samplig theorem state below. We will the show i Sectio 3 that this theorem immeiately yiels a O( 1.75 l ) time algorithm for fiig a perfect matchig i regular bipartite graphs. Theorem.1. There exists a costat c such that give a -regular bipartite graph G(U, V, E), a subgraph G of G geerate by samplig the eges i G uiformly at raom with probability p = matchig with high probability. c l cotais a perfect Our proof is base o a ecompositio proceure that partitios the give graph ito a vertex-isjoit collectio of subgraphs such that (i) the miimum cut i each subgraph is large, a (ii) each subgraph cotais Ω() perfect matchigs o its vertices. We the show that for a suitable choice of samplig rate, w.h.p. at least oe perfect matchig survives i each subgraph. The uio of these perfect matchigs the gives us a perfect matchig i the origial graph. We emphasize here that the ecompositio proceure is merely a artifact for our proof techique. Note that the theorem is trivially true whe is O( l ). follows, we assume that is Ω( l ). So i what.1 Hall s Theorem Witess Sets Let G(U, V, E) be a bipartite graph. We shall use the followig otatio. For a graph G a a set of vertices W we eote the umber of eges crossig the bouary of W i G by δ G (W ). Also, we eote the vertex set of G by V (G). A pair (A, B) with A U a B V is sai to be a left relevat pair to Hall s theorem if A > B. Similarly, a pair (A, B) with A U a B V is sai to be a right relevat pair to Hall s theorem if A < B. Give a left relevat pair (A, B), we eote by E(A, B) the set of eges i E (A (V \B)). Similarly, give a right relevat pair (A, B), we eote by E(A, B) the set of eges i E ((U \A) B). We refer to the set E(A, B) as a witess ege set if (A, B) is a left or right relevat pair. By Hall s theorem (see, for istace, [4]),

3 to prove Theorem.1 it suffices to show that w.h.p. i the sample graph G, at least oe ege is chose from each witess set. We will focus o a sub-class of relevat pairs, referre to as miimal relevat pairs. A left relevat pair (A, B) is miimal if there oes ot exist aother left relevat pair (A,B ) with A A a E(A,B ) E(A, B). Miimal right relevat pairs are similarly efie. A witess ege set correspoig to a miimal left relevat pair or a miimal right relevat pair is calle a miimal left witess set or a miimal right witess set, respectively. If a graph G has a perfect matchig, every miimal witess set must be o-empty. It also follows that ay subgraph of G that iclues at least oe ege from every miimal witess set must have a perfect matchig. A key iea uerlyig our proof is a mappig from miimal witess sets i G to istict cuts i G. I particular, we will map each miimal left witess set E(A, B) to the cut δ G (A B). The theorem below shows that this is a oe-to-oe mappig. The aalogous theorem hols for miimal right witess sets. Theorem.. Let G(U, V, E) be a bipartite graph that has at least oe perfect matchig. If (A, B) a (A,B ) are miimal left relevat pairs i G with E(A, B) E(A,B ), the δ G (A B) δ G (A B ). Proof. Assume by way of cotraictio that there exist miimal left relevat pairs (A, B) a (A,B ) i G with E(A, B) E(A,B ) but δ G (A B) =δ G (A B ). The the followig coitios must be satisfie for ay ege (u, v) E : A1. If u (A\A ) (A \A) the v (B \B ) (B \B). To see this, assume w.l.o.g. that u A \ A, a the ote that if v B B, the (u, v) δ G (A B ) but (u, v) δ G (A B). A cotraictio. Similarly, if v V \(B B ), the (u, v) δ G (A B) but (u, v) δ G (A B ). A cotraictio. A. If u (A A ) the v (B \ B ) (B \ B). To see this, cosier w.l.o.g. that v (B \ B ). The (u, v) δ G (A B ) but (u, v) δ G (A B). A cotraictio. I what follows, we slightly abuse the otatio a give ay (ot ecessarily relevat) pair (C, D) with C U a D V, we eote by E(C, D) the set of eges i E (C (V \D)). As a immeiate corollary of the properties A1 a A, we ow obtai the followig cotaimet results: B1. E(A \ A,B\ B ) E(A, B). This follows irectly from property A1 above. B. E(A A,B B ) E(A, B). This follows irectly from property A above. We ow cosier three possible cases base o the relatioship betwee A a A, a establish a cotraictio for each case. Case 1: A A =. By property A1, if u A A the v B B. I other wors, there are o eges from A A to vertices outsie B B. Sice A A = A + A > B + B, this cotraicts our assumptio that G has at least oe perfect matchig. Case : A = A. For ay ege (u, v) with u A, property A shows that v (B \ B ) (B \ B). The E(A, B) =E(A,B ). A cotraictio. Case 3: A A a A A. Assume w.l.o.g. that A \ A. Sice A > B, it must be that either A \ A > B \ B or A A > B B. If A \ A > B \ B, the (A \ A,B\ B ) is a left relevat pair, a by B1, it cotraicts the fact that (A, B) is a miimal left relevat pair. If A A > B B, the (A A,B B ) is a left relevat pair set, a by B, it cotraicts the fact that (A, B) is a miimal left relevat pair.. A Decompositio Proceure Give a -regular bipartite graph o vertices, we will first show that it ca be partitioe ito k = O(/) vertex isjoit graphs G 1 (U 1,V 1,E 1 ),G (U,V,E ),..., G k (U k,v k,e k ) such that each graph G i satisfies the followig properties: P1. the size of a miimum cut i G i (U i,v i,e i ) is strictly greater tha α = 4. P. δ G (U i V i ) / (hece G i cotais at least / ege-isjoit perfect matchigs). The ecompositio proceure is as follows. Iitialize H 1 = G, a set i = Fi a smallest subset X i V (H i ) such that δ Hi (X i ) α. If o such set X i exists, the the ecompositio proceure termiates.. Defie G i to be the subgraph of H i iuce by the vertices i X i. Also, let M i eote the umber of eges i the cut δ Hi (X i ). 3. Defie H i+1 as H i with vertices from X i remove. 4. Icremet i, a go to step (1). We ow prove the followig properties of the ecompositio proceure.

4 Propositio.1. The ecompositio proceure outlie above satisfies properties P1 a P. Proof. We start by provig that property P1 is satisfie. Suppose that there exists a cut (C, D) i G i of value less tha α, i.e. C D = X i a δ Gi (C) =δ Gi (D) α. We have δ Hi (C) \ δ Gi (C) + δ Hi (D) \ δ Gi (D) α by the choice of X i i (1). Suppose without loss of geerality that δ Hi (C) \ δ Gi (C) α. The δ Hi (C) α a C X i, which cotraicts the choice of X i as the smallest cut of value at most α i step (1) of the proceure. It remais to show that δ G (U i V i ) / for all i. I orer to establish this property, it suffices to show that k i=1 M i / (recall that M i = δ Hi (X i ) ). We prove the followig statemets by iuctio o k, the umber of ecompositio steps: 1. U k V k ;. k i=1 M i /; 3. k /. Base: k = 1 Sice α = /, we have M 1 /. It remais to show that G 1 (U 1,V 1,E 1 ) has at least vertices. Cosier ay vertex u U 1. Let j / be the umber of eges i δ H1 (U 1 V 1 ) that are iciet o vertex u. The u must have exactly ( j) eighbors i V 1. Sice δ H1 (U 1 V 1 ) /, at least oe vertex amog the eighbors of u i V 1 must have all its eighbors isie U 1. Thus U 1. Similarly, we ca show that V 1. Iuctive step: k k + 1 Suppose that the k-th step has bee execute a the algorithm has ot termiate yet. Sice k / by the iuctive hypothesis, we have k ( ) i=1 M i (/) (α) = (/) /. Cosier the cut (X k,h k \ X k ) of H k. It follows from the previous estimate that δ Hk (X k ) δ G (X k ) /. Hece, we coclue as i the base case that X k a H k \X k. Sice at every ecompositio step j k at least vertices were remove from the graph, we have k +1 /..3 Proof of Theorem.1 We ow argue that if the graph G is obtaie by uiformly samplig the eges of G with probability p = Θ ( ) l α, the w.h.p. G cotais a perfect matchig. It suffices to show that i each graph G i obtaie i the ecompositio proceure, every miimal witess set is hit w.h.p. i the sample graph (that is, at least oe ege i each miimal witess set is chose i the sample graph). This esures that at least oe perfect matchig survives isie each G i. A uio of these perfect matchigs the gives us a perfect matchig of G i the sample graph G. Fix a graph G i (U i,v i,e i ). Let (A, B) be a left or a right relevat pair i G i. Usig the fact that our startig graph G is -regular, we get δ G (A B) E(A, B). Let m A,m B eote the umber of eges i G that coect oes i A, B respectively to oes outsie G i. The δ Gi (A B) E(A, B) m A m B. By property P, sice δ G (U i V i ) /, it follows that E(A, B) E i E(A, B) /. Also, by efiitio, E(A, B) E i E(A, B) m A m B. Combiig, we obtai: δ Gi (A B) E(A, B) E i /. Thus the set E(A, B) E i cotais at least half as may eges as the the cut δ Gi (A B). We will ow utilize the followig samplig result ue to Karger [10]: Theorem.3. [10] Let G i be a uirecte graph o at most vertices, a let κ be the size of a miimum cut i G i. There exists a positive costat c such that for ay ɛ (0, 1), if we sample the eges i G i uiformly with probability at least p = c ( ) l κɛ, the every cut i G i is preserve to withi (1 ± ɛ) of its expecte value with probability at least 1 1/ Ω(1). Thus the samplig probability eee to esure that all cuts are preserve close to their expecte value, is iversely relate to the size of a miimum cut i the graph. We ow show use the theorem above to prove that at least oe perfect matchig survives i each graph G i whe eges are sample with probability specifie i Theorem.1. By Property P1, we kow that the size of a miimum cut i G i is at least α = /4. Fix a ɛ (0, 1). The theorem above implies that if we sample eges i G i with probability p = Θ ( ) l αɛ, the for every relevat pair (A, B), w.h.p. the sample graph cotais (1 ± ɛ)p δ Gi (A B) = Ω(l ) eges from the set δ Gi (A B). Note that the set δ Gi (A B) is ot a Hall s theorem witess ege set. However, by Theorem.1, we kow that for every left (right) miimal witess ege set

5 E(A, B) E i, we ca associate a istict cut, amely δ Gi (A B), of size at most twice E(A, B) E i. We ow show that this correspoece ca be use to irectly aapt Karger s proof of Theorem.3 to claim that every witess ege set i G i is preserve to withi (1 ± ɛ) of its expecte value. We remi the reaer that the proof of Karger s theorem is base o a applicatio of uio bou over all cuts i the graph. I particular, it is show that the umber of cuts of size at most β times the miimum cut size is boue by β. O the other ha, for the samplig rate give i Theorem.3, we ca use Cheroff bous to claim that the probability that a cut of size β times the miimum cut eviates by (1 ± ɛ) from its expecte value is at most 1/ Ω(β). The theorem follows by combiig these two facts. Withi ay piece of the ecompositio, let c i be the umber of cuts of size i a let w i be the umber of miimal witess sets of size i. We kow by the correspoece argumet above that every Hall s theorem miimal witess set of size i correspos to a cut of size at most i, a at most two miimal witess sets (oe left a oe right) correspo to the same cut. Now, give a samplig probability p, the probability that oe of the eges i some miimal witess set are sample is at most i w i(1 p) i, which is at most i c i(1 p) i/. Therefore the probability that there is o matchig i this piece ca be at most twice the expressio use i Karger s theorem to bou the probability that there exists a cut from which o ege is sample whe the samplig rate is q, where 1 q = (1 p) 1/, or p =q q. Hece, it is sufficiet to use a samplig rate which is twice that require by Karger s samplig theorem to coclue that a perfect matchig survives with probability at least 1 1/ Ω(1). Puttig everythig together, the sample graph G will have a perfect matchig w.h.p. as log as we sample the eges with probability p > c l α for a sufficietly large costat c, thus completig the proof of theorem.1. We have mae o attempt to optimize the costats i this proof (a upper bou 1 l of α follows from the reasoig above). I fact, i a implemetatio, we ca use geometrically icreasig samplig rates util either the sample graph has a perfect matchig, or the samplig rate becomes so large that the expecte ruig time of Hopcroft a Karp [8] algorithm is Ω(m). 3 A Faster Algorithm for Perfect Matchigs i Regular Bipartite Graphs We ow show that the samplig theorem from the preceig sectio ca be use to obtai a faster raomize algorithm for fiig perfect matchigs i -regular bipartite graphs. Theorem 3.1. There exists a O(mi{m,.5 l }) expecte time algorithm for fiig a perfect matchig i a -regular bipartite graph with vertices a m = eges. Proof. Let G be a -regular bipartite graph with vertices a m = eges. If 3/4 l, we use the O(m) time algorithm of Cole, Ost, a Schirra [6] for fiig a perfect matchig i a -regular bipartite graph. It is easy to see that m.5 l i this case. Otherwise, we sample the eges i G at a rate of c l p = for some suitably large costat c (c = 48 suffices by the reasoig from the previous sectio), a by Theorem.1, the sample graph G cotais a perfect matchig w.h.p. The expecte umber of eges, say m, i the sample graph G is O( l ). We ca ow use the algorithm of Hopcroft a Karp [8] to fi a maximum matchig i the bipartite graph G i expecte time O(m ). The samplig is the repeate if o perfect matchig exists i G. This takes O(.5 l ) expecte ruig time. Hece, the algorithm takes O(mi{m,.5 l }) expecte time. Note that by abortig the computatio wheever the umber of sample eges is more tha twice the expecte value, the above algorithm ca be easily coverte to a Mote-Carlo algorithm with a worst-case ruig time of O(mi{m,.5 l }) a a probability of success = 1 o(1). Fially, it is easy to verify that the state ruig time ever excees O( 1.75 l ). 4 Uiform Samplig for Perfect Matchigs: A Lower Bou We ow preset a costructio that shows that the uiform samplig rate of Theorem.1 is optimal to withi a factor of O(l ). As before, for ay graph G the graph obtaie by samplig the eges of G uiformly with probability p is eote by G. Theorem 4.1. Let () be a o-ecreasig positive iteger value fuctio such that for some fixe iteger 0, it always satisfies oe of the followig two coitios for all 0 : (a) () / l, or (b) / l < () / l. The there exists a family of ()- regular bipartite graphs G with + o() vertices such that the probability that the graph G, obtaie by samplig eges of G with probability p, has a perfect matchig goes to zero faster tha ay iverse polyomial fuctio i if p = o(1) whe () satisfies coitio (a) above, a if ( p = o (()) l whe () satisfies coitio (b) above. )

6 Proof. Note that the theorem asserts that essetially o samplig ca be oe whe () / l. We shall omit the epeece o i () to simplify otatio. Defie H (k) =(U, V, E), 0 k, as a bipartite graph with U = V = such that k vertices i U (respectively V ) have egree ( 1) a the remaiig vertices have egree. We will call the vertices of egree ( 1) eficiet. Clearly, for ay 0 k, the graph H (k) exists: startig with a -regular bipartite graph o vertices, we ca remove a arbitrary subset of k eges that belog to a perfect matchig i the graph. I the followig costructio, we will use copies of H (k) as builig blocks to create our fial istace. I oig so, oly the set of eficiet vertices i a copy of H (k) will be coecte to (eficiet) vertices i other copies i our costructio. We ow efie a -regular bipartite graph G. Let γ = l (ote that γ sice / l ). We choose W =, k j = γ for 1 j < W, a γ k W = γ(w 1) γ. We also efie K() = l if () / l a K() = otherwise. The graph G cosists of K() W copies of H (k) that we iex as {H i,j } 1 i K(),1 j W. The subgraph H i,j is a copy of H (kj), where k j is as efie above. Note that the sum of the umber of eficiet vertices over each of the parts of H i,j, 1 j W, equals for all fixe i. Moreover, the umber of eficiet vertices i H i,j is the same for all i whe j is hel fixe. We ow itrouce two istiguishe vertices u a v a a aitioal eges as follows: 1. For every 1 i<k() a for every 1 j W, all eficiet vertices i part V of H i,j are matche to the eficiet vertices i part U of H i+1,j (that is, we isert a arbitrary matchig betwee these two sets of vertices);. All eficiet vertices i part U of H 1,j for 1 j W are coecte to u; 3. All eficiet vertices i part V of H K(),j for 1 j W are coecte to v. Essetially, we are coectig the graphs H i,j for fixe j i series via their eficiet vertices, a the coectig the left es of these chais to the istiguishe vertex u a the right es of the chais to the istiguishe vertex v. We ote that the graph G costructe as escribe above is a -regular bipartite graph with K()W + = + o() vertices. Cosier the sample graph G. Suppose G has a perfect matchig M. I the matchig M, if u is matche to a vertex i part U of H 1,j for some 1 j W, the there must be a vertex i part V of H 1,j that is matche to a vertex i part U of H,j. Proceeig i the same way, oe coclues that for every i, 1 i<k() there must be a vertex i part V of H i,j that is matche to a vertex i part U of H i+1,j. Fially, vertex v must be matche to a vertex i part V of H K(),j. This implies that the sample graph G ca have a perfect matchig oly if at least oe ege survives i G betwee every pair of ajacet elemets i the sequece below: u H 1,j H,j... H K() 1,j H K(),j v. Now suppose that we sample eges uiformly with probability p. It follows from the costructio of G that for ay fixe j, the probability that at least oe ege survives betwee every pair of ajacet elemets i the sequece u H 1,j H,j... H K() 1,j H K(),j v is equal to ( 1 (1 p) kj ) K()+1 (pkj ) K()+1. Hece, the probability that at least oe such path survives i G is at most W ( ) K()+1 p max k j 1 j W by the uio bou. Whe () / l, we have γ = 1, W =, k j = 1 a K() = /. So the bou trasforms to (4.1) Wp K()+1 = p / +1, which goes to zero faster tha ay iverse polyomial fuctio i whe p = o(1) sice K() = / = Ω(l ). Whe / l, we have k j γ where γ = l, W = bou becomes (4.) γ W (pγ) K()+1 = a K() = l. (pγ) l +1, γ Hece, the which goes to zero faster tha ay iverse polyomial fuctio i whe p = o ( l ). This completes the proof of the theorem. The costructio give i Theorem 4.1 shows that the samplig upper bou for preservig a perfect matchig prove i Theorem.1 is tight up to a factor of O(l ). Ackowlegmets We thak Rajat Bhattacharjee for may helpful iscussios i the early stages of this work.

7 Refereces [1] G. Aggarwal, R. Motwai, D. Shah, a A. Zhu. Switch scheulig via raomize ege colorig. FOCS, 003. [] A. Beczur. Cut structures a raomize algorithms i ege-coectivity problems. PhD Thesis, [3] G. Birkhoff. Tres observacioes sobre el algebra lieal. Uiv. Nac. Tucumá Rev. Ser. A, 5: , [4] B. Bollobas. Moer graph theory. Spriger, [5] R. Cole a J.E. Hopcroft. O ege colorig bipartite graphs. SIAM J. Comput., 11(3): , 198. [6] R. Cole, K. Ost, a S. Schirra. Ege-colorig bipartite multigraphs i O(E log D) time. Combiatorica, 1(1):5 1, 001. [7] H.N. Gabow a O. Kariv. Algorithms for ege colorig bipartite graphs a multigraphs. SIAM J. Comput., 11(1):117 19, 198. [8] J.E. Hopcroft a R.M. Karp. A 5/ algorithm for maximum matchigs i bipartite graphs. SIAM J. Comput., (4):5 31, [9] D. Karger. Raom samplig i cut, flow, a etwork esig problems. Proceeigs of the twety-sixth aual ACM symposium o Theory of computig, pages , [10] D. Karger. Usig raomize sparsificatio to approximate miimum cuts. Proceeigs of the fifth aual ACM-SIAM symposium o Discrete algorithms, pages 44 43, [11] D. Köig. Uber graphe u ihre aweug auf etermietetheorie u megelehre. Math. Aale, 77:453465, [1] R. Motwai a P. Raghava. Raomize Algorithms. Cambrige Uiversity Press, [13] A. Schrijver. Bipartite ege colorig i O( m) time. SIAM J. o Comput., 8:841846, [14] D.A. Spielma a N. Srivastava. Graph sparsificatio by effective resistaces. STOC, pages , 008. [15] D.A. Spielma a S.-H. Teg. Nearly-liear time algorithms for graph partitioig, graph sparsificatio, a solvig liear systems. STOC, pages 81 90, 004. [16] J. vo Neuma. A certai zero-sum two-perso game equivalet to the optimal assigmet problem. Cotributios to the optimal assigmet problem to the Theory of Games, :5 1, 1953.

Sparsification using Regular and Weighted. Graphs

Sparsification using Regular and Weighted. Graphs Sparsificatio usig Regular a Weighte 1 Graphs Aly El Gamal ECE Departmet a Cooriate Sciece Laboratory Uiversity of Illiois at Urbaa-Champaig Abstract We review the state of the art results o spectral approximatio

More information

Algorithms in The Real World Fall 2002 Homework Assignment 2 Solutions

Algorithms in The Real World Fall 2002 Homework Assignment 2 Solutions Algorithms i The Real Worl Fall 00 Homewor Assigmet Solutios Problem. Suppose that a bipartite graph with oes o the left a oes o the right is costructe by coectig each oe o the left to raomly-selecte oes

More information

The Choice Number of Random Bipartite Graphs

The Choice Number of Random Bipartite Graphs Aals of Combiatorics 2 (998) **-** The Choice umber of Raom Bipartite Graphs oga Alo a Michael Krivelevich 2 Departmet of Mathematics, Raymo a Beverly Sackler Faculty of Exact Scieces, Tel Aviv Uiversity,

More information

Disjoint Systems. Abstract

Disjoint Systems. Abstract Disjoit Systems Noga Alo ad Bey Sudaov Departmet of Mathematics Raymod ad Beverly Sacler Faculty of Exact Scieces Tel Aviv Uiversity, Tel Aviv, Israel Abstract A disjoit system of type (,,, ) is a collectio

More information

Definition 2 (Eigenvalue Expansion). We say a d-regular graph is a λ eigenvalue expander if

Definition 2 (Eigenvalue Expansion). We say a d-regular graph is a λ eigenvalue expander if Expaer Graphs Graph Theory (Fall 011) Rutgers Uiversity Swastik Kopparty Throughout these otes G is a -regular graph 1 The Spectrum Let A G be the ajacecy matrix of G Let λ 1 λ λ be the eigevalues of A

More information

Modular orientations of random and quasi-random regular graphs

Modular orientations of random and quasi-random regular graphs Moular orietatios of raom a quasi-raom regular graphs Noga Alo Pawe l Pra lat Abstract Exteig a ol cojecture of Tutte, Jaeger cojecture i 1988 that for ay fixe iteger p 1, the eges of ay 4p-ege coecte

More information

6.451 Principles of Digital Communication II Wednesday, March 9, 2005 MIT, Spring 2005 Handout #12. Problem Set 5 Solutions

6.451 Principles of Digital Communication II Wednesday, March 9, 2005 MIT, Spring 2005 Handout #12. Problem Set 5 Solutions 6.51 Priciples of Digital Commuicatio II Weesay, March 9, 2005 MIT, Sprig 2005 Haout #12 Problem Set 5 Solutios Problem 5.1 (Eucliea ivisio algorithm). (a) For the set F[x] of polyomials over ay fiel F,

More information

On Random Line Segments in the Unit Square

On Random Line Segments in the Unit Square O Radom Lie Segmets i the Uit Square Thomas A. Courtade Departmet of Electrical Egieerig Uiversity of Califoria Los Ageles, Califoria 90095 Email: tacourta@ee.ucla.edu I. INTRODUCTION Let Q = [0, 1] [0,

More information

Axioms of Measure Theory

Axioms of Measure Theory MATH 532 Axioms of Measure Theory Dr. Neal, WKU I. The Space Throughout the course, we shall let X deote a geeric o-empty set. I geeral, we shall ot assume that ay algebraic structure exists o X so that

More information

An Introduction to Randomized Algorithms

An Introduction to Randomized Algorithms A Itroductio to Radomized Algorithms The focus of this lecture is to study a radomized algorithm for quick sort, aalyze it usig probabilistic recurrece relatios, ad also provide more geeral tools for aalysis

More information

A Graph-Theoretic Approach to Multitasking

A Graph-Theoretic Approach to Multitasking A Graph-Theoretic Approach to Multitaskig Noga Alo Joatha D. Cohe Bisawip Dey Tom Griffiths Sebastia Musslick Kayha Özcimer Daiel Reichma Igor Shikar Tal Wager Jue 2, 2017 Abstract A key feature of eural

More information

ALGEBRA HW 7 CLAY SHONKWILER

ALGEBRA HW 7 CLAY SHONKWILER ALGEBRA HW 7 CLAY SHONKWILER Prove, or isprove a salvage: If K is a fiel, a f(x) K[x] has o roots, the K[x]/(f(x)) is a fiel. Couter-example: Cosier the fiel K = Q a the polyomial f(x) = x 4 + 3x 2 + 2.

More information

Lecture 2. The Lovász Local Lemma

Lecture 2. The Lovász Local Lemma Staford Uiversity Sprig 208 Math 233A: No-costructive methods i combiatorics Istructor: Ja Vodrák Lecture date: Jauary 0, 208 Origial scribe: Apoorva Khare Lecture 2. The Lovász Local Lemma 2. Itroductio

More information

On triangular billiards

On triangular billiards O triagular billiars Abstract We prove a cojecture of Keyo a Smillie cocerig the oexistece of acute ratioal-agle triagles with the lattice property. MSC-iex: 58F99, 11N25 Keywors: Polygoal billiars, Veech

More information

Lecture 9: Hierarchy Theorems

Lecture 9: Hierarchy Theorems IAS/PCMI Summer Sessio 2000 Clay Mathematics Udergraduate Program Basic Course o Computatioal Complexity Lecture 9: Hierarchy Theorems David Mix Barrigto ad Alexis Maciel July 27, 2000 Most of this lecture

More information

4 The Sperner property.

4 The Sperner property. 4 The Sperer property. I this sectio we cosider a surprisig applicatio of certai adjacecy matrices to some problems i extremal set theory. A importat role will also be played by fiite groups. I geeral,

More information

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis Recursive Algorithms Recurreces Computer Sciece & Egieerig 35: Discrete Mathematics Christopher M Bourke cbourke@cseuledu A recursive algorithm is oe i which objects are defied i terms of other objects

More information

ACO Comprehensive Exam 9 October 2007 Student code A. 1. Graph Theory

ACO Comprehensive Exam 9 October 2007 Student code A. 1. Graph Theory 1. Graph Theory Prove that there exist o simple plaar triagulatio T ad two distict adjacet vertices x, y V (T ) such that x ad y are the oly vertices of T of odd degree. Do ot use the Four-Color Theorem.

More information

Balanced coloring of bipartite graphs

Balanced coloring of bipartite graphs Balaced colorig of bipartite graphs Uriel Feige Shimo Koga Departmet of Computer Sciece ad Applied Mathematics Weizma Istitute, Rehovot 76100, Israel uriel.feige@weizma.ac.il Jue 16, 009 Abstract Give

More information

BI-INDUCED SUBGRAPHS AND STABILITY NUMBER *

BI-INDUCED SUBGRAPHS AND STABILITY NUMBER * Yugoslav Joural of Operatios Research 14 (2004), Number 1, 27-32 BI-INDUCED SUBGRAPHS AND STABILITY NUMBER * I E ZVEROVICH, O I ZVEROVICH RUTCOR Rutgers Ceter for Operatios Research, Rutgers Uiversity,

More information

Product measures, Tonelli s and Fubini s theorems For use in MAT3400/4400, autumn 2014 Nadia S. Larsen. Version of 13 October 2014.

Product measures, Tonelli s and Fubini s theorems For use in MAT3400/4400, autumn 2014 Nadia S. Larsen. Version of 13 October 2014. Product measures, Toelli s ad Fubii s theorems For use i MAT3400/4400, autum 2014 Nadia S. Larse Versio of 13 October 2014. 1. Costructio of the product measure The purpose of these otes is to preset the

More information

Polynomial identity testing and global minimum cut

Polynomial identity testing and global minimum cut CHAPTER 6 Polyomial idetity testig ad global miimum cut I this lecture we will cosider two further problems that ca be solved usig probabilistic algorithms. I the first half, we will cosider the problem

More information

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ.

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ. 2 5. Weighted umber of late jobs 5.1. Release dates ad due dates: maximimizig the weight of o-time jobs Oce we add release dates, miimizig the umber of late jobs becomes a sigificatly harder problem. For

More information

The Boolean Ring of Intervals

The Boolean Ring of Intervals MATH 532 Lebesgue Measure Dr. Neal, WKU We ow shall apply the results obtaied about outer measure to the legth measure o the real lie. Throughout, our space X will be the set of real umbers R. Whe ecessary,

More information

Prime labeling of generalized Petersen graph

Prime labeling of generalized Petersen graph Iteratioal Joural of Mathematics a Soft Computig Vol.5, No.1 (015), 65-71. ISSN Prit : 49-338 Prime labelig of geeralize Peterse graph ISSN Olie: 319-515 U. M. Prajapati 1, S. J. Gajjar 1 Departmet of

More information

Problem Set 2 Solutions

Problem Set 2 Solutions CS271 Radomess & Computatio, Sprig 2018 Problem Set 2 Solutios Poit totals are i the margi; the maximum total umber of poits was 52. 1. Probabilistic method for domiatig sets 6pts Pick a radom subset S

More information

arxiv: v4 [math.co] 5 May 2011

arxiv: v4 [math.co] 5 May 2011 A PROBLEM OF ENUMERATION OF TWO-COLOR BRACELETS WITH SEVERAL VARIATIONS arxiv:07101370v4 [mathco] 5 May 011 VLADIMIR SHEVELEV Abstract We cosier the problem of eumeratio of icogruet two-color bracelets

More information

Lecture 14: Randomized Computation (cont.)

Lecture 14: Randomized Computation (cont.) CSE 200 Computability ad Complexity Wedesday, May 15, 2013 Lecture 14: Radomized Computatio (cot.) Istructor: Professor Shachar Lovett Scribe: Dogcai She 1 Radmized Algorithm Examples 1.1 The k-th Elemet

More information

Lecture Notes for Analysis Class

Lecture Notes for Analysis Class Lecture Notes for Aalysis Class Topological Spaces A topology for a set X is a collectio T of subsets of X such that: (a) X ad the empty set are i T (b) Uios of elemets of T are i T (c) Fiite itersectios

More information

Lecture 4: April 10, 2013

Lecture 4: April 10, 2013 TTIC/CMSC 1150 Mathematical Toolkit Sprig 01 Madhur Tulsiai Lecture 4: April 10, 01 Scribe: Haris Agelidakis 1 Chebyshev s Iequality recap I the previous lecture, we used Chebyshev s iequality to get a

More information

Fundamental Theorem of Algebra. Yvonne Lai March 2010

Fundamental Theorem of Algebra. Yvonne Lai March 2010 Fudametal Theorem of Algebra Yvoe Lai March 010 We prove the Fudametal Theorem of Algebra: Fudametal Theorem of Algebra. Let f be a o-costat polyomial with real coefficiets. The f has at least oe complex

More information

Lecture 2: April 3, 2013

Lecture 2: April 3, 2013 TTIC/CMSC 350 Mathematical Toolkit Sprig 203 Madhur Tulsiai Lecture 2: April 3, 203 Scribe: Shubhedu Trivedi Coi tosses cotiued We retur to the coi tossig example from the last lecture agai: Example. Give,

More information

Week 5-6: The Binomial Coefficients

Week 5-6: The Binomial Coefficients Wee 5-6: The Biomial Coefficiets March 6, 2018 1 Pascal Formula Theorem 11 (Pascal s Formula For itegers ad such that 1, ( ( ( 1 1 + 1 The umbers ( 2 ( 1 2 ( 2 are triagle umbers, that is, The petago umbers

More information

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS

THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS THE ASYMPTOTIC COMPLEXITY OF MATRIX REDUCTION OVER FINITE FIELDS DEMETRES CHRISTOFIDES Abstract. Cosider a ivertible matrix over some field. The Gauss-Jorda elimiatio reduces this matrix to the idetity

More information

Large holes in quasi-random graphs

Large holes in quasi-random graphs Large holes i quasi-radom graphs Joaa Polcy Departmet of Discrete Mathematics Adam Mickiewicz Uiversity Pozań, Polad joaska@amuedupl Submitted: Nov 23, 2006; Accepted: Apr 10, 2008; Published: Apr 18,

More information

Application to Random Graphs

Application to Random Graphs A Applicatio to Radom Graphs Brachig processes have a umber of iterestig ad importat applicatios. We shall cosider oe of the most famous of them, the Erdős-Réyi radom graph theory. 1 Defiitio A.1. Let

More information

Math778P Homework 2 Solution

Math778P Homework 2 Solution Math778P Homework Solutio Choose ay 5 problems to solve. 1. Let S = X i where X 1,..., X are idepedet uiform { 1, 1} radom variables. Prove that E( S = 1 ( 1 1 Proof by Day Rorabaugh: Let S = X i where

More information

HOMEWORK 2 SOLUTIONS

HOMEWORK 2 SOLUTIONS HOMEWORK SOLUTIONS CSE 55 RANDOMIZED AND APPROXIMATION ALGORITHMS 1. Questio 1. a) The larger the value of k is, the smaller the expected umber of days util we get all the coupos we eed. I fact if = k

More information

Research Article On Some Bounds and Exact Formulae for Connective Eccentric Indices of Graphs under Some Graph Operations

Research Article On Some Bounds and Exact Formulae for Connective Eccentric Indices of Graphs under Some Graph Operations Iteratioal Combiatorics, Article ID 57957, 5 pages http://xoiorg/055/04/57957 Research Article O Some Bous a Exact Formulae for Coective Eccetric Iices of Graphs uer Some Graph Operatios Nilaja De, Aita

More information

Analytic Number Theory Solutions

Analytic Number Theory Solutions Aalytic Number Theory Solutios Sea Li Corell Uiversity sl6@corell.eu Ja. 03 Itrouctio This ocumet is a work-i-progress solutio maual for Tom Apostol s Itrouctio to Aalytic Number Theory. The solutios were

More information

MATH 324 Summer 2006 Elementary Number Theory Solutions to Assignment 2 Due: Thursday July 27, 2006

MATH 324 Summer 2006 Elementary Number Theory Solutions to Assignment 2 Due: Thursday July 27, 2006 MATH 34 Summer 006 Elemetary Number Theory Solutios to Assigmet Due: Thursday July 7, 006 Departmet of Mathematical ad Statistical Scieces Uiversity of Alberta Questio [p 74 #6] Show that o iteger of the

More information

Math F215: Induction April 7, 2013

Math F215: Induction April 7, 2013 Math F25: Iductio April 7, 203 Iductio is used to prove that a collectio of statemets P(k) depedig o k N are all true. A statemet is simply a mathematical phrase that must be either true or false. Here

More information

A Hadamard-type lower bound for symmetric diagonally dominant positive matrices

A Hadamard-type lower bound for symmetric diagonally dominant positive matrices A Hadamard-type lower boud for symmetric diagoally domiat positive matrices Christopher J. Hillar, Adre Wibisoo Uiversity of Califoria, Berkeley Jauary 7, 205 Abstract We prove a ew lower-boud form of

More information

Math 104: Homework 2 solutions

Math 104: Homework 2 solutions Math 04: Homework solutios. A (0, ): Sice this is a ope iterval, the miimum is udefied, ad sice the set is ot bouded above, the maximum is also udefied. if A 0 ad sup A. B { m + : m, N}: This set does

More information

Lecture #3. Math tools covered today

Lecture #3. Math tools covered today Toay s Program:. Review of previous lecture. QM free particle a particle i a bo. 3. Priciple of spectral ecompositio. 4. Fourth Postulate Math tools covere toay Lecture #3. Lear how to solve separable

More information

Introduction to expander graphs

Introduction to expander graphs Itrouctio to expaer graphs Michael A. Nielse 1, 1 School of Physical Scieces, The Uiversity of Queesla, Brisbae, Queesla 407, Australia Date: Jue, 005) I. INTRODUCTION TO EXPANDERS Expaer graphs are oe

More information

Chapter 2 Transformations and Expectations

Chapter 2 Transformations and Expectations Chapter Trasformatios a Epectatios Chapter Distributios of Fuctios of a Raom Variable Problem: Let be a raom variable with cf F ( ) If we efie ay fuctio of, say g( ) g( ) is also a raom variable whose

More information

On matchings in hypergraphs

On matchings in hypergraphs O matchigs i hypergraphs Peter Frakl Tokyo, Japa peter.frakl@gmail.com Tomasz Luczak Adam Mickiewicz Uiversity Faculty of Mathematics ad CS Pozań, Polad ad Emory Uiversity Departmet of Mathematics ad CS

More information

IP Reference guide for integer programming formulations.

IP Reference guide for integer programming formulations. IP Referece guide for iteger programmig formulatios. by James B. Orli for 15.053 ad 15.058 This documet is iteded as a compact (or relatively compact) guide to the formulatio of iteger programs. For more

More information

Spectral Partitioning in the Planted Partition Model

Spectral Partitioning in the Planted Partition Model Spectral Graph Theory Lecture 21 Spectral Partitioig i the Plated Partitio Model Daiel A. Spielma November 11, 2009 21.1 Itroductio I this lecture, we will perform a crude aalysis of the performace of

More information

k=1 s k (x) (3) and that the corresponding infinite series may also converge; moreover, if it converges, then it defines a function S through its sum

k=1 s k (x) (3) and that the corresponding infinite series may also converge; moreover, if it converges, then it defines a function S through its sum 0. L Hôpital s rule You alreay kow from Lecture 0 that ay sequece {s k } iuces a sequece of fiite sums {S } through S = s k, a that if s k 0 as k the {S } may coverge to the it k= S = s s s 3 s 4 = s k.

More information

Riesz-Fischer Sequences and Lower Frame Bounds

Riesz-Fischer Sequences and Lower Frame Bounds Zeitschrift für Aalysis ud ihre Aweduge Joural for Aalysis ad its Applicatios Volume 1 (00), No., 305 314 Riesz-Fischer Sequeces ad Lower Frame Bouds P. Casazza, O. Christese, S. Li ad A. Lider Abstract.

More information

(A sequence also can be thought of as the list of function values attained for a function f :ℵ X, where f (n) = x n for n 1.) x 1 x N +k x N +4 x 3

(A sequence also can be thought of as the list of function values attained for a function f :ℵ X, where f (n) = x n for n 1.) x 1 x N +k x N +4 x 3 MATH 337 Sequeces Dr. Neal, WKU Let X be a metric space with distace fuctio d. We shall defie the geeral cocept of sequece ad limit i a metric space, the apply the results i particular to some special

More information

Definition 4.2. (a) A sequence {x n } in a Banach space X is a basis for X if. unique scalars a n (x) such that x = n. a n (x) x n. (4.

Definition 4.2. (a) A sequence {x n } in a Banach space X is a basis for X if. unique scalars a n (x) such that x = n. a n (x) x n. (4. 4. BASES I BAACH SPACES 39 4. BASES I BAACH SPACES Sice a Baach space X is a vector space, it must possess a Hamel, or vector space, basis, i.e., a subset {x γ } γ Γ whose fiite liear spa is all of X ad

More information

Weakly Connected Closed Geodetic Numbers of Graphs

Weakly Connected Closed Geodetic Numbers of Graphs Iteratioal Joural of Mathematical Aalysis Vol 10, 016, o 6, 57-70 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/101988/ijma01651193 Weakly Coected Closed Geodetic Numbers of Graphs Rachel M Pataga 1, Imelda

More information

Solution. 1 Solutions of Homework 1. Sangchul Lee. October 27, Problem 1.1

Solution. 1 Solutions of Homework 1. Sangchul Lee. October 27, Problem 1.1 Solutio Sagchul Lee October 7, 017 1 Solutios of Homework 1 Problem 1.1 Let Ω,F,P) be a probability space. Show that if {A : N} F such that A := lim A exists, the PA) = lim PA ). Proof. Usig the cotiuity

More information

Recurrence Relations

Recurrence Relations Recurrece Relatios Aalysis of recursive algorithms, such as: it factorial (it ) { if (==0) retur ; else retur ( * factorial(-)); } Let t be the umber of multiplicatios eeded to calculate factorial(). The

More information

c. Explain the basic Newsvendor model. Why is it useful for SC models? e. What additional research do you believe will be helpful in this area?

c. Explain the basic Newsvendor model. Why is it useful for SC models? e. What additional research do you believe will be helpful in this area? 1. Research Methodology a. What is meat by the supply chai (SC) coordiatio problem ad does it apply to all types of SC s? Does the Bullwhip effect relate to all types of SC s? Also does it relate to SC

More information

Independence number of graphs with a prescribed number of cliques

Independence number of graphs with a prescribed number of cliques Idepedece umber of graphs with a prescribed umber of cliques Tom Bohma Dhruv Mubayi Abstract We cosider the followig problem posed by Erdős i 1962. Suppose that G is a -vertex graph where the umber of

More information

Bounds for the Extreme Eigenvalues Using the Trace and Determinant

Bounds for the Extreme Eigenvalues Using the Trace and Determinant ISSN 746-7659, Eglad, UK Joural of Iformatio ad Computig Sciece Vol 4, No, 9, pp 49-55 Bouds for the Etreme Eigevalues Usig the Trace ad Determiat Qi Zhog, +, Tig-Zhu Huag School of pplied Mathematics,

More information

Dense H-free graphs are almost (χ(h) 1)-partite

Dense H-free graphs are almost (χ(h) 1)-partite Dese H-free graphs are almost χh) 1)-partite Peter Alle arxiv:0907.815v1 [math.co] 22 Jul 2009 July 22, 2009 Abstract By usig the Szemerédi Regularity Lemma [9], Alo ad Sudakov [1] recetly exteded the

More information

Optimally Sparse SVMs

Optimally Sparse SVMs A. Proof of Lemma 3. We here prove a lower boud o the umber of support vectors to achieve geeralizatio bouds of the form which we cosider. Importatly, this result holds ot oly for liear classifiers, but

More information

Quantum Computing Lecture 7. Quantum Factoring

Quantum Computing Lecture 7. Quantum Factoring Quatum Computig Lecture 7 Quatum Factorig Maris Ozols Quatum factorig A polyomial time quatum algorithm for factorig umbers was published by Peter Shor i 1994. Polyomial time meas that the umber of gates

More information

Math 61CM - Solutions to homework 3

Math 61CM - Solutions to homework 3 Math 6CM - Solutios to homework 3 Cédric De Groote October 2 th, 208 Problem : Let F be a field, m 0 a fixed oegative iteger ad let V = {a 0 + a x + + a m x m a 0,, a m F} be the vector space cosistig

More information

Math 2784 (or 2794W) University of Connecticut

Math 2784 (or 2794W) University of Connecticut ORDERS OF GROWTH PAT SMITH Math 2784 (or 2794W) Uiversity of Coecticut Date: Mar. 2, 22. ORDERS OF GROWTH. Itroductio Gaiig a ituitive feel for the relative growth of fuctios is importat if you really

More information

AP Calculus BC Review Chapter 12 (Sequences and Series), Part Two. n n th derivative of f at x = 5 is given by = x = approximates ( 6)

AP Calculus BC Review Chapter 12 (Sequences and Series), Part Two. n n th derivative of f at x = 5 is given by = x = approximates ( 6) AP Calculus BC Review Chapter (Sequeces a Series), Part Two Thigs to Kow a Be Able to Do Uersta the meaig of a power series cetere at either or a arbitrary a Uersta raii a itervals of covergece, a kow

More information

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary

Recursive Algorithm for Generating Partitions of an Integer. 1 Preliminary Recursive Algorithm for Geeratig Partitios of a Iteger Sug-Hyuk Cha Computer Sciece Departmet, Pace Uiversity 1 Pace Plaza, New York, NY 10038 USA scha@pace.edu Abstract. This article first reviews the

More information

Lecture 1:Limits, Sequences and Series

Lecture 1:Limits, Sequences and Series Math 94 Professor: Paraic Bartlett Lecture :Limits, Sequeces a Series Week UCSB 205 This is the first week of the Mathematics Subject Test GRE prep course! We start by reviewig the cocept of a it, with

More information

Lecture 12: November 13, 2018

Lecture 12: November 13, 2018 Mathematical Toolkit Autum 2018 Lecturer: Madhur Tulsiai Lecture 12: November 13, 2018 1 Radomized polyomial idetity testig We will use our kowledge of coditioal probability to prove the followig lemma,

More information

Math 475, Problem Set #12: Answers

Math 475, Problem Set #12: Answers Math 475, Problem Set #12: Aswers A. Chapter 8, problem 12, parts (b) ad (d). (b) S # (, 2) = 2 2, sice, from amog the 2 ways of puttig elemets ito 2 distiguishable boxes, exactly 2 of them result i oe

More information

Lecture XVI - Lifting of paths and homotopies

Lecture XVI - Lifting of paths and homotopies Lecture XVI - Liftig of paths ad homotopies I the last lecture we discussed the liftig problem ad proved that the lift if it exists is uiquely determied by its value at oe poit. I this lecture we shall

More information

# fixed points of g. Tree to string. Repeatedly select the leaf with the smallest label, write down the label of its neighbour and remove the leaf.

# fixed points of g. Tree to string. Repeatedly select the leaf with the smallest label, write down the label of its neighbour and remove the leaf. Combiatorics Graph Theory Coutig labelled ad ulabelled graphs There are 2 ( 2) labelled graphs of order. The ulabelled graphs of order correspod to orbits of the actio of S o the set of labelled graphs.

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

Notes on the Combinatorial Nullstellensatz

Notes on the Combinatorial Nullstellensatz Notes o the Combiatorial Nullstellesatz Costructive ad Nocostructive Methods i Combiatorics ad TCS U. Chicago, Sprig 2018 Istructor: Adrew Drucker Scribe: Roberto Ferádez For the followig theorems ad examples

More information

Theorem 3. A subset S of a topological space X is compact if and only if every open cover of S by open sets in X has a finite subcover.

Theorem 3. A subset S of a topological space X is compact if and only if every open cover of S by open sets in X has a finite subcover. Compactess Defiitio 1. A cover or a coverig of a topological space X is a family C of subsets of X whose uio is X. A subcover of a cover C is a subfamily of C which is a cover of X. A ope cover of X is

More information

Basics of Probability Theory (for Theory of Computation courses)

Basics of Probability Theory (for Theory of Computation courses) Basics of Probability Theory (for Theory of Computatio courses) Oded Goldreich Departmet of Computer Sciece Weizma Istitute of Sciece Rehovot, Israel. oded.goldreich@weizma.ac.il November 24, 2008 Preface.

More information

Integrable Functions. { f n } is called a determining sequence for f. If f is integrable with respect to, then f d does exist as a finite real number

Integrable Functions. { f n } is called a determining sequence for f. If f is integrable with respect to, then f d does exist as a finite real number MATH 532 Itegrable Fuctios Dr. Neal, WKU We ow shall defie what it meas for a measurable fuctio to be itegrable, show that all itegral properties of simple fuctios still hold, ad the give some coditios

More information

CS284A: Representations and Algorithms in Molecular Biology

CS284A: Representations and Algorithms in Molecular Biology CS284A: Represetatios ad Algorithms i Molecular Biology Scribe Notes o Lectures 3 & 4: Motif Discovery via Eumeratio & Motif Represetatio Usig Positio Weight Matrix Joshua Gervi Based o presetatios by

More information

Chapter 3. Strong convergence. 3.1 Definition of almost sure convergence

Chapter 3. Strong convergence. 3.1 Definition of almost sure convergence Chapter 3 Strog covergece As poited out i the Chapter 2, there are multiple ways to defie the otio of covergece of a sequece of radom variables. That chapter defied covergece i probability, covergece i

More information

A Proof of Birkhoff s Ergodic Theorem

A Proof of Birkhoff s Ergodic Theorem A Proof of Birkhoff s Ergodic Theorem Joseph Hora September 2, 205 Itroductio I Fall 203, I was learig the basics of ergodic theory, ad I came across this theorem. Oe of my supervisors, Athoy Quas, showed

More information

CS161 Handout 05 Summer 2013 July 10, 2013 Mathematical Terms and Identities

CS161 Handout 05 Summer 2013 July 10, 2013 Mathematical Terms and Identities CS161 Hadout 05 Summer 2013 July 10, 2013 Mathematical Terms ad Idetities Thaks to Ady Nguye ad Julie Tibshirai for their advice o this hadout. This hadout covers mathematical otatio ad idetities that

More information

Commutativity in Permutation Groups

Commutativity in Permutation Groups Commutativity i Permutatio Groups Richard Wito, PhD Abstract I the group Sym(S) of permutatios o a oempty set S, fixed poits ad trasiet poits are defied Prelimiary results o fixed ad trasiet poits are

More information

It is always the case that unions, intersections, complements, and set differences are preserved by the inverse image of a function.

It is always the case that unions, intersections, complements, and set differences are preserved by the inverse image of a function. MATH 532 Measurable Fuctios Dr. Neal, WKU Throughout, let ( X, F, µ) be a measure space ad let (!, F, P ) deote the special case of a probability space. We shall ow begi to study real-valued fuctios defied

More information

Chapter 0. Review of set theory. 0.1 Sets

Chapter 0. Review of set theory. 0.1 Sets Chapter 0 Review of set theory Set theory plays a cetral role i the theory of probability. Thus, we will ope this course with a quick review of those otios of set theory which will be used repeatedly.

More information

Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs

Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs Perfect Matchings in Õ(n1.5 ) Time in Regular Bipartite Graphs Ashish Goel Michael Kapralov Sanjeev Khanna Abstract We consier the well-stuie problem of fining a perfect matching in -regular bipartite

More information

OPTIMAL ALGORITHMS -- SUPPLEMENTAL NOTES

OPTIMAL ALGORITHMS -- SUPPLEMENTAL NOTES OPTIMAL ALGORITHMS -- SUPPLEMENTAL NOTES Peter M. Maurer Why Hashig is θ(). As i biary search, hashig assumes that keys are stored i a array which is idexed by a iteger. However, hashig attempts to bypass

More information

A note on equiangular tight frames

A note on equiangular tight frames A ote o equiagular tight frames Thomas Strohmer Departmet of Mathematics, Uiversity of Califoria, Davis, CA 9566, USA Abstract We settle a cojecture of Joseph Rees about the existece a costructio of certai

More information

Lecture 16: Monotone Formula Lower Bounds via Graph Entropy. 2 Monotone Formula Lower Bounds via Graph Entropy

Lecture 16: Monotone Formula Lower Bounds via Graph Entropy. 2 Monotone Formula Lower Bounds via Graph Entropy 15-859: Iformatio Theory ad Applicatios i TCS CMU: Sprig 2013 Lecture 16: Mootoe Formula Lower Bouds via Graph Etropy March 26, 2013 Lecturer: Mahdi Cheraghchi Scribe: Shashak Sigh 1 Recap Graph Etropy:

More information

MA131 - Analysis 1. Workbook 3 Sequences II

MA131 - Analysis 1. Workbook 3 Sequences II MA3 - Aalysis Workbook 3 Sequeces II Autum 2004 Cotets 2.8 Coverget Sequeces........................ 2.9 Algebra of Limits......................... 2 2.0 Further Useful Results........................

More information

DECOMPOSITIONS OF COMPLETE UNIFORM HYPERGRAPHS INTO HAMILTON BERGE CYCLES

DECOMPOSITIONS OF COMPLETE UNIFORM HYPERGRAPHS INTO HAMILTON BERGE CYCLES DECOMPOSITIONS OF COMPLETE UNIFORM HYPERGRAPHS INTO HAMILTON BERGE CYCLES DANIELA KÜHN AND DERYK OSTHUS Abstract. I 1973 Bermod, Germa, Heydema ad Sotteau cojectured that if divides (, the the complete

More information

Benaissa Bernoussi Université Abdelmalek Essaadi, ENSAT de Tanger, B.P. 416, Tanger, Morocco

Benaissa Bernoussi Université Abdelmalek Essaadi, ENSAT de Tanger, B.P. 416, Tanger, Morocco EXTENDING THE BERNOULLI-EULER METHOD FOR FINDING ZEROS OF HOLOMORPHIC FUNCTIONS Beaissa Beroussi Uiversité Abdelmalek Essaadi, ENSAT de Tager, B.P. 416, Tager, Morocco e-mail: Beaissa@fstt.ac.ma Mustapha

More information

On Algorithm for the Minimum Spanning Trees Problem with Diameter Bounded Below

On Algorithm for the Minimum Spanning Trees Problem with Diameter Bounded Below O Algorithm for the Miimum Spaig Trees Problem with Diameter Bouded Below Edward Kh. Gimadi 1,2, Alexey M. Istomi 1, ad Ekateria Yu. Shi 2 1 Sobolev Istitute of Mathematics, 4 Acad. Koptyug aveue, 630090

More information

Disjoint set (Union-Find)

Disjoint set (Union-Find) CS124 Lecture 7 Fall 2018 Disjoit set (Uio-Fid) For Kruskal s algorithm for the miimum spaig tree problem, we foud that we eeded a data structure for maitaiig a collectio of disjoit sets. That is, we eed

More information

arxiv: v3 [math.co] 6 Aug 2014

arxiv: v3 [math.co] 6 Aug 2014 NEAR PERFECT MATCHINGS IN -UNIFORM HYPERGRAPHS arxiv:1404.1136v3 [math.co] 6 Aug 2014 JIE HAN Abstract. Let H be a -uiform hypergraph o vertices where is a sufficietly large iteger ot divisible by. We

More information

Stochastic Matrices in a Finite Field

Stochastic Matrices in a Finite Field Stochastic Matrices i a Fiite Field Abstract: I this project we will explore the properties of stochastic matrices i both the real ad the fiite fields. We first explore what properties 2 2 stochastic matrices

More information

CS 171 Lecture Outline October 09, 2008

CS 171 Lecture Outline October 09, 2008 CS 171 Lecture Outlie October 09, 2008 The followig theorem comes very hady whe calculatig the expectatio of a radom variable that takes o o-egative iteger values. Theorem: Let Y be a radom variable that

More information

University of Twente The Netherlands

University of Twente The Netherlands Faculty of Mathematical Scieces t Uiversity of Twete The Netherlads P.O. Box 7 7500 AE Eschede The Netherlads Phoe: +3-53-4893400 Fax: +3-53-48934 Email: memo@math.utwete.l www.math.utwete.l/publicatios

More information

A GENERALIZATION OF THE SYMMETRY BETWEEN COMPLETE AND ELEMENTARY SYMMETRIC FUNCTIONS. Mircea Merca

A GENERALIZATION OF THE SYMMETRY BETWEEN COMPLETE AND ELEMENTARY SYMMETRIC FUNCTIONS. Mircea Merca Idia J Pure Appl Math 45): 75-89 February 204 c Idia Natioal Sciece Academy A GENERALIZATION OF THE SYMMETRY BETWEEN COMPLETE AND ELEMENTARY SYMMETRIC FUNCTIONS Mircea Merca Departmet of Mathematics Uiversity

More information

lim za n n = z lim a n n.

lim za n n = z lim a n n. Lecture 6 Sequeces ad Series Defiitio 1 By a sequece i a set A, we mea a mappig f : N A. It is customary to deote a sequece f by {s } where, s := f(). A sequece {z } of (complex) umbers is said to be coverget

More information

(average number of points per unit length). Note that Equation (9B1) does not depend on the

(average number of points per unit length). Note that Equation (9B1) does not depend on the EE603 Class Notes 9/25/203 Joh Stesby Appeix 9-B: Raom Poisso Poits As iscusse i Chapter, let (t,t 2 ) eote the umber of Poisso raom poits i the iterval (t, t 2 ]. The quatity (t, t 2 ) is a o-egative-iteger-value

More information