Cycle decomposition (graph theory): Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
{{combin-stub}} |
{{combin-stub}} |
||
'''Decomposition of a graph''': In graph theory, Given a graph <math>G</math> we can dissect this graph to proper subgraphs the way that no two subgraph would have the same edge and the union of these subgraph will give us the original graph. we can call these subgraphs the Decomposition of <math>G</math>. |
|||
'''cycle decomposition''' |
|||
In [[Graph Theory]] A cycle decomposition is a decomposition such that each subgraph <math>H_i</math> in the decomposition is a cycle. Every vertex in a graph that has cycle decomposition must have even degree. |
|||
'''Spanning Subgraph''': <math>H</math> is a spanning subgraph of <math>G</math>, if <math>H</math> is obtains by only edge dilation of graph<math> G</math>. Therefore Graph <math>H</math> has all the vertices of graph <math>G</math>. |
|||
'''r-factor of a graph''': A spanning subgraph <math>H</math> of graph <math>G</math> is called a r-factor of <math>G</math> if <math>H</math> is a regular if degree <math>r</math>. Therefore all vertices of <math>H</math> shall have the same degree to be called r-factor. |
|||
'''1-factor of a graph''': A spanning subgraph <math>H</math> of graph <math>G</math> is called a 1-factor of <math>G</math> if <math>H</math> is a regular if degree <math>r</math>. Therefore all vertices of <math>H</math> shall have the same degree to be called 1-factor. |
|||
'''Cycle decomposition of <math>K_n</math> & <math>K_n-I</math> .''' |
|||
'''[[Brian Alspach]]''' and '''Heather Gavlas''' have established necessary and sufficient conditions for decomposition of the [[complete graph]] of even order minus a 1-factor into even cycles and the complete graph of odd order into odd cycles. Prior to this prove we know that the existence of cycle decomposition of a complete graph requires the degree of the vertices to be even; therefore the complete graph must have an odd degree of vertices. However Brian Alspach and Heather Gavlas were able to find a way to decompose a complete graph with an even number of vertices by removing a 1-factor. |
|||
they used these following techniques to prove their theorems, Ceyley graphs, in particular, circulant graphs. Also many of their decompositions came from the action of a permutation on a fix subgraph. |
|||
<ref>http://www.sciencedirect.com/science/article/pii/S0095895600919968</ref> |
|||
They proved that for positive even integers <math>m</math> and <math>n</math> with <math>4\leq m\leq n </math>,the graph <math>K_n-I</math> can be decomposed into cycles of length <math>m</math> if and only if the number of edges in <math>K_n-I</math> is a multiple of <math>m</math>. |
|||
Also for positive odd integers <math>m</math> and <math>n</math> with 3≤m≤n,the graph <math>K_n</math> can be decomposed into cycles of length m if and only if the number of edges in <math>K_n</math> is a multiple of <math>m</math>. |
|||
<ref> http://www.sciencedirect.com/science/article/pii/S0095895600919968</ref> |
Revision as of 01:24, 8 April 2014
In graph theory, a cycle decomposition is a partitioning of the edges of a graph into subsets, such that the edges in each subset lie on a cycle.
References
- Bondy, J.A.; Murty, U.S.R. (2008), "2.4 Decompositions and coverings", Graph Theory, Springer, ISBN 978-1-84628-969-9.
Decomposition of a graph: In graph theory, Given a graph we can dissect this graph to proper subgraphs the way that no two subgraph would have the same edge and the union of these subgraph will give us the original graph. we can call these subgraphs the Decomposition of .
cycle decomposition
In Graph Theory A cycle decomposition is a decomposition such that each subgraph in the decomposition is a cycle. Every vertex in a graph that has cycle decomposition must have even degree.
Spanning Subgraph: is a spanning subgraph of , if is obtains by only edge dilation of graph. Therefore Graph has all the vertices of graph .
r-factor of a graph: A spanning subgraph of graph is called a r-factor of if is a regular if degree . Therefore all vertices of shall have the same degree to be called r-factor.
1-factor of a graph: A spanning subgraph of graph is called a 1-factor of if is a regular if degree . Therefore all vertices of shall have the same degree to be called 1-factor.
Cycle decomposition of & .
Brian Alspach and Heather Gavlas have established necessary and sufficient conditions for decomposition of the complete graph of even order minus a 1-factor into even cycles and the complete graph of odd order into odd cycles. Prior to this prove we know that the existence of cycle decomposition of a complete graph requires the degree of the vertices to be even; therefore the complete graph must have an odd degree of vertices. However Brian Alspach and Heather Gavlas were able to find a way to decompose a complete graph with an even number of vertices by removing a 1-factor. they used these following techniques to prove their theorems, Ceyley graphs, in particular, circulant graphs. Also many of their decompositions came from the action of a permutation on a fix subgraph. [1]
They proved that for positive even integers and with ,the graph can be decomposed into cycles of length if and only if the number of edges in is a multiple of . Also for positive odd integers and with 3≤m≤n,the graph can be decomposed into cycles of length m if and only if the number of edges in is a multiple of .