![]() | This article may be too technical for most readers to understand.(October 2025) |
The Albertson index (also known as irregularity or Albertson irregularity index) is a graph invariant that measures the irregularity of a graph by summing the imbalances of all its edges. It was introduced by Michael O. Albertson in 1997 as a single parameter to capture how "non-regular" a graph is. [1]
For a simple undirected graph , the imbalance of an edge is defined as:
where and denote the degrees of vertices and .
The Albertson index of , denoted (sometimes or in the literature), is the sum of the imbalances of all edges:
A graph is regular if and only if its Albertson index is zero.
The Albertson index is always an even integer. For a graph with vertices, the index is bounded by . [1]
The maximum Albertson index over all graphs with vertices is less than , and this bound is tight. The extremal graphs that approach this bound are of the form , the join of a complete graph and an independent set , where is approximately . [1]
A graph is called critical if adding or removing any single edge does not increase its Albertson index. Albertson proved that a graph is critical if and only if it is of the form for some , a result used to establish the general upper bound. [1]
For specific classes of graphs, tighter bounds exist:
If is bipartite, then
The irregularity of a complete bipartite graph is .
If is triangle-free, then
Among all trees with vertices, the Albertson index is bounded by:
The lower bound of 2 is achieved exclusively by the path graph , while the upper bound is achieved exclusively by the star graph . [1]
While the star graph maximizes irregularity for trees, the minimal irregularity for certain graph classes has also been studied. For a connected graph with pendant vertices, a general lower bound is . [2]
A related measure, the total irregularity, was introduced by Abdo, Brandt, and Dimitrov. It is defined as the sum of absolute degree differences over all pairs of vertices, not just adjacent ones: [3]
Unlike the Albertson index, the total irregularity depends only on the degree sequence of a graph, not its specific edge structure. [3]
A generalization was introduced by Lin, Zhou, Wang, and Miao in 2022. The general Albertson index (or -Albertson index) is defined as: [4]
where is a positive real number. This reduces to the classical Albertson index for . For , its square is known as the -index and is related to the Zagreb indices and the forgotten topological index. The extremal trees for the -Albertson index remain the path graph (minimum) and the star graph (maximum). [4]
The Albertson index has applications in mathematical chemistry for predicting physicochemical properties of molecules in QSAR/QSPR modeling. In network science, it provides a quantitative measure of network heterogeneity.
The concept is also connected to other graph theoretical topics, such as stepwise irregular graphs, where every edge has an imbalance of exactly 1, [5] and the imbalance conjecture, which studies whether sequences of edge imbalances can form a valid degree sequence of some graph. [6]