Consider an βalmost-bipartiteβ graph: take n nodes, partition them into two groups with sizes k and nβk respectively; within each group assign each edge the minimum weight m; assign edges between the two groups any remaining weight (so as to satisfy stochasticity). The trust matrix for this network looks like this:
T=[[m]kΓkββββ[m](nβk)Γ(nβk)ββ].
In other words,
xiβ²β={mβj=1kβxjβ+βj=k+1nβtijβxjββj=1kβtijβxjβ+mβj=k+1nβxjββjβ{1,β¦,k}jβ{k+1,β¦,n}β.
Start with everyone in the first group having opinion 1 and everyone in the second group having opinion 0. Observe by induction then that at each step each group shares the same opinion, so let A=x1β=β―=xkβ and B=xk+1β=β―=xnβ, evolving according to
Aβ²Bβ²β=mkA+(1βmk)B,=[1βm(nβk)]A+m(nβk)B.β
Then note that
Aβ²βBβ²Aβ²βABβ²βBβ=β(1βmn)(AβB),=β(1βmk)(AβB),=β(1βm(nβk))(AβB),β
so then
A(t+1)βA(t)B(t+1)βB(t)β΄Diββ=β(1βmk)[β(1βmn)]t(A(0)βB(0)),=β(1βm(nβk))[β(1βmn)]t(A(0)βB(0)),=nmA(0)βB(0)ββ
{1βmk1βm(nβk)βiβ{1,β¦,k}iβ{k+1,β¦,n}β.β
If kβ{1,nβ1} we recover the star graph, resulting in maximum βworst-caseβ total convergence distance. Conversely worst-case convergence distance is minimized when kβn/2.
It should be noted that in the small m limit, DiββΌ1/(nm), which is same as the upper bound. That is, this graph asymptotically attains the upper bound as well.