1

In another question here in MSE I arrived at the idea to decompose a divergent series, which was not Abel-summable, termwise into combination of alternating and non-alternating zeta series-terms, and then use the accordingly regularized zeta()/eta()-values in the found composition for the regularization of the original series.
This looked very convincing, however I've got a serious (and I think respectable) comment which was sceptical about the applicability if this method:

  • "But I still believe that the fact that the arguments are shifted from s to s−1 and s−2 and you are combining several of them, even though the original sum had a uniform argument s, if you get my point, is illegitimate in the zeta regularization. There may be a set of rules in which your would be an allowed value - but maybe those rules would be allow any value. I sort of feel why your calculation would produce physically wrong results in physics." - comment at my own answer

Thus my question here explicitely:

Is the regularization of a divergent series, which can term-by-term be decomposed in a weighted sum of $\zeta()$ and $\eta()$ (finitely many), equivalent to the same composition of the evaluated/regularized $\zeta()$ and $\eta()$ values? And: if not - what are the logical or formal obstacles?


Example from my earlier question

I've defined the sequence $$A = \left \lbrace a_k \right \rbrace_{k=0}^\infty = (-1)^k \binom{2+k}{k} \tag 1$$ looking like $[1,-3,6,-10,..., (-1)^k\binom{2+k}{2},...]$
Then I defined $B$ as the sequence of partial sums of the $a_k$ giving $$B = \lbrace b_k \rbrace _{k=0}^\infty =[1,-2,4,-6,9,\cdots ] \tag 2$$ This sequence has the generating function $g(x)_B= 1/(1+x)^3/(1-x) $ and because there is the $(1-x)$-expression in the denominator it is not Abel-summable (or Cesaro- or Euler-summable).

Heuristically I found that the sequence $B$ can be composed termwise by combining the terms of the $\zeta()$ and $\eta()$ -series according to $$ \begin{array} {rr} 8 b_k &=& 1\cdot& 1 \cdot (1+k)^0 \\ &&+ 1\cdot&(-1)^k \cdot (1+k)^0 \\ &&+ 4\cdot&(-1)^k \cdot (1+k)^1 \\ &&+ 2\cdot&(-1)^k \cdot (1+k)^2 \end{array} \tag 3 $$


Update to include the "regularization" part more explicite (copied from my own older answer to satisfy request from the comments):
Denote the original series by $T$, then let $$ f(s) = {1\over 1^s }-{2\over 2^s}+{4\over 3^s}-{6\over 4^s}+{9\over 5^s}- \cdots + \cdots \tag 1$$ of course attempting to justify $ T = \lim_{s \to 0} f(s)$.

This is convergent for $s \gt 3$ . For this cases we can decompose $$ \begin{array}{rcrll} 8 f(s) &=& & {8\over 1^s }-{16\over 2^s}+{32\over 3^s}-{48\over 4^s}+{72\over 5^s}- \cdots + \cdots \\ &=& 1(&{1\over 1^s }+{1\over 2^s}+{1\over 3^s}+{1\over 4^s}+{1\over 5^s}+ \cdots + \cdots &)\\ & & + 1(&{1\over 1^s }-{1\over 2^s}+{1\over 3^s}-{1\over 4^s}+{1\over 5^s}- \cdots + \cdots&) \\ & & + 4(&{1\over 1^s }-{2\over 2^s}+{3\over 3^s}-{4\over 4^s}+{5\over 5^s}- \cdots + \cdots & ) \\ & & + 2(&{1\over 1^s }-{4\over 2^s}+{9\over 3^s}-{16\over 4^s}+{25\over 5^s}- \cdots + \cdots & ) \\ &\underset{s \gt 3}=& &1 \zeta(s)+1\eta(s)+4\eta(s-1)+2\eta(s-2) \end{array} \\ \phantom{dummy } \\ f(s) \underset{s \gt 3} = {\zeta(s)+\eta(s)\over 8} + {\eta(s-1)\over 2} + {\eta(s-2)\over 4} \qquad \qquad \qquad \tag 2 $$ and from this, assuming it is regularizable for setting $s=0$ $$ T = f(0) \underset{\mathcal Z}{=} {\zeta(0)+\eta(0)\over 8} + {\eta(-1)\over 2} + {\eta(-2)\over 4} = 0 + {1\over4}\cdot{1\over 2} + 0 = {1\over 8} \tag 3$$ $\qquad \qquad $ where "$\mathcal Z$" means zeta-regularization

