Convergence of iterative algorithm. - MathOverflow most recent 30 from http://mathoverflow.net2013-05-25T06:55:21Zhttp://mathoverflow.net/feeds/question/14167http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/14167/convergence-of-iterative-algorithmConvergence of iterative algorithm.Tomek Tarczynski2010-02-04T17:49:21Z2010-02-07T10:15:52Z
<p>For quite a long time I'm trying to prove convergence of an iterative algorithm in case of a particular system of nonlinear equations.</p>
<p>Here are some characteristics of this system:<br />
It consists of n equation and n variables.<br />
Every equation is in similar form - sum of products = constant.<br />
The lenght of every product is the same (it will be denoted as k).<br />
The number of elements in sum might be different in each equation.<br />
In every product in equation $i$ one of elements is $x_{i}$ - this is very important.<br />
This system is "symmetrical", it means that if $x_{i} \cdot x_{j} \cdot ...$ is one of elements of equation i, then it is also in equaton j.<br />
$b_{i} > 0$ - where $b_{i}$ is intercept in equation i. </p>
<p>I'll write an example of such equation for k=3 and n=6:<br />
$x_{1} \cdot x_{3} \cdot x_{6} + x_{1} \cdot x_{2} \cdot x_{4} = b_{1}$<br />
$x_{2} \cdot x_{1} \cdot x_{4} + x_{2} \cdot x_{5} \cdot x_{6} = b_{2}$<br />
$x_{3} \cdot x_{1} \cdot x_{6} + x_{3} \cdot x_{4} \cdot x_{6} = b_{3}$<br />
$x_{4} \cdot x_{1} \cdot x_{2} + x_{4} \cdot x_{3} \cdot x_{6} = b_{4}$<br />
$x_{5} \cdot x_{2} \cdot x_{6} = b_{5}$<br />
$x_{6} \cdot x_{1} \cdot x_{3} + x_{6} \cdot x_{2} \cdot x_{5} + x_{6} \cdot x_{3} \cdot x_{4} = b_{6}$ </p>
<p>It is very easy to transform this equation to following form (it just need to be divided once).<br />
$x_{i} = b_{i} / something$ , $x_{i}$ is only on left-hand side of ith equation.</p>
<p>If we have all equation in such form then the fixed point is solution of it.<br />
I've experimentally checked that algorithm analogic to Gauss-Seidel is covergent (i've checked ~100 random examples, and in every case it was convergent).<br />
By analogic to Gauss-Seidel algorithm I mean:<br />
1) Choose any initial solution $[x_{1}^{0} , ... , x_{n}^{0}]$<br />
2.1) Calculate value of $x_{1}^{i+1}$ using $[x_{2}^{i} , ... , x_{n}^{i}]$<br />
2.2) Calculate value of $x_{2}^{i+1}$ using $[x_{1}^{i+1} , ... , x_{n}^{i}]$<br />
...<br />
2.n) Calculate value of $x_{n}^{i+1}$ using $[x_{1}^{i+1} , ... , x_{n-1}^{i+1}]$<br />
3) If solution is good enough stop, otherwise go to 2.1</p>
<p>I've tried Banach fixed point theorem, but is hard to say anything about spectral radius.
Does anyone have a clue how to prove convergence of this algorithm?</p>
<p><strong>Edited 7.02.2009 11:09</strong><br />
I've found another restriction.
If we denote by $m$ number of all products (in this example it would be 12, becuase in 1st,2nd,3th,4th we have 2 products, in 5th we have 1, and in 6th we have 3).
Then following equation is true:<br />
$m = k \cdot \sum_{i=1}^{n}{b_{i}}$
Which also implies thah $\sum_{i=1}^{n}{b_{i}}$ is a natural number (from the symmetry), but it doesn't imply that any of $b_{i}$ is natural.</p>
http://mathoverflow.net/questions/14167/convergence-of-iterative-algorithm/14173#14173Answer by Steve Huntsman for Convergence of iterative algorithm.Steve Huntsman2010-02-04T19:01:14Z2010-02-04T20:31:49Z<p>Your system of equations is of the form $Az = b$, where $z_{i(\alpha)} = x^\alpha$ and $i(\alpha)$ is the grlex index of </p>
<p>$\alpha \in$ $ X_{n,k} \equiv$ {$\beta \in \mathbb{Z}^n: \sum_j \beta_j = k$}.</p>
<p>(See <a href="http://mathoverflow.net/questions/9477/uniquely-generate-all-permutations-of-three-digits-that-sum-to-a-particular-value/" rel="nofollow">http://mathoverflow.net/questions/9477/uniquely-generate-all-permutations-of-three-digits-that-sum-to-a-particular-value/</a> for information on this index.)</p>
<p>Solving $Az = b$ is tantamount to solving the equations (if a solution exists), because it is trivial to obtain $x$ from $z$. So really you just need to solve a matrix equation once you sort through the indexing issues.</p>
http://mathoverflow.net/questions/14167/convergence-of-iterative-algorithm/14359#14359Answer by fedja for Convergence of iterative algorithm.fedja2010-02-06T04:33:16Z2010-02-06T04:33:16Z<p>One idea we'll certainly need here is that the sum of absolute values of the discrepancies <code>$D_k$</code> (left hand side minus right hand side) does not increase after each operation due to the symmetry property. If you move $x_1$ by $\delta$ towards the solution of the first equation, whatever shift you have in the $k$th equation because of that, it also arises in the first equation with the sign that decreases the absolute value of the first discrepancy. Now, the problem is that it may never help because in every other equation the sign of the discrepancy is opposite to the sign in the first equation, so whatever you gain in equation 1, you lose the same amount in other equations combined. This is exactly what happens in my trivial counterexample. Note that in this case, if we originally have <code>$D_1>0$</code>, then all other <code>$D_k\le 0$</code> (otherwise we gained somewhere instead of loosing). But then when we move <code>$x_1$</code> down to kill <code>$D_1$</code>, we move every other <code>$D_k$</code> to the negative domain whence at the second iteration we'll gain in <code>$D_3$</code> (if the equations are more than 2 and the 2-system is unique). </p>
<p>The real question is why you cannot escape to infinity instead of converging to a solution. Note that the convergence of discrepancies to $0$ is always geometric (we gain at least some multiple of the maximal initial discrepancy when we go over the full cycle), so your algorithm always stops reasonably fast and outputs something even if there is no solution making your random system experimental check totally useless. Still, if the iterations do not converge, we must have the smallest variable to go to to 0 and the largest one to infinity geometrically as well. That is certainly possible: you clearly have each LHS dominated by the sum of the others and can choose the RHS so that one number is greater than the sum of all others, so there are equations of every order without solutions and if we had stayed in the compact domain (or even returned to it infinitely many times), every limit point would be a solution due to the above argument. Together with the fact that you cycle in the 2 system even when the right hand sides are equal, this makes me not so sure that mere existence of a solution is a strong enough assumption. It even seems quite feasible that you may have a solution with a small attracting basin and everything else just goes away. </p>
<p>Now, are you doing it just for fun, or you really need it for something? </p>