Share to: share facebook share twitter share wa share telegram print page

Partial cube

In graph theory, a partial cube is a graph that is an isometric subgraph of a hypercube.[1] In other words, a partial cube can be identified with a subgraph of a hypercube in such a way that the distance between any two vertices in the partial cube is the same as the distance between those vertices in the hypercube. Equivalently, a partial cube is a graph whose vertices can be labeled with bit strings of equal length in such a way that the distance between two vertices in the graph is equal to the Hamming distance between their labels. Such a labeling is called a Hamming labeling; it represents an isometric embedding of the partial cube into a hypercube.

History

Firsov (1965) was the first to study isometric embeddings of graphs into hypercubes. The graphs that admit such embeddings were characterized by Djoković (1973) and Winkler (1984), and were later named partial cubes. A separate line of research on the same structures, in the terminology of families of sets rather than of hypercube labelings of graphs, was followed by Kuzmin & Ovchinnikov (1975) and Falmagne & Doignon (1997), among others.[2]

Examples

An example of a partial cube with a Hamming labeling on its vertices. This graph is also a median graph.

Every tree is a partial cube. For, suppose that a tree T has m edges, and number these edges (arbitrarily) from 0 to m – 1. Choose a root vertex r for the tree, arbitrarily, and label each vertex v with a string of m bits that has a 1 in position i whenever edge i lies on the path from r to v in T. For instance, r itself will have a label that is all zero bits, its neighbors will have labels with a single 1-bit, etc. Then the Hamming distance between any two labels is the distance between the two vertices in the tree, so this labeling shows that T is a partial cube.

Every hypercube graph is itself a partial cube, which can be labeled with all the different bitstrings of length equal to the dimension of the hypercube.

More complex examples include the following:

  • Consider the graph whose vertex labels consist of all possible (2n + 1)-digit bitstrings that have either n or n + 1 nonzero bits, where two vertices are adjacent whenever their labels differ by a single bit. This labeling defines an embedding of these graphs into a hypercube (the graph of all bitstrings of a given length, with the same adjacency-condition) that turns out to be distance-preserving. The resulting graph is a bipartite Kneser graph; the graph formed in this way with n = 2 has 20 vertices and 30 edges, and is called the Desargues graph.
  • All median graphs are partial cubes.[3] The trees and hypercube graphs are examples of median graphs. Since the median graphs include the squaregraphs, simplex graphs, and Fibonacci cubes, as well as the covering graphs of finite distributive lattices, these are all partial cubes.
  • The planar dual graph of an arrangement of lines in the Euclidean plane is a partial cube. More generally, for any hyperplane arrangement in Euclidean space of any number of dimensions, the graph that has a vertex for each cell of the arrangement and an edge for each two adjacent cells is a partial cube.[4]
  • A partial cube in which every vertex has exactly three neighbors is known as a cubic partial cube. Although several infinite families of cubic partial cubes are known, together with many other sporadic examples, the only known cubic partial cube that is not a planar graph is the Desargues graph.[5]
  • The underlying graph of any antimatroid, having a vertex for each set in the antimatroid and an edge for every two sets that differ by a single element, is always a partial cube.
  • The Cartesian product of any finite set of partial cubes is another partial cube.[6]
  • A subdivision of a complete graph is a partial cube if and only if either every complete graph edge is subdivided into a two-edge path, or there is one complete graph vertex whose incident edges are all unsubdivided and all non-incident edges have been subdivided into even-length paths.[7]

The Djoković–Winkler relation

Many of the theorems about partial cubes are based directly or indirectly upon a certain binary relation defined on the edges of the graph. This relation, first described by Djoković (1973) and given an equivalent definition in terms of distances by Winkler (1984), is denoted by . Two edges and are defined to be in the relation , written , if . This relation is reflexive and symmetric, but in general it is not transitive.

Winkler showed that a connected graph is a partial cube if and only if it is bipartite and the relation  is transitive.[8] In this case, it forms an equivalence relation and each equivalence class separates two connected subgraphs of the graph from each other. A Hamming labeling may be obtained by assigning one bit of each label to each of the equivalence classes of the Djoković–Winkler relation; in one of the two connected subgraphs separated by an equivalence class of edges, all of the vertices have a 0 in that position of their labels, and in the other connected subgraph all of the vertices have a 1 in the same position.

Recognition

