Stepwise irregular graph

From HandWiki
A stepwise irregular graph. The number on each vertex represents the degree of the vertex.

In graph theory, a stepwise irregular graph (or SI graph) is a graph in which the degrees of any two adjacent vertices differ by exactly one. This concept was introduced by Ivan Gutman in 2018 as a way to study graphs with minimal irregularity among those with non-zero edge imbalance.[1]

Definition

A graph G=(V,E) is called stepwise irregular if for every edge uvE(G), we have |d(u)d(v)|=1, where d(x) denotes the degree of vertex x.

More generally, a graph G is called a k-stepwise irregular graph (or k-SI graph) for a positive integer k1 if |d(u)d(v)|=k for every edge uvE(G).[2] The original stepwise irregular graphs correspond to the case k=1.

Basic properties

Stepwise irregular graphs have several fundamental structural properties. Every stepwise irregular graph is bipartite. This follows from the fact that SI graphs cannot contain odd cycles. In any cycle, moving along consecutive vertices requires the degrees to alternately increase and decrease by one, which is only possible if the cycle has even length.[1]

Every stepwise irregular graph has an even number of edges. This is a direct consequence of the Albertson index property and the fact that for SI graphs, the Albertson index equals the number of edges.[1]

In a stepwise irregular graph, every integer between the minimum degree δ(G) and maximum degree Δ(G) must appear as the degree of some vertex.[3] The graph is naturally bipartitioned into vertices of even degree and vertices of odd degree.

Structural results

Order constraints

The possible orders (number of vertices) of stepwise irregular graphs depend on their cyclomatic number γ=mn+1:

  • Trees (γ=0): The order is always odd. SI trees exist for all odd orders except 1, 5, 8, 13, and 17.[1]
  • Unicyclic graphs (γ=1): The order is always even. SI unicyclic graphs exist for all even orders except 2, 4, 6, 10, and 14.[1]
  • Bicyclic graphs (γ=2): The order is always odd. SI bicyclic graphs exist for all odd orders except 1, 3, 7, and 11.[1][3]
  • Tricyclic graphs (γ=3): The order is always even. SI tricyclic graphs exist for all even orders except 2, 4, 6, and 8.[3]

Connected stepwise irregular graphs exist for all orders except 1, 2, 4, and 6.[1][3]

Diameter results

For k-stepwise irregular graphs, it has been proven that for any k1 and any diameter d2, there exists a k-SI graph with diameter d. This can be achieved using graph products such as the Cartesian and lexicographic products.[2]

Extremal results

For a k-stepwise irregular graph G of order n:

Δ(G)n+k2

Where Δ(G) is the maximum degree of G. The equality holds if and only if G is isomorphic to the complete bipartite graph K(n+k)/2,(nk)/2.[2]

The number of edges m in a k-SI graph G satisfies:

m(G)nΔ(G)(Δ(G)k)2Δ(G)k

with equality if and only if the degree complexity Cd(G)=2 (i.e., the graph has exactly two distinct degree values).[2]

Graph operations

Stepwise irregular graphs are not closed under common graph operations.[3] Removing any edge or vertex from an SI graph results in a non-SI graph. The complement of a connected SI graph is never SI. The subdivision graph of an SI graph is generally not SI, except for specific cases (K2, K1,3, and 3-regular graphs). The line graph of an SI graph is not SI, except when the original graph is P4.

Connection to graph irregularity

Stepwise irregular graphs are closely related to the Albertson index, a measure of graph irregularity defined as:

Alb(G)=uvE(G)|d(u)d(v)|

This is sometimes denoted by I(G) and simply called the irregularity of a graph in the literature.[4] For stepwise irregular graphs, Alb(G)=m, making them the least irregular graphs among those with non-zero edge imbalance.[1]

Topological indices

The Wiener index W(G), degree distance DD(G), and Gutman index ZZ(G) of SI graphs are all even integers, as well as the first and second Zagreb indices M1(G) and M2(G), and the multiplicative Zagreb indices Π1(G) and Π2(G).[1]

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 Gutman, Ivan (2018). "Stepwise irregular graphs". Applied Mathematics and Computation 325: 234–238. doi:10.1016/j.amc.2017.12.045. 
  2. 2.0 2.1 2.2 2.3 Alizadeh, Yaser; Klavžar, Sandi; Langari, Javaher (2024). "Extremal results on k-stepwise irregular graphs". arXiv:2411.15765 [math.CO].
  3. 3.0 3.1 3.2 3.3 3.4 Bera, Somnath; Paul, Prithwineel (2018). "Properties of stepwise irregular graphs". arXiv:1809.03297 [math.CO].
  4. Albertson, M. O. (1997). "The irregularity of a graph". Ars Combinatoria 46: 219–225. https://combinatorialpress.com/article/ars/Volume%20046/volume-46-paper-16.pdf.