Skip to content
EntityQ4784907· pop 7· linked from 27 articles

arboricity

Sign in to save

Also known as arb(G), edge arboricity

The arboricity of an undirected graph is the minimum number of forests into which its edges can be partitioned. Equivalently it is the minimum number of spanning forests needed to cover all the edges of the graph. The Nash-Williams theorem provides necessary and sufficient conditions for when a graph is k-arboric.

~6 min read

Article

6 sections
Contents
  • Example
  • Arboricity as a measure of density
  • Algorithms
  • Related concepts
  • Special appearances
  • References

The arboricity of an undirected graph is the minimum number of forests into which its edges can be partitioned. Equivalently it is the minimum number of spanning forests needed to cover all the edges of the graph. The Nash-Williams theorem provides necessary and sufficient conditions for when a graph is k-arboric.

==Example== thumb|A partition of the complete bipartite graph K4,4 into three forests, showing that it has arboricity at most three. The figure shows the complete bipartite graph K4,4, with the colors indicating a partition of its edges into three forests. K4,4 cannot be partitioned into fewer forests, because any forest on its eight vertices has at most seven edges, while the overall graph has sixteen edges, more than double the number of edges in a single forest. Therefore, the arboricity of K4,4 is three.

Available in 7 languages

via Wikidata sitelinks · CC0

Connections

Categories