Skip to content
Surf Wiki
Save to docs
general/graph-invariants

From Surf Wiki (app.surf) — the open knowledge base

Linear arboricity

Linear arboricity

Partition of the graph of a [[rhombic dodecahedron]] into two [[linear forest]]s, showing that its linear arboricity is two

In graph theory, a branch of mathematics, the linear arboricity of an undirected graph is the smallest number of linear forests its edges can be partitioned into. Here, a linear forest is an acyclic graph with maximum degree two; that is, it is a disjoint union of path graphs. Linear arboricity is a variant of arboricity, the minimum number of forests into which the edges can be partitioned.

The linear arboricity of any graph of maximum degree \Delta is known to be at least \lceil\Delta/2\rceil and is conjectured to be at most \lceil(\Delta+1)/2\rceil. This conjecture would determine the linear arboricity exactly for graphs of odd degree, as in that case both expressions are equal. For graphs of even degree it would imply that the linear arboricity must be one of only two possible values, but determining the exact value among these two choices is NP-complete.

Relation to degree

The linear arboricity of a graph G with maximum degree \Delta is always at least \lceil\Delta/2\rceil, because each linear forest can use only two of the edges at a maximum-degree vertex. The linear arboricity conjecture of is that this lower bound is also tight: according to their conjecture, every graph has linear arboricity at most \lceil(\Delta+1)/2\rceil. However, this remains unproven, with the best proven upper bound on the linear arboricity being somewhat larger, \Delta/2 + O(\Delta^{2/3 - c}) for some constant c 0 due to Ferber, Fox and Jain.

In order for the linear arboricity of a graph to equal \Delta/2, \Delta must be even and each linear forest must have two edges incident to each vertex of degree \Delta. But at a vertex that is at the end of a path, the forest containing that path has only one incident edge, so the degree at that vertex cannot equal \Delta. Thus, a graph whose linear arboricity equals \Delta/2 must have some vertices whose degree is less than maximum. In a regular graph, there are no such vertices, and the linear arboricity cannot equal \Delta/2. Therefore, for regular graphs, the linear arboricity conjecture implies that the linear arboricity is exactly \lceil(\Delta+1)/2\rceil.

Computational complexity

Unlike arboricity, which can be determined in polynomial time, linear arboricity is NP-hard. Even recognizing the graphs of linear arboricity two is NP-complete. However, for cubic graphs and other graphs of maximum degree three, the linear arboricity is always two, and a decomposition into two linear forests can be found in linear time using an algorithm based on depth-first search.

References

Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Linear arboricity — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report