Partial cubes can be recognized, and a Hamming labeling constructed, in  time, where  is the number of vertices in the graph.[9] Given a partial cube, it is straightforward to construct the equivalence classes of the Djoković–Winkler relation by doing a breadth first search from each vertex, in total time ; the -time recognition algorithm speeds this up by using bit-level parallelism to perform multiple breadth first searches in a single pass through the graph, and then applies a separate algorithm to verify that the result of this computation is a valid partial cube labeling.

Dimension

The isometric dimension of a partial cube is the minimum dimension of a hypercube onto which it may be isometrically embedded, and is equal to the number of equivalence classes of the Djoković–Winkler relation. For instance, the isometric dimension of an -vertex tree is its number of edges, . An embedding of a partial cube onto a hypercube of this dimension is unique, up to symmetries of the hypercube.[10]

Every hypercube and therefore every partial cube can be embedded isometrically into an integer lattice. The lattice dimension of a graph is the minimum dimension of an integer lattice into which the graph can be isometrically embedded. The lattice dimension may be significantly smaller than the isometric dimension; for instance, for a tree it is half the number of leaves in the tree (rounded up to the nearest integer). The lattice dimension of any graph, and a lattice embedding of minimum dimension, may be found in polynomial time by an algorithm based on maximum matching in an auxiliary graph.[11]

Other types of dimension of partial cubes have also been defined, based on embeddings into more specialized structures.[12]

Application to chemical graph theory

Isometric embeddings of graphs into hypercubes have an important application in chemical graph theory. A benzenoid graph is a graph consisting of all vertices and edges lying on and in the interior of a cycle in a hexagonal lattice. Such graphs are the molecular graphs of the benzenoid hydrocarbons, a large class of organic molecules. Every such graph is a partial cube. A Hamming labeling of such a graph can be used to compute the Wiener index of the corresponding molecule, which can then be used to predict certain of its chemical properties.[13]

A different molecular structure formed from carbon, the diamond cubic, also forms partial cube graphs.[14]

Notes

  1. ^ Ovchinnikov (2011), Definition 5.1, p. 127.
  2. ^ Ovchinnikov (2011), p. 174.
  3. ^ Ovchinnikov (2011), Section 5.11, "Median Graphs", pp. 163–165.
  4. ^ Ovchinnikov (2011), Chapter 7, "Hyperplane Arrangements", pp. 207–235.
  5. ^ Eppstein (2006).
  6. ^ Ovchinnikov (2011), Section 5.7, "Cartesian Products of Partial Cubes", pp. 144–145.
  7. ^ Beaudou, Gravier & Meslem (2008).
  8. ^ Winkler (1984), Theorem 4. See also Ovchinnikov (2011), Definition 2.13, p.29, and Theorem 5.19, p. 136.
  9. ^ Eppstein (2008).
  10. ^ Ovchinnikov (2011), Section 5.6, "Isometric Dimension", pp. 142–144, and Section 5.10, "Uniqueness of Isometric Embeddings", pp. 157–162.
  11. ^ Hadlock & Hoffman (1978); Eppstein (2005); Ovchinnikov (2011), Chapter 6, "Lattice Embeddings", pp. 183–205.
  12. ^ Eppstein (2009); Cabello, Eppstein & Klavžar (2011).
  13. ^ Klavžar, Gutman & Mohar (1995), Propositions 2.1 and 3.1; Imrich & Klavžar (2000), p. 60; Ovchinnikov (2011), Section 5.12, "Average Length and the Wiener Index", pp. 165–168.
  14. ^ Eppstein (2009).

References

Read other articles:

Lo specchietto Lieberkühn, in una stampa conservata al Museo Galileo di Firenze. Johann Nathanael Lieberkühn (Berlino, 5 settembre 1711 – Berlino, 7 ottobre 1756) è stato un medico tedesco. Medico, particolarmente interessato allo studio delle strutture anatomiche, nel 1740 illustrò alla Royal Society di Londra una sua invenzione, assai importante per l'illuminazione dei piccoli oggetti opachi, che da lui prese il nome di specchio lieberkühn. Si trattava di uno specchio a coppa montato...

 

 

Granito Torres de granito en Torres del Paine, ChileTipo Ígnea - plutónicaTextura Intermedia-gruesaSerie ígnea Subalcalina, alcalinaColor Gris,amarillo, rojo claro,MineralesMinerales esenciales Cuarzo, feldespato potásico y plagioclasaMinerales accesorios Moscovita,Anfíbol y Biotita[editar datos en Wikidata] Granito. Granito rojo (izq.) junto a otras rocas ígneas como andesita negra (sup.) y cuarzo impuro (der.) sobre un fondo de metarenisca verde. El granito es una roca ígne...

 

 

