Assume we have a directed weighted network on n nodes that is complete including self-loops; that is, every edge has strictly positive weight.
This means that the trust matrix T has strictly positive entries.
definition
Denote the minimum entry of T
m:=i,j∈{1,…,n}mintij.
Note that row-stochasticity of T implies m≤1/n.
definition
For each time t, define the maximum and minimum opinion values U(t)=maxi∈{1,…,n}xi(t)
and L(t)=mini∈{1,…,n}xi(t).
claimconvergence distance bound for complete graphs
Under these conditions, total convergence distance is bounded by
D≤nm1−m(U(0)−L(0)).
Furthermore, this bound is tight—meaning, for each n∈N and m∈(0,1/n] there exists a network and initial state resulting in D=(1−m)/(nm).
For the next two lemmas, to ease readability we omit (t) denoting values at time t, and use primes ′ instead of (t+1) to denote values at time t+1.
lemmaupper-lower
U′−L′≤(1−nm)(U−L).
proof
Let u,l∈{1,…,n} be the indices of the nodes that respectively attain the maximum/minimum values at time t+1; that is, U′=xu′=∑j=1ntujxj and L′=xl′=∑j=1ntljxj. Then observe by row-stochasticity that
In the expression for U′, note that at least one term in the sum attains the minimum value xj=L, so discarding/ignoring all other terms (all of which are non-positive) we have U′≤U+m(L−U). Then U′−L′≤(1−m)(U−L).
Likewise, in the expression for L′ at least one term in the sum attains xj=U; discard other terms (all of which are non-negative) to obtain L′≥L+m(U−L) and so U−L′≤(1−m)(U−L) as well.
Now we prove the actual bound. Fix any node i. Observe that on each step
L′−U≤di=xi′−xi≤U′−L
and so
∣di∣≤max{U′−L,U−L′}≤(1−m)(U−L)
by the half-step lemma.
Meanwhile, the upper-lower lemma implies that U(t)−L(t)≤(1−nm)t(U(0)−L(0)), so we have
If we take the network defined above and discard all edges of weight m, we’re left with a star graph, with node 1 in the center and all other agents on the spokes. So we could generalize this a little—a star graph is a special instance of bipartite graphs (also, core-periphery? hub-and-spoke?).
What about generalizations of this shape of graph?