<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=69.249.206.47</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=69.249.206.47"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/69.249.206.47"/>
	<updated>2026-05-30T08:34:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Bandwidth-sharing_game&amp;diff=27792</id>
		<title>Bandwidth-sharing game</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Bandwidth-sharing_game&amp;diff=27792"/>
		<updated>2013-09-24T22:23:39Z</updated>

		<summary type="html">&lt;p&gt;69.249.206.47: /* Proof */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Orphan|date=July 2013}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DeGroot learning&#039;&#039;&#039; refers to a rule-of-thumb type of social learning process. The idea was stated in its general form by the American statistician [[Morris DeGroot|Morris H. DeGroot]];&amp;lt;ref name=DeGroot74/&amp;gt; antecedents were articulated by John R. P. French&amp;lt;ref name=French56/&amp;gt; and Frank Harary.&amp;lt;ref name=Harary59/&amp;gt; The model has been used in [[physics]], [[computer science]] and most widely in the theory of [[Social network analysis|social networks]].&amp;lt;ref name = Jackson2008/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setup and the learning process ==&lt;br /&gt;
Take a society of &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; agents where everybody has an opinion on a subject, represented by a vector of probabilities &amp;lt;math&amp;gt; p(0) = (p_1(0), \dots, p_n(0) ) &amp;lt;/math&amp;gt;. Agents obtain no new information based on which they can update their opinions but they communicate with other agents. Links between agents (who knows whom) and the weight they put on each other&#039;s opinions is represented by a trust matrix &amp;lt;math&amp;gt; T &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt; T_{ij} &amp;lt;/math&amp;gt; is the weight that agent &amp;lt;math&amp;gt; i &amp;lt;/math&amp;gt; puts on agent &amp;lt;math&amp;gt; j &amp;lt;/math&amp;gt;&#039;s opinion. The trust matrix is thus in a one-to-one relationship with a [[Weighted graph|weighted]], [[directed graph]] where there is an edge between &amp;lt;math&amp;gt; i &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; j &amp;lt;/math&amp;gt; if and only if &amp;lt;math&amp;gt; T_{ij} &amp;gt; 0 &amp;lt;/math&amp;gt;. The trust matrix is [[Stochastic matrix|stochastic]], its rows consists of nonnegative real numbers, with each row summing to 1.&lt;br /&gt;
&lt;br /&gt;
Formally, the beliefs are updated in each period as&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
p(t) = T p(t-1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so the &amp;lt;math&amp;gt; t &amp;lt;/math&amp;gt; th period opinions are related to the initial opinions by&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
p(t) = T^t p(0)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Convergence of beliefs and consensus ==&lt;br /&gt;
&lt;br /&gt;
An important question is whether beliefs converge to a limit and to each other in the long run. &lt;br /&gt;
As the trust matrix is [[Stochastic matrix|stochastic]], standard results in [[Markov chain]] theory can be used to state conditions under which the limit&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
p(\infty) = \lim_{t \to \infty} p(t) = \lim_{t \to \infty} T^t p(0)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
exists for any initial beliefs &amp;lt;math&amp;gt; p(0) \in [0, 1]^n &amp;lt;/math&amp;gt;. The following cases are treated in Golub and Jackson &lt;br /&gt;
&amp;lt;ref name = GolJack2010/&amp;gt; (2010).&lt;br /&gt;
&lt;br /&gt;
=== Strongly connected case ===&lt;br /&gt;
&lt;br /&gt;
If the social network graph (represented by the trust matrix) is [[strongly connected]], convergence of beliefs is equivalent to each of the followings&lt;br /&gt;
* the graph represented by &amp;lt;math&amp;gt; T &amp;lt;/math&amp;gt; is [[Aperiodic graph|aperiodic]]&lt;br /&gt;
* there is a unique left [[Eigenvalues and eigenvectors|eigenvector]] &amp;lt;math&amp;gt; s &amp;lt;/math&amp;gt; of  &amp;lt;math&amp;gt; T &amp;lt;/math&amp;gt; corresponding to [[Eigenvalues and eigenvectors|eigenvalue]] 1 whose&lt;br /&gt;
entries sum to 1 such that, for every &amp;lt;math&amp;gt; p \in [0, 1]^n &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt; \left( \lim_{t \to \infty} T^t p \right)_i = s \cdot p &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for every &amp;lt;math&amp;gt; i \in \{1, \dots, n \} &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt; \cdot &amp;lt;/math&amp;gt; denotes the [[dot product]].&lt;br /&gt;
&lt;br /&gt;
=== General case ===&lt;br /&gt;
&lt;br /&gt;
It is not necessary to have a [[strongly connected]] social network to have convergent beliefs, however,&lt;br /&gt;
the equality of limiting beliefs does not hold in general.&lt;br /&gt;
&lt;br /&gt;
We say that a group of agents &amp;lt;math&amp;gt; C \subseteq \{1, \dots, n \} &amp;lt;/math&amp;gt; is &#039;&#039;closed&#039;&#039; if for any &amp;lt;math&amp;gt; i \in C &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt; T_{ij} &amp;gt; 0 &amp;lt;/math&amp;gt; only if &amp;lt;math&amp;gt; j \in C &amp;lt;/math&amp;gt; . Beliefs are convergent if and only if every set of nodes (representing individuals) that is strongly connected and closed is also [[Aperiodic graph|aperiodic]].&lt;br /&gt;
&lt;br /&gt;
=== Consensus ===&lt;br /&gt;
&lt;br /&gt;
A group &amp;lt;math&amp;gt; C &amp;lt;/math&amp;gt; of individuals is said to reach a &#039;&#039;consensus&#039;&#039; if &amp;lt;math&amp;gt; p_i(\infty)= p_j(\infty) &amp;lt;/math&amp;gt; for any &amp;lt;math&amp;gt; i, j \in C &amp;lt;/math&amp;gt;. This means that, as a result of the learning process, in the limit they have the same belief on the subject.&lt;br /&gt;
&lt;br /&gt;
With a [[strongly connected]] and [[Aperiodic graph|aperiodic]] network the whole group reaches a consensus.&lt;br /&gt;
In general, any strongly connected and closed group &amp;lt;math&amp;gt; C &amp;lt;/math&amp;gt; of individuals reaches a consensus for every initial vector of beliefs if and only if it is aperiodic. If, for example, there are two groups satisfying these assumptions, they reach a consensus inside the groups but there is not necessarily a consensus at the society level.&lt;br /&gt;
&lt;br /&gt;
== Social influence ==&lt;br /&gt;
&lt;br /&gt;
Take a [[strongly connected]] and [[Aperiodic graph|aperiodic]] social network. In this case, the common limiting beliefs are determined by the initial beliefs  through&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
p(\infty) = s \cdot p(0)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; s &amp;lt;/math&amp;gt; is the unique unit length [[Eigenvalues and eigenvectors|left eigenvector]] of &amp;lt;math&amp;gt; T &amp;lt;/math&amp;gt; corresponding to the [[Eigenvalues and eigenvectors|eigenvalue]] 1. The vector &amp;lt;math&amp;gt; s &amp;lt;/math&amp;gt; shows the weights that agents put on each other&#039;s initial beliefs in the consensus limit. Thus, the higher is &amp;lt;math&amp;gt; s_i &amp;lt;/math&amp;gt;, the more &#039;&#039;influence&#039;&#039; individual &amp;lt;math&amp;gt; i &amp;lt;/math&amp;gt; has on the consensus belief.&lt;br /&gt;
&lt;br /&gt;
The eigenvector property &amp;lt;math&amp;gt; s = s T &amp;lt;/math&amp;gt; implies that &lt;br /&gt;
:&amp;lt;math&amp;gt; s_i = \sum_{j=1}^n T_{ji} s_j &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means that the influence of &amp;lt;math&amp;gt; i &amp;lt;/math&amp;gt; is a weighted average of those agents&#039; influence &amp;lt;math&amp;gt; s_j &amp;lt;/math&amp;gt; who pay attention to &amp;lt;math&amp;gt; i &amp;lt;/math&amp;gt;, with weights of their level of trust. Hence influential agents are characterized by being trusted by other individuals with high influence.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
These examples appear in Jackson &amp;lt;ref name=Jackson2008 /&amp;gt; (2008).&lt;br /&gt;
&lt;br /&gt;
=== Convergence of beliefs ===&lt;br /&gt;
[[File:De Groot learning convergent example.png|200px|right|thumb|A society with convergent beliefs]]&lt;br /&gt;
Consider a three-individual society with the following trust matrix:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
T = &lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
0 &amp;amp; 1/2 &amp;amp; 1/2 \\&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 \\&lt;br /&gt;
0 &amp;amp; 1 &amp;amp; 0 \\&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence the first person weights the beliefs of the other two with equally, while &lt;br /&gt;
the second listens only to the first, the third only to the second individual.&lt;br /&gt;
For this social trust structure, the limit exists and equals&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\lim_{t \to \infty} T^t p(0) = \left(\lim_{t \to \infty} T^t\right) p(0) = \begin{pmatrix}&lt;br /&gt;
2/5 &amp;amp; 2/5 &amp;amp; 1/5 \\&lt;br /&gt;
2/5 &amp;amp; 2/5 &amp;amp; 1/5 \\&lt;br /&gt;
2/5 &amp;amp; 2/5 &amp;amp; 1/5 \\&lt;br /&gt;
\end{pmatrix} p(0) &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so the influence vector is &amp;lt;math&amp;gt; s = \left( 2/5, 2/5, 1/5 \right) &amp;lt;/math&amp;gt; and the consensus belief is &lt;br /&gt;
&amp;lt;math&amp;gt; 2/5 p_1(0) + 2/5 p_2(0) + 1/5 p_3(0) &amp;lt;/math&amp;gt;. In words, independently of the initial beliefs, &lt;br /&gt;
individuals reach a consensus where the initial belief of the first and the second person has twice as&lt;br /&gt;
high influence than the third one&#039;s.&lt;br /&gt;
&lt;br /&gt;
=== Non-convergent beliefs ===&lt;br /&gt;
[[File:De groot learning nonconvergent beliefs.png|200px|right|thumb|A society with non-convergent beliefs]]&lt;br /&gt;
If we change the previous example such that the third person also listens exclusively to the first&lt;br /&gt;
one, we have the following trust matrix:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
T = &lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
0 &amp;amp; 1/2 &amp;amp; 1/2 \\&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 \\&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 \\&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case for any &amp;lt;math&amp;gt; k \geq 1 &amp;lt;/math&amp;gt; we have&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
T^{2k - 1} = &lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
0 &amp;amp; 1/2 &amp;amp; 1/2 \\&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 \\&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 \\&lt;br /&gt;
\end{pmatrix} &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
T^{2k} = &lt;br /&gt;
\begin{pmatrix}&lt;br /&gt;
1 &amp;amp; 0 &amp;amp; 0 \\&lt;br /&gt;
0 &amp;amp; 1/2 &amp;amp; 1/2 \\&lt;br /&gt;
0 &amp;amp; 1/2 &amp;amp; 1/2 \\&lt;br /&gt;
\end{pmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so &amp;lt;math&amp;gt; \lim_{t \to \infty} T^t &amp;lt;/math&amp;gt; does not exist and &lt;br /&gt;
beliefs do not converge in the limit. Intuitively, 1 is updating based on 2 and 3&#039;s beliefs while&lt;br /&gt;
2 and 3 update solely based on 1&#039;s belief so they interchange their beliefs in each period.&lt;br /&gt;
&lt;br /&gt;
== Asymptotic properties in large societies: wisdom ==&lt;br /&gt;
&lt;br /&gt;
It is possible to examine the outcome of the DeGroot learning process in large societies,&lt;br /&gt;
that is, in the &amp;lt;math&amp;gt; n \to \infty &amp;lt;/math&amp;gt; limit.&lt;br /&gt;
&lt;br /&gt;
Let the subject on which people have opinions be a &amp;quot;true state&amp;quot; &amp;lt;math&amp;gt; \mu \in [0, 1] &amp;lt;/math&amp;gt;. Assume that individuals&lt;br /&gt;
have [[Independence (probability theory)|independent]] noisy signals &amp;lt;math&amp;gt; p_i^{(0)}(n) &amp;lt;/math&amp;gt; of &amp;lt;math&amp;gt; \mu &amp;lt;/math&amp;gt;&lt;br /&gt;
(now superscript refers to time, the argument to the size of the society).&lt;br /&gt;
Assume that for all &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; the trust matrix &amp;lt;math&amp;gt; T(n) &amp;lt;/math&amp;gt; is such that the &lt;br /&gt;
limiting beliefs &amp;lt;math&amp;gt; p_i^{(\infty)}(n) &amp;lt;/math&amp;gt; exists independently from the initial beliefs. &lt;br /&gt;
Then the sequence of societies &amp;lt;math&amp;gt; \left( T(n) \right)_{n = 1}^{\infty} &amp;lt;/math&amp;gt; is called &#039;&#039;wise&#039;&#039; if&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\max_{i \leq n} | p_i^{(\infty)} - \mu | \xrightarrow{\ p\ } 0&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt; \xrightarrow{\ p\ } &amp;lt;/math&amp;gt; denotes [[Convergence of random variables|convergence in probability]].&lt;br /&gt;
This means that if the society grows without bound, over time they will have a common and accurate &lt;br /&gt;
belief on the uncertain subject.&lt;br /&gt;
&lt;br /&gt;
A necessary and sufficient condition for wisdom &lt;br /&gt;
can be given with the help of [[#Social influence|influence vectors]]. A sequence of societies is wise if and only&lt;br /&gt;
if&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\lim_{n \to \infty} \max_{i \leq n} s_i(n) = 0&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
that is, the society is wise precisely when even the most influential individual&#039;s influence vanishes in the &lt;br /&gt;
large society limit. For further characterization and examples see Golub and Jackson&amp;lt;ref name=GolJack2010 /&amp;gt; (2010).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
* &amp;lt;ref name = DeGroot74&amp;gt;DeGroot, Morris H. 1974. “[http://www.jstor.org/stable/10.2307/2285509 Reaching a Consensus.]” &#039;&#039;Journal of the American Statistical Association&#039;&#039;, 69(345): 118–21.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;ref name = French56&amp;gt;French, John R. P. 1956. “A Formal Theory of Social Power” &#039;&#039;Psychological Review&#039;&#039;, 63: 181–94.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;ref name = GolJack2010&amp;gt;Golub, Benjamin &amp;amp; Matthew O. Jackson 2010. &amp;quot;[http://www.aeaweb.org/articles.php?doi=10.1257/mic.2.1.112 Na&amp;amp;iuml;ve Learning in Social Networks and the Wisdom of Crowds,]&amp;quot; American Economic Journal: Microeconomics, American Economic Association, vol. 2(1), pages 112-49, February.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;ref name=Jackson2008&amp;gt;Jackson, Matthew O. 2008. &#039;&#039;Social and Economic Networks.&#039;&#039; Princeton University Press.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;ref name = Harary59&amp;gt;Harary, Frank. 1959. “A Criterion for Unanimity in French&#039;s Theory of Social Power” in Dorwin Cartwright (ed.), &#039;&#039;Studies in Social Power&#039;&#039;, Ann Arbor, MI: Institute for Social Research.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Social learning theory]]&lt;/div&gt;</summary>
		<author><name>69.249.206.47</name></author>
	</entry>
</feed>