Menger's theorem

In the mathematical discipline of graph theory, Menger's theorem says that in a finite graph, the size of a minimum cut set is equal to the maximum number of disjoint paths that can be found between any pair of vertices. Proved by Karl Menger in 1927, it characterizes the connectivity of a graph. It is generalized by the max-flow min-cut theorem, which is a weighted, edge version, and which in turn is a special case of the strong duality theorem for linear programs.

Edge connectivity

The edge-connectivity version of Menger's theorem is as follows:

Let G be a finite undirected graph and x and y two distinct vertices. Then the size of the minimum edge cut for x and y (the minimum number of edges whose removal disconnects x and y) is equal to the maximum number of pairwise edge-disjoint paths from x to y.

The implication for the graph G is the following version:

A graph is k-edge-connected (it remains connected after removing fewer than k edges) if and only if every pair of vertices has k edge-disjoint paths in between.

Vertex connectivity

The vertex-connectivity statement of Menger's theorem is as follows:

Let G be a finite undirected graph and x and y two nonadjacent vertices. Then the size of the minimum vertex cut for x and y (the minimum number of vertices, distinct from x and y, whose removal disconnects x and y) is equal to the maximum number of pairwise internally disjoint paths from x to y.

A consequence for the entire graph G is this version:

A graph is k-vertex-connected (it has more than k vertices and it remains connected after removing fewer than k vertices) if and only if every pair of vertices has at least k internally disjoint paths in between.

Directed graphs

All these statements in both edge and vertex versions remain true in directed graphs (when considering directed paths).

Short proof

Most direct proofs consider a more general statement to allow proving it by induction. It is also convenient to use definitions that include some degenerate cases. The following proof for undirected graphs works without change for directed graphs or multi-graphs, provided we take path to mean directed path.

For sets of vertices A,B ⊂ G (not necessarily disjoint), an AB-path is a path in G with a starting vertex in A, a final vertex in B, and no internal vertices either in A or in B. We allow a path with a single vertex in A ∩ B and zero edges. An AB-separator of size k is a set S of k vertices (which may intersect A and B) such that G−S contains no AB-path. An AB-connector of size k is a union of k vertex-disjoint AB-paths.

Theorem: The minimum size of an AB-separator is equal to the maximum size of an AB-connector.

In other words, if no k−1 vertices disconnect A from B, then there exist k disjoint paths from A to B. This variant implies the above vertex-connectivity statement: for x,y ∈ G in the previous section, apply the current theorem to G−{x,y} with A = N(x), B = N(y), the neighboring vertices of x,y. Then a set of vertices disconnecting x and y is the same thing as an AB-separator, and removing the end vertices in a set of independent xy-paths gives an AB-connector.

Proof of the Theorem:[1] Induction on the number of edges in G. For G with no edges, the minimum AB-separator is A ∩ B, which is itself an AB-connector consisting of single-vertex paths.

For G having an edge e, we may assume by induction that the Theorem holds for G−e. If G−e has a minimal AB-separator of size k, then there is an AB-connector of size k in G−e, and hence in G.

An illustration for the proof.

Otherwise, let S be a AB-separator of G−e of size less than k, so that every AB-path in G contains a vertex of S or the edge e. The size of S must be k-1, since if it was less, S together with either endpoint of e would be a better AB-separator of G. In G−S there is an AB-path through e, since S alone is too small to be an AB-separator of G. Let v1 be the earlier and v2 be the later vertex of e on such a path. Then v1 is reachable from A but not from B in G−S−e, while v2 is reachable from B but not from A.

Now, let S1 = S ∪ {v1}, and consider a minimum AS1-separator T in G−e. Since v2 is not reachable from A in G−S1, T is also an AS1-separator in G. Then T is also an AB-separator in G (because every AB-path intersects S1). Hence it has size at least k. By induction, G−e contains an AS1-connector C1 of size k. Because of its size, the endpoints of the paths in it must be exactly S1.

Similarly, letting S2 = S ∪ {v2}, a minimum S2B-separator has size k, and there is an S2B-connector C2 of size k, with paths whose starting points are exactly S2.

Furthermore, since S1 disconnects G, every path in C1 is internally disjoint from every path in C2, and we can define an AB-connector of size k in G by concatenating paths (k−1 paths through S and one path going through e=v1v2). Q.E.D.

Other proofs

