---
title: Sombor Index in Graph Theory
url: https://www.emergentmind.com/topics/sombor-index
type: topic
---

# Sombor Index in Graph Theory

The Sombor index is a vertex-degree-based topological graph invariant defined for a simple graph by summing the Euclidean norms of the degree pairs at each edge. Introduced in 2021 by Ivan Gutman, the Sombor index rapidly attracted attention in both mathematical chemistry and extremal graph theory, due to its combination of geometric motivation and robust analytic properties. Research has since focused on its behavior across various graph families, extremal configurations, structural characterizations, inequalities, and generalizations.

## 1. Definition and Basic Properties

Let $G=(V,E)$ be a finite, simple, connected graph. For each vertex $u\in V$, let $d_G(u)$ denote its degree in $G$. The Sombor index of $G$ is defined as
\[
\mathrm{SO}(G) = \sum_{uv\in E} \sqrt{d_G(u)^2 + d_G(v)^2}.
\]
This definition is symmetric in $u$ and $v$ and depends solely on the degree sequence of $G$ [2204.02746], [2404.01442], [2212.03959]. For regular graphs of degree $r$, every term equals $\sqrt{2r^2}=r\sqrt{2}$, and so $\mathrm{SO}(G) = |E(G)| r\sqrt{2}$.

A parameterized generalization, the $\alpha$-Sombor index, is given by:
\[
\mathrm{SO}_\alpha(G) = \sum_{uv \in E} [d_G(u)^2 + d_G(v)^2]^\alpha,
\]
with $\mathrm{SO}_{1/2}(G)$ recovering the ordinary Sombor index [2211.02911].

### Variants
- Reduced (or "decreasing") Sombor index: $S_{\rm red}(G)=\sum_{uv\in E}\sqrt{(d(u)-1)^2+(d(v)-1)^2}$
- Mean Sombor index: $SO_{\rm avg}(G) = (1/2|E|) \sum_{uv\in E} \sqrt{(d(u)-A)^2 + (d(v)-A)^2}$ where $A=2|E|/|V|$ [2112.09947].

The Sombor index is always strictly positive, is monotonic with respect to adding edges, and is sensitive to the presence of high-degree vertices.

## 2. Extremal Values and Characterization Problems

Much of the literature focuses on identifying extremal graphs, especially in classes specified by order, degree sequence, maximum degree, matching number, cut-vertex count, or presence of cycles.

### Extremal Trees and Degree Constraints

- Among all $n$-vertex trees, Gutman showed that the path $P_n$ attains $\min \mathrm{SO}$ and the star $S_n$ attains $\max \mathrm{SO}$ [2204.02746], [2404.01442], [2212.03959], [2211.02911].
- For a fixed tree degree sequence $D$, the unique minimizer is the greedy tree $G(D)$ constructed by placing the largest available degree as close to the root as possible, while the unique maximizer is the alternating greedy tree $\mathcal{M}(D)$ obtained by alternating largest-to-largest and largest-to-smallest matchings between successive levels [2404.01442], [2212.03959], [2211.06396].
- If majorization $D \prec D'$ holds between tree degree sequences, the maximal Sombor index increases: $\mathrm{SO}(\mathcal{M}(D)) < \mathrm{SO}(\mathcal{M}(D'))$ [2404.01442].
- For fixed matching number $m$, the extremal tree is formed by a star with $(n-m+1)$ vertices and $(m-1)$ leaves each extended by one extra pendant, giving a closed-form for $\max \mathrm{SO}$ in terms of $n$ and $m$ [2103.04645].

### Extremal Two-Trees

For the class of two-trees (maximal series-parallel graphs), two canonical constructions govern extremality:
- $X_n$: Obtained from $K_{2, n-2}$ plus an edge between the high-degree vertices; two vertices have degree $n-1$, the rest degree $2$.
- $L_n$: Formed by attaching a new vertex to one leaf and one high-degree vertex of $X_{n-1}$.

The following extremal properties hold:
- $\max \mathrm{SO}$ among two-trees: Achieved uniquely by $X_n$ with $\mathrm{SO}(G_n) = \sqrt{2}(n-1)+2(n-2)\sqrt{(n-1)^2+4}$
- Second maximum: Achieved by $L_n$, with explicit formula [2204.02746].
- The Sombor coindex (sum over non-edges) is minimal for $X_n$, with matching second-minimum for $L_n$.

### Other Extremal Families

- For graphs with specified cut-vertex count $k$, the unique $\min \mathrm{SO}$ structure is the broom graph $B_{n,k}$, a path with a star attached at one end [2203.08438].
- For cacti (block graphs with at most one cycle sharing per vertex), concentrating as much degree as possible into a central vertex maximizes $\mathrm{SO}$, particularly when all cycles are triangles [2103.07924].
- For trees or unicyclic graphs with fixed maximum degree, spider-like structures minimize $\mathrm{SO}$, with explicit leg-counts determined by $n$ and $\Delta$ [2103.07947].

## 3. Analytic and Combinatorial Principles

