Codimension: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Crasshopper
mNo edit summary
en>Philmac
m Copyedit (minor)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{infobox graph
| name = Complete bipartite graph
| image = [[Image:Biclique_K_3_5.svg|170px]]
| image_caption = A complete bipartite graph with ''m'' = 5 and ''n'' = 3
| automorphisms = <math>\left\{\begin{array}{ll}2 m! n! & n = m\\ m! n! & \text{otherwise}\end{array}\right.</math>
| vertices = ''n'' + ''m''
| edges = ''mn''
| chromatic_number = 2
| chromatic_index = max{''m'', ''n''}
| radius = <math>\left\{\begin{array}{ll}1 & m = 1 \vee n = 1\\ 2 & \text{otherwise}\end{array}\right.</math>
| diameter = <math>\left\{\begin{array}{ll}1 & m = n = 1\\ 2 & \text{otherwise}\end{array}\right.</math>
| girth = <math>\left\{\begin{array}{ll}\infty & m = 1 \vee n = 1\\ 4 & \text{otherwise}\end{array}\right.</math>
| spectrum = <math>\{0^{n + m - 2}, (\pm \sqrt{n m})^1\}</math>
| notation = <math>K_{m,n}</math>
}}


In the [[mathematical]] field of [[graph theory]], a '''complete bipartite graph''' or '''biclique''' is a special kind of [[bipartite graph]] where every [[vertex (graph theory)|vertex]] of the first set is connected to every vertex of the second set.<ref name="bm">{{citation
| last1=Bondy | first1=John Adrian | authorlink1=John Adrian Bondy
| last2=Murty | first2=U. S. R. | authorlink2=U. S. R. Murty
| page = 5
| title=Graph Theory with Applications
| year=1976
| publisher=North-Holland
| isbn=0-444-19451-7}}.</ref><ref name="d">{{Citation
| last=Diestel | first=Reinhard
| title=Graph Theory
| publisher=[[Springer Science+Business Media|Springer]]
| year=2005
| edition=3rd
| isbn=3-540-26182-6
}}. [http://diestel-graph-theory.com/ Electronic edition], page 17.</ref>


Graph theory itself is typically dated as beginning with [[Leonhard Euler]]'s 1736 work on the [[Seven Bridges of Königsberg]]. However, [[graph drawing|drawing]]s of complete bipartite graphs were already printed as early as 1669, in connection with an edition of the works of [[Ramon Llull]] edited by [[Athanasius Kircher]].<ref name="knuth"/><ref>{{citation|title=An Atlas of Graphs|first1=Ronald C.|last1=Read|first2=Robin J.|last2=Wilson|publisher=Clarendon Press|year=1998|isbn=9780198532897|page=ii}}.</ref> Llull himself had made similar drawings of [[complete graph]]s three centuries earlier.<ref name="knuth">{{citation|contribution=Two thousand years of combinatorics|first=Donald E.|last=Knuth|authorlink=Donald Knuth|pages=7–37|title=Combinatorics: Ancient and Modern|publisher=Oxford University Press|year=2013|editor1-first=Robin|editor1-last=Wilson|editor2-first=John J.|editor2-last=Watkins}}.
Adrianne Swoboda is what your ex husband loves to name her though she doesn't really like being medically known as like that. Software achieving is what she will do but she's always wanted her own business. To drive is something that she's been doing for years. Idaho is where her home happens to be and she will usually never move. Go to her website to [http://Www.twitpic.com/tag/ascertain ascertain] out more: http://[https://www.flickr.com/search/?q=prometeu.net prometeu.net]<br><br>Here is my web blog ... [http://prometeu.net clash of clans cheats]
</ref>
 
== Definition ==
A '''complete bipartite graph''' is a graph whose vertices can be partitioned into two subsets ''V''<sub>1</sub> and ''V''<sub>2</sub> such that no edge has both endpoints in the same subset, and every possible edge that could connect vertices in different subsets is part of the graph. That is, it is a [[bipartite graph]] (''V''<sub>1</sub>, ''V''<sub>2</sub>, ''E'') such that for every two vertices ''v''<sub>1</sub> ∈ ''V''<sub>1</sub> and ''v''<sub>2</sub> ∈ ''V''<sub>2</sub>, ''v''<sub>1</sub>''v''<sub>2</sub> is an edge in ''E''. A complete bipartite graph with partitions of size |''V''<sub>1</sub>|=''m'' and |''V''<sub>2</sub>|=''n'', is denoted ''K''<sub>m,n</sub>;<ref name="bm"/><ref name="d"/> every two graphs with the same notation are [[graph isomorphism|isomorphic]].
 
== Examples ==
[[Image:Star graphs.svg|thumb|500px|right|The star graphs ''S''<sub>3</sub>, ''S''<sub>4</sub>, ''S''<sub>5</sub> and ''S''<sub>6</sub>.]]
[[Image:Biclique_K_3_3.svg|thumb|150px|right|The utility graph ''K''<sub>3,3</sub>]]
 
* For any ''k'', ''K''<sub>1,''k''</sub> is called a [[Star (graph theory)|star]].<ref name="d"/> All complete bipartite graphs which are [[Tree (graph theory)|trees]] are stars. 
* The graph ''K''<sub>1,3</sub> is called a [[Claw (graph theory)|claw]], and is used to define the [[claw-free graph]]s.<ref>{{citation
| last1 = Lovász | first1 = László | author1-link = László Lovász
| last2 = Plummer | first2 = Michael D. | author2-link = Michael D. Plummer
| isbn = 978-0-8218-4759-6
| mr = 2536865
| page = 109
| publisher = AMS Chelsea Publishing, Providence, RI
| title = Matching theory
| url = http://books.google.com/books?id=yW3WSVq8ygcC&pg=PA109
| year = 2009}}. Corrected reprint of the 1986 original.</ref>
* The graph ''K''<sub>3,3</sub> is called the [[Water, gas, and electricity|utility graph]]. This usage comes from a standard mathematical puzzle in which three utilities must each be connected to three buildings; it is impossible to solve without crossings due to the [[planar graph|nonplanarity]] of ''K''<sub>3,3</sub>.<ref>{{citation|title=A Logical Approach to Discrete Math|first1=David|last1=Gries|author1-link=David Gries|first2=Fred B.|last2=Schneider|author2-link=Fred B. Schneider|publisher=Springer|year=1993|isbn=9780387941158|page=437|url=http://books.google.com/books?id=ZWTDQ6H6gsUC&pg=PA437}}.</ref>
 
== Properties ==
*Given a bipartite graph, testing whether it contains a complete bipartite subgraph ''K''<sub>''i'',''i''</sub> for a parameter&nbsp;''i'' is an [[NP-complete]] problem.<ref>{{citation
| last1=Garey | first1=Michael R. | authorlink1=Michael R. Garey
| last2=Johnson | first2=David S. | authorlink2=David S. Johnson
| contribution = [GT24] Balanced complete bipartite subgraph
| page = 196
| year=1979
| title=[[Computers and Intractability: A Guide to the Theory of NP-Completeness]]
| publisher=[[W. H. Freeman|W.&nbsp;H.&nbsp;Freeman]]
| isbn=0-7167-1045-5
}}.</ref>
*A [[planar graph]] cannot contain ''K''<sub>3,3</sub> as a [[minor (graph theory)|minor]]; an [[outerplanar graph]] cannot contain ''K''<sub>3,2</sub> as a minor (These are not [[sufficient condition]]s for planarity and outerplanarity, but necessary). Conversely, every nonplanar graph contains either ''K''<sub>3,3</sub> or the [[complete graph]] ''K''<sub>5</sub> as a minor; this is [[Wagner's theorem]].<ref>Diestel, elect. ed. p.&nbsp;105.</ref>
*Every complete bipartite graph. '''K'''<sub>''n'',''n''</sub> is a [[Moore graph]] and a (''n'',4)-[[cage (graph theory)|cage]].<ref>{{citation|title=Algebraic Graph Theory|first=Norman|last=Biggs|publisher=Cambridge University Press|year=1993|isbn=9780521458979|page=181|url=http://books.google.com/books?id=6TasRmIFOxQC&pg=PA181}}.</ref>
*The complete bipartite graphs '''K'''<sub>''n'',''n''</sub> and '''K'''<sub>''n'',''n''+1</sub> have the maximum possible number of edges among all [[triangle-free graph]]s with the same number of vertices; this is [[Mantel's theorem]]. Mantel's result was generalized to ''k''-partite graphs and graphs that avoid larger cliques as subgraphs in [[Turán's theorem]], and these two complete bipartite graphs are examples of [[Turán graph]]s, the extremal graphs for this more general problem.<ref>{{citation|title=Modern Graph Theory|volume=184|series=Graduate Texts in Mathematics|first=Béla|last=Bollobás|authorlink=Béla Bollobás|publisher=Springer|year=1998|isbn=9780387984889|page=104|url=http://books.google.com/books?id=SbZKSZ-1qrwC&pg=PA104}}.</ref>
*The complete bipartite graph '''K'''<sub>''m'',''n''</sub> has a [[vertex covering number]] of '''min'''{''m'',''n''} and an [[edge covering number]] of '''max'''{''m'',''n''}.
*The complete bipartite graph '''K'''<sub>''m'',''n''</sub> has a [[maximum independent set]] of size '''max'''{''m'',''n''}.
*The [[adjacency matrix]] of a complete bipartite graph '''K'''<sub>''m'',''n''</sub> has eigenvalues √(''nm''), &minus;√(''nm'') and 0; with multiplicity 1, 1 and ''n''+''m''&minus;2 respectively.<ref>{{harvtxt|Bollobás|1998}}, p.&nbsp;266.</ref>
*The [[laplacian matrix]] of a complete bipartite graph '''K'''<sub>''m'',''n''</sub> has eigenvalues ''n''+''m'', ''n'', ''m'', and 0; with multiplicity 1, ''m''&minus;1, ''n''&minus;1 and 1 respectively.
*A complete bipartite graph '''K'''<sub>''m'',''n''</sub> has ''m''<sup>''n''&minus;1</sup> ''n''<sup>''m''&minus;1</sup> [[spanning tree]]s.<ref>{{citation|title=Graphs, Networks and Algorithms|volume=5|series=Algorithms and Computation in Mathematic|first=Dieter|last=Jungnickel|publisher=Springer|year=2012|isbn=9783642322785|page=557|url=http://books.google.com/books?id=PrXxFHmchwcC&pg=PA557}}.</ref>
*A complete bipartite graph '''K'''<sub>''m'',''n''</sub> has a [[maximum matching]] of size '''min'''{''m'',''n''}.
*A complete bipartite graph '''K'''<sub>''n'',''n''</sub> has a proper [[edge coloring|''n''-edge-coloring]] corresponding to a [[Latin square]].<ref>{{citation|title=Graph Coloring Problems|volume=39|series=Wiley Series in Discrete Mathematics and Optimization|first1=Tommy R.|last1=Jensen|first2=Bjarne|last2=Toft|publisher=John Wiley & Sons|year=2011|isbn=9781118030745|page=16|url=http://books.google.com/books?id=leL0Y5N0bFoC&pg=PA16}}.</ref>
 
== See also ==
* [[Crown graph]], a graph formed by removing a [[perfect matching]] from a complete bipartite graph
 
==References==
{{reflist|30em}}
 
[[Category:Parametric families of graphs]]

Latest revision as of 03:39, 23 December 2014


Adrianne Swoboda is what your ex husband loves to name her though she doesn't really like being medically known as like that. Software achieving is what she will do but she's always wanted her own business. To drive is something that she's been doing for years. Idaho is where her home happens to be and she will usually never move. Go to her website to ascertain out more: http://prometeu.net

Here is my web blog ... clash of clans cheats