The directed edge version of the theorem easily implies the other versions. To infer the directed graph vertex version, it suffices to split each vertex v into two vertices v1, v2, with all ingoing edges going to v1, all outgoing edges going from v2, and an additional edge from v1 to v2. The directed versions of the theorem immediately imply undirected versions: it suffices to replace each edge of an undirected graph with a pair of directed edges (a digon).

The directed edge version in turn follows from its weighted variant, the max-flow min-cut theorem. Its proofs are often correctness proofs for max flow algorithms. It is also a special case of the still more general (strong) duality theorem for linear programs.

A formulation that for finite digraphs is equivalent to the above formulation is:

Let A and B be sets of vertices in a finite digraph G. Then there exists a family P of disjoint AB-paths and an AB-separating set that consists of exactly one vertex from each path in P.

In this version the theorem follows in fairly easily from Kőnig's theorem: in a bipartite graph, the minimal size of a cover is equal to the maximal size of a matching.

This is done as follows: replace every vertex v in the original digraph D by two vertices v' , v'', and every edge uv by the edge u'v''; additionally, include the edges v'v'' for every vertex v that is neither in A nor B. This results in a bipartite graph, whose one side consists of the vertices v' , and the other of the vertices v''.

Applying Kőnig's theorem we obtain a matching M and a cover C of the same size. In particular, exactly one endpoint of each edge of M is in C. Add to C all vertices a'', for a in A, and all vertices b' , for b in B. Let P be the set of all AB-paths composed of edges uv in D such that u'v'' belongs to M. Let Q in the original graph consist of all vertices v such that both v' and v'' belong to C. It is straightforward to check that Q is an AB-separating set, that every path in the family P contains precisely one vertex from Q, and every vertex in Q lies on a path from P, as desired.[2]

Infinite graphs

Menger's theorem holds for infinite graphs, and in that context it applies to the minimum cut between any two elements that are either vertices or ends of the graph (Halin 1974). The following result of Ron Aharoni and Eli Berger was originally a conjecture proposed by Paul Erdős, and before being proved was known as the Erdős–Menger conjecture. It is equivalent to Menger's theorem when the graph is finite.

Let A and B be sets of vertices in a (possibly infinite) digraph G. Then there exists a family P of disjoint A-B-paths and a separating set which consists of exactly one vertex from each path in P.

See also

References

  1. ^ Göring, Frank (2000). "Short proof of Menger's theorem". Discrete Mathematics. 219 (1–3): 295–296. doi:10.1016/S0012-365X(00)00088-1.
  2. ^ Aharoni, Ron (1983). "Menger's theorem for graphs containing no infinite paths". European Journal of Combinatorics. 4 (3): 201–4. doi:10.1016/S0195-6698(83)80012-2.

Further reading

Read other articles:

Untuk kegunaan lain, lihat dosa. Dosa, dari sudut pandang teologi Kristen, adalah pelanggaran cinta kasih terhadap Tuhan atau sesama yang dapat mengakibatkan terputusnya hubungan antara manusia dengan Allah. Utamanya, dosa disebabkan karena manusia mencintai dirinya sendiri atau hal-hal lain sedemikian rupa sehingga menjauhkan diri dari cinta terhadap Allah. Dosa juga di pandang sebagai perbuatan yang tidak sesuai dengan kehendak Tuhan, baik itu melalui pikiran, perkataan, perbuatan manusia. ...

 

 

2000 nonfiction book by Kurt Eichenwald The Informant: A True Story AuthorKurt EichenwaldCountryUnited StatesLanguageEnglishSubjectLysine price-fixing conspiracyPublisherRandom House (hardback)Broadway Books (paperbacks)Media typePrint (Hardback & Paperback)Pages624 (hardback)656 (trade paperback and movie tie-in edition)ISBN978-0-7679-0326-4OCLC44045679Dewey Decimal364.16/8/0973 1LC ClassHV8144.F43 E53 2000 The Informant: A True Story is a nonfiction white-collar crime book wri...

 

 

ХристианствоБиблия Ветхий Завет Новый Завет Евангелие Десять заповедей Нагорная проповедь Апокрифы Бог, Троица Бог Отец Иисус Христос Святой Дух История христианства Апостолы Хронология христианства Раннее христианство Гностическое христианство Вселенские соборы Н...