The determination of extremal configurations for $\mathrm{SO}$ relies on several analytic and combinatorial tools:
- Edge-swap (branch reallocation) and switching lemmas: Local modifications that strictly increase or decrease $\mathrm{SO}$ under structural misalignments [2404.01442], [2212.03959], [2211.06396].
- Monotonicity of $f(x,y)=\sqrt{x^2+y^2}$: This function is strictly increasing in each variable.
- Karamata convexity: Sequences that majorize others maximize convex functions such as $x\mapsto \sqrt{x^2+c^2}$ [2103.07947].
- Majorization: More "spread out" degree sequences increase maximal Sombor index.

Proofs frequently employ induction on graph order, often peeling off leaves or degree-2 vertices and tracking the corresponding change in $\mathrm{SO}$.

## 4. Structural and Chemical Interpretations

From a chemical graph theory perspective, the Sombor index acts as a molecular descriptor sensitive to distribution of branching, presence of articulation points, and overall molecular topology [2203.08438], [2103.13663].

- Attaching leaves or small substructures to high-degree vertices tends to increase $\mathrm{SO}$, reflecting structural centralization/branching.
- For graphs with prescribed degree sequence, $\mathrm{SO}$ is minimized when high-degree nodes are as distal from each other as allowed ("greedy" arrangement).
- In cacti and polymer graphs, maximal values arise from the concentration of cycles and branches at a single node, maximizing high-degree interactions [2103.07924], [2103.13663].

Empirically, strong QSPR correlations have been found between $\mathrm{SO}$ and thermochemical properties for various molecular families [2208.11124].

## 5. Inequalities and Closed-Formulas

The Sombor index admits numerous closed-formulas for canonical families and structural bounds:

| Graph Family                  | Sombor Index Formula                                  |
|-------------------------------|-------------------------------------------------------|
| Path $P_n$                    | $2\sqrt{5}+(n-3)2\sqrt{2}$                            |
| Cycle $C_n$                   | $2n\sqrt{2}$                                          |
| Star $K_{1,n}$                | $n\sqrt{n^2+1}$                                       |
| Complete $K_n$                | $\binom{n}{2}(n-1)\sqrt{2}$                           |
| Complete bipartite $K_{m,n}$  | $mn\sqrt{m^2+n^2}$                                    |

Simple edge and vertex modifications yield sharp bounds:
- Edge deletion: $SO(G-e) < SO(G) - |d(u)-d(v)|/\sqrt{2}$ for $e=uv$ [2102.10409].
- For a tree on $n$ vertices, $SO(P_n) \leq SO(T) \leq SO(S_n)$ [2208.11124].

Further, tight bounds relate $\mathrm{SO}(G)$ to other degree-based indices (Zagreb, ABC, AG/GA indices, "forgotten" index) as in [2409.07099], e.g.,
\[
SO(G) \leq \sqrt{|E(G)| F(G)}
\]
with $F(G)=\sum_{uv\in E}(d(u)^2 + d(v)^2)$, equality for regular graphs.

## 6. Extensions and Generalizations

Research extends the Sombor index in several directions:
- The general Sombor index with power parameter $\alpha$ allows analysis of more general edge contributions, and relevant extremal graph characterizations change depending on $\alpha$ [2211.02911], [2208.00418].
- Sombor-like invariants (denoted $SO_1, ..., SO_6$) capture various algebraic and geometric variations of the basic construction, some matching up with classical indices for regular graphs [2208.02091].
- The Sombor coindex, defined as the sum over non-edges, is meaningful in distinguishing among structurally similar graphs, especially in chordal and series-parallel classes [2204.02746].
- Analytic bounds using variance, geometric mean, and AM-GM inequalities have been developed for estimation and approximation of $\mathrm{SO}$ in large or statistical graph settings [2409.07099].

## 7. Current Directions and Open Problems

Several themes continue to drive research:
- Extending extremal characterizations to classes beyond trees: unicyclic, bicyclic, cacti, $k$-trees, and chordal graphs remain of interest, with conjectured analogues of known tree results [2204.02746].
- Complete characterization of maximal Sombor index graphs for prescribed degree sequence, especially for cyclic or multicyclic cases [2211.02911], [2211.06396].
- Investigation of variants and Sombor-like indices in chemical informatics, including regression studies for QSPR applications [2208.11124], [2210.12726].
- Statistical analysis of $\mathrm{SO}$ in random chain networks: as chain length grows, the Sombor index distribution approaches normality, enabling ensemble-average predictions [2210.12726].
- Further development of analytic inequalities involving higher-order moments, AG/GA indices, and SDD indices, with exploration of tightness regimes and extremal sharpness [2409.07099].

The Sombor index sits at the intersection of geometry-inspired graph invariants, analytic combinatorics, and chemical graph theory, with rigorous structural characterization underpinning both its mathematical and applied significance [2204.02746], [2404.01442], [2212.03959], [2211.02911], [2211.06396], [2103.07947], [2103.13663].

Source: https://www.emergentmind.com/topics/sombor-index