Primary election process See also: 1976 Republican Party presidential primaries1976 Democratic Party presidential primaries ← 1972 January 27 to June 8, 1976 1980 → 3,010 delegates to the 1976 Democratic National Convention1,506 (majority) votes needed to win   Candidate Jimmy Carter Jerry Brown George Wallace Home state Georgia California Alabama Delegate count 2,239 301 57 Contests won 30 3 3 Popular vote 6,235,609 2,449,374 1,955,388 Percentag...

Paju 파주Municipal CityTranskripsi Korea • Hangul파주시 • Hanja坡州市 • Revised RomanizationPaju-si • McCune-ReischauerP'aju-siCountry South KoreaRegionSudogwonPembagian administratif5 eup, 9 myeon, 2 dongLuas • Total672,56 km2 (25,968 sq mi)Populasi (2006) • Total302.275 • Kepadatan449,4/km2 (11,640/sq mi) • DialekSeoul Paju adalah salah satu kota di prov...

 

 

Gambar peta Yunani kuno, bangsa Yunani kuno adalah bangsa pertama yang menggunakan kata Esoteris Esoterik berasal dari kata Yunani kuno ἐσωτερικός (esōterikós) yang berarti suatu hal yang diajarkan atau dapat dimengerti oleh sekelompok orang tertentu dan khusus, dapat juga berarti suatu hal yang susah untuk dipahami.[1] Esoterik berasal dari kata esotericism (esoterikisme) yakni pemikiran filsafat mengenai proses evolusi dari manusia dan makhluk hidup lainnya.[2] ...

 

 

US Navy Virginia-class submarine For other ships with the same name, see USS Iowa. USS Iowa (SSN-797) The lead boat of the Virginia class, USS Virginia (SSN-774). History United States NameUSS Iowa NamesakeState of Iowa Ordered28 April 2014[1] BuilderGeneral Dynamics Electric Boat, Groton, Connecticut Laid down20 August 2019[2] Sponsored byChristie Vilsack Christened17 June 2023[3] IdentificationHull number: SSN-797 StatusUnder construction General characteri...

Fachada do palácio. À direita, a entrada da Basílica de Santa Maria em Trastevere.Vista do palácio e da basílica no século XVIII Palazzo di San Callisto ou Palácio de São Calisto é um palácio barroco localizado no rione Trastevere de Roma e uma das propriedades extraterritoriais da Santa Sé[1]. Está localizado na praça central do rione, a Piazza di Santa Maria in Trastevere, ao lado da Basílica de Santa Maria em Trastevere. Seu nome é uma referência a um poço no pátio interi...

 

 

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 Februari 2023. Artikel ini perlu dikembangkan agar dapat memenuhi kriteria sebagai entri Wikipedia.Bantulah untuk mengembangkan artikel ini. Jika tidak dikembangkan, artikel ini akan dihapus. Aliansi Wartawan Subang atau Awas adalah organisasi profesi jurnalis tingk...

 

 

أوليفرOliverمعلومات عامةالصنف الفني موسيقي، دراماالمواضيع دعارة[1] — misdemeanor (en) [1] — إساءة للأطفال[1] — قتل عمد[1] تاريخ الصدور 1968مدة العرض 153 دقيقةاللغة الأصلية الإنجليزيةمأخوذ عن أوليفر تويست[2] — Oliver! (en) [2][3] البلد الولايات المتحدةالجوائز  الق�...

فوتبول   صنف فرعى من لعبة كوره،  ورياضة فرق  مختلفه عن كورة قدمدورى الرجبىاتحاد الرجبىكورة القدم الامريكيهكورة القدم الاستراليه  بلد المنشأ المملكه المتحده لبريطانيا العظمى و ايرلاندا  تعديل  فوتبول دى مجموعة رياضات جماعيه معروفه فى العالم. اسم فوتبول بالا...

 

 

Supreme Court of Canada case Canada v GlaxoSmithKline IncSupreme Court of CanadaHearing: 13 January 2012 Judgment: 18 October 2012Full case nameHer Majesty the Queen v. GlaxoSmithKline Inc.Citations2012 SCC 52Docket No.33874 [1]Prior historyAppeal from GlaxoSmithKline Inc. v. Canada, 2010 FCA 201, 2010 DTC 7053 (26 July 2010), setting aside GlaxoSmithKline Inc. v. The Queen, 2008 TCC 324, 2008 DTC 3957 (30 May 2008)RulingAppeal and cross-appeal dismissed.HoldingUnder...

 

 