end update


Thus I assumed that it is possible to regularize the sum of the sequence $B$ by the accordingly composed regularized zeta/eta() values: $$ \sum_{k=0}^\infty b_k \underset{\mathcal Z}{=} {1 \zeta(0) + 1 \eta(0) + 4 \eta(-1) + 2 \eta(-2) \over 8} = \frac18$$ $\qquad \qquad \qquad $where $\underset{\mathcal Z}=$ means "equals by zeta-regularization"

Additional remark: this decomposition I found manually, but it is easy to uncover such compositions for many sequences (where this is applicable at all) using multiple regression with the sequence $B$ as $y$-vector.
after having added the update I should enhance on the the focus of my question:

So this question does not only concern the given example but concerns the applicability of this as a method at all.


Some random examples, by varying the generating function:
seq   = [1, -2, 4, -6, 9, -12, 16, -20, 25, -30, 36, -42, ...]
compos= +1/8*zeta(0)+1/8*eta(0)+1/2*eta(-1)+1/4*eta(-2)
value = 1/8  (by regularization)

seq   = [1, -1, 3, -3, 6, -6, 10, -10, 15, -15, 21, -21, ...]
compos= +3/16*zeta(0)+1/8*zeta(-1)+3/16*eta(0)+3/8*eta(-1)+1/8*eta(-2)
value = 1/12  (by regularization)

seq   = [1, 1, 4, 0, 9, -3, 16, -8, 25, -15, 36, -24, ...]
compos= +1/8*zeta(0)+3/4*zeta(-1)+1/8*eta(0)+-1/4*eta(-1)+1/4*eta(-2)
value = -1/8  (by regularization)
  • Please downvoter: something not fine with my question? – Gottfried Helms Oct 22 '19 at 07:29
  • You didn't define "zeta regularization". Are you restricting to polynomial sequences. In your yellow question "Is the regularization of a divergent series" which regularization/summation method ? You are supposed to know very well that different summation methods give completely different results.. – reuns Oct 22 '19 at 20:02
  • @reuns - well, please bear with me. I used "zeta-regularization" as the usual(?) key-phrase for the assigning a value to the zeta-series for parameters $s$ where the series diverges. This might be done by Euler-summation for the alternating zeta(for the applicable cases), followed by conversion of the $\eta()$ to $\zeta()$ values, or might be done by other means. I would think it were understandable what I meant - but if I should rephrase my text, please suggest a proposal :) . – Gottfried Helms Oct 22 '19 at 20:21
  • @reuns - 2) for your final remark: as far as I understood the literature the common regularization/summation-procedures give either the same finite value, or some give infinity /no-result, but cases where they lead to different finite values are not known to me (and even casually asked for in questions here in MSE and MO). So maybe I didn't get your remark not correctly? – Gottfried Helms Oct 22 '19 at 20:25
  • @reuns - so if I replace every instance in my OP of "zeta-regularization" by "analytic/meromorphic continuation" this would be a more correct expression? – Gottfried Helms Oct 22 '19 at 20:27
  • @reuns - well, to include a definition how to do summation of the divergent cases of the zeta-series give me time up to tomorrow. (It's late evening here). Practically I let Pari/GP do the evaluation of $\zeta()$ and $\eta()$ and I'm not sure about the internal procedure; but I also know one method described by H. Hasse in the 1930'ies giving a regularization. The Euler-summation of $\eta(s)$ and then the conversion to $\zeta()$ is another possibility (which I do usually if I'm experimenting with this). – Gottfried Helms Oct 22 '19 at 20:28
  • It depends if you can define it. And aren't you are asking to compare two summations methods... You already defined one, for polynomial sequences. The zeta summation : let $(a_n){n\ge 1}$ a sequence with at most polynomial growth so $F(s) = \sum{n \ge 1} a_n n^{-s}$ is analytic for $\Re(s) $ large enough, if it extends to a meromorphic function to $\Re(s)\ge 0$ then we can set $\sum_{zeta} a_n=F(0)$. Obviously if $a_n=\sum_{j=0}^J c_j n^j$ is a polynomial then $F(s)=\sum_{j=0}^J c_j \zeta(s-j)$. With $J=\infty$ it doesn't work. Until now I don't see anything else to say in your question. – reuns Oct 22 '19 at 20:33
  • @reuns - in my linked question, and especially in the self-answer of mine, I express what I thought more explicitely - and thought this would be enough to do. But after that the serious comment of someone educated shattered my confidence that I'd done correctly. Perhaps that comment was somehow too mysterious on me such that my question, putting up that polynomial composition thing, was no more "obvious" to me... (https://math.stackexchange.com/a/1725146/1714) – Gottfried Helms Oct 22 '19 at 20:39
  • hmm, just looking at my own answer over there, I've an error in eq(2) in using the same exponent $s$ on all series description. I'll have to correct this later (tomorrow) - but still I think (hope ... ) the basic idea behind it should be sufficient – Gottfried Helms Oct 22 '19 at 20:50

