up:: Star Graph

The Average Nearest Neighbors’ Degree of a node (in a Simple Graph) measures how close is to a star graph’s center. In other words, measures how the vicinity of compares to a star graph.

is a (local) star graph center

Let be the center of a local star graph. Then this means that its neighbors connect exclusively to , i.e. all their Node Degrees are equal to . Thus, their sum is equal to ‘s degree (since this is a Simple Graph and undirected, i.e. no self-loops and at most one link between nodes).

is a (local) star graph center

Let . Then this means that ‘s Node Degree is not empty, i.e. it has neighbors. Thus, we can infer that

But note that ‘s degree is equal to how many neighbors it has, i.e. .

Therefore

\sum_\limits{<j>} \left(k(j) - 1\right) = 0

Since we have that (since it has at least as its neighbor), then we have that . Therefore, each term in this sum must be individually equal to zero.

Thus, each of ‘s neighbors connect exclusively to it. Thus, is the center of a local star graph.