Type of railcar coupler Part of a series onRail transport History Company types Infrastructure Management Rail yard Railway track Maintenance Track gauge Variable gauge Gauge conversion Dual gauge Service and rolling stock Operating Locomotives Trains Railroad cars Railway couplings Couplers by country Coupler conversion Dual coupling Wheelset Bogie (truck) Passenger train Commuter rail Regional rail Inter-city rail High-speed railways Passenger traffic terminology Named passenger trains Rail...

Norton at the premiere of the Metropolitan Opera in September 2009 Edward Norton is an American actor and filmmaker. He made his film debut in the film Primal Fear (1996), for which he earned an Academy Award nomination for Best Supporting Actor and a Golden Globe Award in the same category. In the same year, he starred in two other films, Everyone Says I Love You and The People vs. Larry Flynt. In 1998, Norton featured in American History X, in which he played a neo-Nazi who served three yea...

 

 

Animal sactuary near Acton, California, United States This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: Shambala Preserve – news · newspapers · books · scholar · JSTOR (November 2015) (Learn how and when to remove this template message) Shambala Preserve34°26′25″N 118°15′09″W / 34.440301°N 118.252394°W / 34.440301; -118...

 

 

Toy gun using percussion caps to simulate gunshots and smoke This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) 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: Cap gun – news · newspapers · books · scholar �...

Thai online television channel Global Buddhist NetworkTypeSatellite network, Cable network (formerly); Internet (currently)CountryThailandAvailabilityworldwide via website and social mediaOwnerDhamma Research for Environment FoundationLaunch date2002 (sources state different days)[1][2]Dissolved2016Former namesDhammakaya Media ChannelOfficial websitehttp://gbnus.com, http://www.dmc.tv The Global Buddhist Network (GBN), previously known as the Dhammakaya Media Channel (DMC) is ...

 

 

Jamaican contemporary artist Laura FaceyLaura Facey, with Harp ArrowBorn31 May 1954Kingston, JamaicaNationalityJamaicanEducationWest Surrey College of Art & DesignJamaica School of ArtKnown forSculpture, installation art Laura Facey CD (born 31 May 1954) is a Jamaican contemporary artist. She is best known for the monumental sculpture Redemption Song (2003), which serves as Jamaica's national monument to the Emancipation from Slavery. Biography Laura Facey was born in Kingston, Jamai...

 

 

CSX railroad line in Florida vteYeoman Subdivision Legend CSX S Line (Wildwood Subdivision) S 808.0 Zephyrhills S 811.4 Crystal Springs S 818.5 Knights I-4 S 822.8 Sandler Junction S 823.1 Plant City CSX A Line (Lakeland Subdivision) S 823.2 Lake Wales Junction CSX Plant City Subdivision S 827.4 Turkey Creek former Florida West Shore Railway (SAL)to Sarasota S 829.5 Sydney CSX Valrico Subdivision S 832.5 Valrico S 834.8 Brandon I-75 S 839.2 YN CSX S Line (Tampa Terminal Subdivision)...

2019 song by Michela Pace ChameleonSingle by Michela PaceReleased4 April 2019GenrePop[1]Length2:59LabelSpinnupSongwriter(s)Joacim PerssonPaula WingerBorislav MilanovJohan AlkenäsMichela Pace singles chronology Chameleon (2019) Cannonball (2019) Music videoChameleon on YouTubeEurovision Song Contest 2019 entryCountryMaltaArtist(s)Michela PaceLanguageEnglishComposer(s)Joacim PerssonPaula WingerBorislav MilanovJohan AlkenäsLyricist(s)Joacim PerssonPaula WingerBorislav MilanovJohan Alke...

 

 

Zoo de La Flèche Logo du Zoo de La Flèche Entrée du Zoo de La Flèche Date d'ouverture 1946 Situation La Flèche (Sarthe) Superficie 18 ha LatitudeLongitude 47° 40′ 33″ nord, 0° 02′ 45″ ouest Nombre d'animaux 1 600 revendiqués Nombre d'espèces 160 revendiquées Nombre de visiteurs annuels 410 000 (2019) Site web http://www.zoo-la-fleche.com/ modifier  Le zoo de La Flèche, anciennement nommé parc zoologique du Tertre-Rouge, est...

 

 

Kembali kehalaman sebelumnya