2 Answers2

1

Yes, it is a consequence of the uniqueness of the analytic continuation of an absolutely convergent Dirichlet series. By the way, this is not the zeta regularization method. And Abelian means give in general distinct sums to a series, for example, the sum of the Grandi series $1 - 1 + 1 - 1 + \cdots$ ($a_1 = 1$) is $0$ if $\lambda_{2k -1}= \lambda_{2k}$ or 1 if $\lambda_{2k} = \lambda_{2k + 1}$.

1

I think things are clearer if you write in summations.

$\sum_{n=1}^{n=m}(-1)^{n+1}*(n+1)*(n)/2=1/8(-2*(-1)^m*m^2-4*(-1)^m*m-(-1)^m+1)$

You wanted the regularised value of this: $$\sum_{m=1}^{\infty} 1/8(-2*(-1)^m*m^2-4*(-1)^m*m-(-1)^{m}+1)$$

This can be done by taking the regulated value seprated.

$$\sum_{n=1}^{\infty} -1/4((-1)^m*m^2) =\eta(-2)/4=0$$ $$\sum_{n=1}^{\infty} -1/2((-1)^m*m =\eta(-1)/2=1/8$$ $$\sum_{n=1}^{\infty} -1/8((-1)^m) =\eta(0)/8=1/16$$ $$\sum_{n=1}^{\infty} 1/8(1)=\zeta(0)/8=-1/16$$

So the answer is indeed 1/8 because addition applies to regularization. You can't just randomly reorder the numbers of a series, see multiplication bellow. If you reorder them you have to keep the original order of the numbers intact (see also my take on Cesàro summation).

There's a trick for the orignal sum to see the answer "directly" if you don't know the eta function, which is taking the function equation of the summed series, which yields the solution aswell. Notice it's negative n*(n+1)/2 on the even values and positive on the uneven values of the summed series (1,-1,3,-3,6,-6, ... ). $$-(n/2*(n/2+1)/2)*(1+(-1)^n)/2$$ gives the even integers. $$((n+1)/2*((n+1)/2+1)/2)*(1-(-1)^n)/2$$ give the uneven integers.

You only need to use non-alternating parts, and the constant value. The constant value is 3/16, delta the "real" growing part, n/8, and regularise it (e.g. zeta(0)) which ends up at -1/16, which makes the regularised value of the orginal sum 1/8.

somewhat the same way is to make Cesàro sumable by removing the constant value of the original function (the +1/8 or 1/8*n from the summed value, knowing you have to add -1/16 to the finale value). But that's more like actually finding the value's of the eta function (You can find the value really quickly "numberically" by just taking the averge 3 times of the sum's result).

If there aren't shortcuts to Cesàro sum it, from old notes haven't checked, this was my take on Cesàro summable, but that's here unnecessary complex as there are lots of easier "shotcuts" here.

For an integer d>1; m will get canceld out and is to help; and k is whatever integer you want, besides a multiple of d ofcouse. $$ \sum_{n=1}^{\infty} f(n) e^{\frac{2*i *\pi*k}{d}}=\frac{1}{d}\sum_{s=0}^{d-1}\sum_{j=0}^{d-1}\sum_{n=1}^{\frac{m-s+j}{d}}f(dn-j) e^{\frac{2*i *\pi(-j)*k}{d}}$$

Addition applies to regularization but know multiplication doesn't apply the way you are used to but you can work around it if you apply a delta. And this is tricky if you use infinity as same notation for regularization because sometimes you want a regularization of a multiplication, and some you want the multiplication of a regularization.

$$(\sum_{n=1}^{\infty} f(n))^2)=\sum_{m=1}^{\infty} \Delta_{m} (\sum_{n=1}^{m}f(n))^2$$

for example $$(\sum_{m=1}^{\infty} 1^2)=\sum_{m=1}^{\infty} \Delta_{m} m^2=\sum_{m=1}^{\infty} 2m-1$$

So what would be wrong is for example summing/reorder diagonally to $\sum_{m=1}^{\infty}\sum_{c=1}^{m} 1$, or also incorrectly is to assume $\zeta(0)^2$

Gerben
  • 593
  • I've been out for a week, I'll look at your two answers/comments later/tomorrow. Thanks for reflections on my questions! – Gottfried Helms Nov 17 '19 at 16:16
  • You can ofcourse add the m^s and not fill in s=0 to get your general solution with 's still being variable. – Gerben Nov 18 '19 at 17:01
  • Well, @Gerben, my problem is not the formulae (I've been using that formalisms many times) but that I received a comment by some much more educated mathematician than me (more-or-less self-learned) who made me insure whether I have formalized that correctly at all and how far I can use it in the form which I've indicated. (See the italic cite of the remote comment in my Q). It made me aware that I do not really have the foundation to state such applicability of the combination of zetas myself. Thus - that's the focus of my question. – Gottfried Helms Nov 18 '19 at 17:11
  • Isn't the idea that $\sum_{n=1}^{\infty}f(n)+g(n)=\sum_{n=1}^{\infty}f(n)+\sum_{n=1}^{\infty}g(n)$ applies within regularization sufficient argument (given you don't do any other manipulations after that such as multiplication which makes things trickier). – Gerben Nov 18 '19 at 17:29
  • Well, @Gerben, that's surely a nice question ... ;) I *would* say "yes", but if one professional comes across and critically asks: "where do you have this from?" - then it is irrelevant whether I think that the idea ... applies or not - as long as I cannot locate an authoritative source (or at least remember one). There have really been tiny twists in some infinite series problems I've done which I've been made aware of, where this hints/problem-markers have been helpful and were making things more precise! So it might have been here too... – Gottfried Helms Nov 18 '19 at 17:44
  • I don't argue against those hint/markers. But can we try to reason it, how would it be that if we say the regularized value is the 'correction" term/value in the series representation of a sum to any finite value, writen as polynomal or whatever (I don't know how it should be represented, just know this non corrected representation can also contain a constant term, pointing at n^0). Therefor it behaves as a constant and thuse you can apply addition and not multiplication? – Gerben Nov 18 '19 at 17:58
  • what I mean is: there should exist a sentence, say in G.H. Hardy's monography, which simply states under which condition such finite combinations of divergent series of the Dirichlet-/zeta-type can be applied and under which conditions not. Just a simple statement, but I didn't have found that statement (resp. recalled it). Even having our current conversation here I do not get simply a confirmation which "closes the case", just I am left with my hypothesis (which is of course: that combinations in this form are meaningful/possible)... See my conversation with reuns in comments too – Gottfried Helms Nov 18 '19 at 18:14