artikel ini tidak memiliki pranala ke artikel lain. Tidak ada alasan yang diberikan. Bantu kami untuk mengembangkannya dengan memberikan pranala ke artikel lain secukupnya. (Pelajari cara dan kapan saatnya untuk menghapus pesan templat ini) Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Januari 2023. Tan Hin Kon...

 

 

For other uses, see One Thing. 1982 single by INXSThe One ThingAustralian 7-inch vinyl singleSingle by INXSfrom the album Shabooh Shoobah B-sideSpace ShuttleReleasedJuly 1982Recorded1982GenreNew wave[1][2]Length3:24 (album version)3:18 (single edit)6:06 (12 extended version)LabelWarner Music (North America, Oceania, Japan, Southeast Asia)Mercury Records (Europe)Songwriter(s)Michael Hutchence, Andrew FarrissProducer(s)Mark OpitzINXS singles chronology Underneath the Colours (19...

 

 

Failed California ballot measure Elections in California Federal government U.S. President 1852 1856 1860 1864 1868 1872 1876 1880 1884 1888 1892 1896 1900 1904 1908 1912 1916 1920 1924 1928 1932 1936 1940 1944 1948 1952 1956 1960 1964 1968 1972 1976 1980 1984 1988 1992 1996 Dem Rep 2000 Dem Rep 2004 Dem Rep 2008 Dem Rep 2012 Dem Rep 2016 Dem Rep 2020 Dem Rep 2024 Dem Rep U.S. Senate 1849 1850 1852 sp 1856 1857 sp 1860 1860 sp 1868 1872 1873 1873 sp 1878 1880 1885 1886 sp 1887 1891 1891 sp 18...

Free and open-source stacking window manager for the X Window System This article is about the computer software. For other uses, see Blackbox (disambiguation). BlackboxScreenshot of BlackboxDeveloper(s)Bradley T. Hughes[1] up to version 0.70.1_SL7,[2] onwards forked by Brian BidulockStable release0.77[3]  / 12 May 2021 Repositorygithub.com/bbidulock/blackboxwm Written inC++PlatformUnix-likeTypeX window managerLicenseMIT[4]WebsiteBradley T. Hughes' reposit...

 

 

Municipal unit in GreeceMolossoi ΜολοσσοίMunicipal unitMolossoiLocation within the regional unit Coordinates: 39°39′N 20°34′E / 39.650°N 20.567°E / 39.650; 20.567CountryGreeceAdministrative regionEpirusRegional unitIoanninaMunicipalityZitsaArea • Municipal unit241.3 km2 (93.2 sq mi)Population (2021)[1] • Municipal unit1,460 • Municipal unit density6.1/km2 (16/sq mi)Time zoneUTC+2 (EET)...

 

 

Branche of Candomblé Part of a series onVodun related religions calledVoodoo Beliefs West African Vodun Arará religionCandomblé (Jejé) Cuban VodúDominican Vudú Haitian VodouHoodoo Louisiana Voodoo Tambor de Mina Venezuelan Yuyu Trinidadian Vodunu Deities Creators DamballaMawuNana Buluku Loas Adjassou-LinguetorAdya Houn'tò AgassouAgwé Anaisa PyeAyida-Weddo AyizanAzaka-Tonnerre BacalouBadessy Baron CriminelBaron Samedi Belie BelcanBoli Shah Bossou AshadehBoum'ba Maza Bugid Y AibaCaptain...

American afternoon daily newspaper This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Chicago Daily News – news · newspapers · books · scholar · JSTOR (July 2020) (Learn how and when to remove this message) Chicago Daily News1901 adverting posterTypeDaily newspaperFormatBroadsheetOwner(s)Field Enterprises(1959�...

 

 

العلاقات الأرجنتينية النيوزيلندية الأرجنتين نيوزيلندا   الأرجنتين   نيوزيلندا تعديل مصدري - تعديل   العلاقات الأرجنتينية النيوزيلندية هي العلاقات الثنائية التي تجمع بين الأرجنتين ونيوزيلندا.[1][2][3][4][5] مقارنة بين البلدين هذه مقارنة عامة ...

 

 

  此条目页的主題是電影《真心英雄》。关于与「真心英雄 (電影)」標題相近或相同的条目页,請見「真心英雄」。 真心英雄 A Hero Never Dies 電影《真心英雄》影碟封面.jpg基本资料导演杜琪峰监制杜琪峰韋家輝制片禤志傑陳獻官编剧游乃海司徒錦源主演黎明劉青雲梁藝齡蒙嘉慧配乐黃英華摄影鄭兆強剪辑陳志偉制片商新影城(香港)有限公司片长97分鐘产地 香港语言�...

Copa di Israele 1955-1956Dettagli della competizioneSport Pallacanestro Federazione IBBA Periodo1955 —13 aprile 1956 LuogoTel Aviv VerdettiCampione Maccabi Tel Aviv(1º titolo) Cronologia della competizioneed. successiva →   Modifica dati su Wikidata · Manuale La Coppa di Israele 1955-1956 è la 1ª Coppa di Israele di pallacanestro maschile.La finale della competizione si è disputata a Tel Aviv. Durante questa stagione il campionato israeliano di pallacanestro n...

 

 

الأيرلندية الاسم الذاتي Gaeilge لفظ الاسم [ˈɡe:lʲɟə] «غالية» بترقيق الغين توزع نسبة الأشخاص الذين قالوا أنهم قادرون على تحدث الأيرلندية في جزيرة أيرلندا بحسب بيانات تعداد السكان في كل من جمهورية أيرلندا وأيرلندا الشمالية سنة 2011 الناطقون 100 ألف - مليونان 2 الدول جمهورية أيرلندا�...

 

 

Athletic Bilbao 2016–17 football seasonAthletic Bilbao2016–17 seasonPresidentJosu UrrutiaHead coachErnesto ValverdeStadiumSan MamésLa Liga7thCopa del ReyRound of 16UEFA Europa LeagueRound of 32Top goalscorerLeague: Aritz Aduriz (16)All: Aritz Aduriz (24)Highest home attendance49,164 (vs Real Madrid, 18 March 2017)Lowest home attendance29,633 (vs Racing Santander, 22 December 2016) Home colours Away colours Third colours ← 2015–162017–18 → The 2016–17 season wa...

Questa voce sull'argomento calciatori ivoriani è solo un abbozzo. Contribuisci a migliorarla secondo le convenzioni di Wikipedia. Segui i suggerimenti del progetto di riferimento. Seydou KanteNazionalità Costa d'Avorio Altezza175 cm Calcio RuoloDifensore Termine carriera2015 CarrieraSquadre di club1 1999-2003 ASEC Mimosas? (?)2003-2007 Beveren72 (2)2007-2008 Istres9 (0)2013-2015 Alliance Äischdall? (?) Nazionale 2001-2006 Costa d'Avorio6 (0) 1 I due numeri in...

 

 

Ideological view For the related issue of criticism of immigration, see Opposition to immigration.Part of a series onImmigration General Immigration by country Immigration policy Illegal immigration History and law Border security Citizenship Repatriation Deportation Immigration law Externalization Indefinite leave to remain Migration diplomacy Non-refoulement Right of asylum Refugee Visa Voluntary return Social processes Social integration Immigrant assimilation Acculturation (Acculturation ...

 

 

This article consists almost entirely of a plot summary. Please help improve the article by adding more real-world context. (May 2018) (Learn how and when to remove this message) 2003 American filmScooby-Doo! and theMonster of MexicoDVD coverDirected byScott JeraldsWritten byDouglas WoodBased onScooby-Dooby Joe Ruby and Ken SpearsProduced byMargaret M. DeanScott JeraldsStarringFrank WelkerCasey KasemNicole JaffeHeather North KenneyEdited byJoe GallMusic byRich DickersonGigi MeroniProductionco...

Queen of France from 1725 to 1768 This is the correct spelling of the surname in modern Polish; other spellings are also used in English and French. Marie LeszczyńskaPortrait by Charles-André van Loo, 1747Queen consort of FranceTenure4 September 1725 – 24 June 1768Born(1703-06-23)23 June 1703Trzebnica, Silesia, Holy Roman EmpireDied24 June 1768(1768-06-24) (aged 65)Palace of Versailles, Kingdom of FranceBurialBasilica of St Denis, FranceSpouse Louis XV ​(m. 1725...

 

 

Movement of armed forces and their logistical support infrastructure around the world This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages) This article may require copy editing for grammar, style, cohesion, tone, or spelling. You can assist by editing it. (May 2024) (Learn how and when to remove this message) This article includes a list of references, related reading, or external links, but its source...