Does the Cool Series Example Work with n=-1 and n=0?

  • Context: Graduate 
  • Thread starter Thread starter japplepie
  • Start date Start date
  • Tags Tags
    Cool Series
Click For Summary

Discussion Overview

The discussion revolves around the convergence and implications of a series example involving terms that appear to sum to zero. Participants explore connections to combinatorial geometry, specifically the counting of integer points within polyhedra, and question the validity of the series when evaluated at specific values of n, particularly n=-1 and n=0.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested

Main Points Raised

  • One participant presents a series example: 1+(1/2)+2+(1/4)+4+(1/8)+8+... = 0, prompting questions about its implications.
  • Another participant connects the series to a broader combinatorial result involving polyhedra and integer points, discussing the extension of functions related to polyhedra that do not contain lines.
  • A participant expresses confusion about the connection between the polyhedron concept and the original series, suggesting a view of the series as a "period" of the real numbers.
  • One participant provides a detailed example of counting integers within an interval using rational functions, attempting to relate it back to the original series and its implications.
  • Several participants challenge the validity of the original series example, arguing that all terms are positive and should sum to a positive number, not zero.
  • Another participant clarifies the reasoning behind the series, referencing the convergence of geometric series for different values of x and suggesting a way to think about the sum over all integers.
  • A later reply questions whether the series would yield valid results when evaluated at n=-1 and n=0, expressing skepticism about its applicability.

Areas of Agreement / Disagreement

Participants express disagreement regarding the validity of the series example, with some asserting that it cannot sum to zero due to the positivity of its terms. There is no consensus on the implications of the series or its connection to the polyhedron discussion, and skepticism remains about its application at n=-1 and n=0.

Contextual Notes

The discussion includes unresolved assumptions about the convergence of the series and the definitions of the terms involved. The relationship between the series and the combinatorial geometry concepts is not fully established, leaving some arguments conditional on interpretations of the series.

japplepie
Messages
93
Reaction score
0
example: 1+(1/2)+2+(1/4)+4+(1/8)+8+... = 0

What does this imply?
 

Attachments

  • CodeCogsEqn.gif
    CodeCogsEqn.gif
    1.1 KB · Views: 525
Physics news on Phys.org
This turns out to be a subset of a remarkably elegant result in combinatorics, namely counting integer points inside of polyhedra.

Given a polyhedron P,
[tex]S[P](x) = \sum_{m\in P\cap \mathbb{Z}^d} x^m[/tex]
where for [itex]x = (\xi_1,...,\xi_d)[/itex] and [itex]m = (\eta_1,...,\eta_d)[/itex], [itex]x^m = \xi_1^{\eta_1} \xi_2^{\eta_2}... \xi_d^{\eta_d}[/itex]

is a map from polyhedra which do not contain lines to functions of x. Every such function can be rewritten as a rational function of x which is well-defined everywhere except for a couple of singular points. You can extend this map linearly on the set of linear combinations of indicator functions of polyhedra - [P](x) is the function which equals 1 if x is in P, and 0 if x is not in P. Then you can define S[P](x) for any indicator function of a polyhedron as above which does not contain a line, and this extends linearly to linear combinations of polyhedra and is well-defined. For example, in R2 let P be the top right quadrant (x >= 0, y >= 0), A the set (x>=0, y>= x), B the set (y>=0, x>=y) and C the set (x>=0, x=y). Then
[P] = [A] + - [C]
and you can check (it's trivial in this case) that S[P](x) = S[A](x) + S(x) - S[C](x)

The remarkble part is that the extension of this function to linear combinations of polyhedra without lines means that you have extended it to include polyhedra that contain lines, for example the real line can be written as [x>0=] + [x<= 0] - [x=0]
and it turns out that when you take the rational functions involved you always the corresponding function for a polyhedron containing a line is zero.

This turns out to be important because identities amongst polyhedra that do no contain lines are typically trivial (like that [P] = [A]+-[C]), but when you include lines you can get identities which are geometrically meaningful quantities, plus a bunch of garbage polyhedra containing lines that turn out not to matter
 
How did you connect the polyhedron idea with the original one? (I'm not familiar with the ideas behind polyhedra.)

I just thought of it as some kind of a "period" p of the real numbers. (x+p=x) where p is not necessarily 0.

Period as in how much do you have to add to make something recur.
 
Last edited:
OK a simple example. Let's say I want to know how many integers there are between 2 and 5 (inclusive, and yes I realize this is a stupid question). I can write the interval [2,5] as
[tex][2,5] = [2,\infty) + (-\infty,5] - (-\infty,\infty)[/tex]

My objective is to write down a polynomial which has a term of xk for each k in [2,5], i.e. I want to find the polynomial [itex]x^2 + x^3 + x^4 + x^5[/itex]. For each guy on the right hand side I can write down a rational function that corresponds to the integer points inside of it
[tex]\sum_{n \geq 2} x^n = x^2 \frac{1}{1-x}[/tex]
at least for some values of x
[tex]\sum_{n \leq 5} x^n = x^5 \frac{x}{x-1}[/tex]
at least for some values of x, and because the interval [itex](-\infty, \infty)[/itex] contains a line I will assign the value
[tex]\sum_{-\infty}^{\infty} x^n = 0[/tex].

If you add these all up, you do in fact get that
[tex]x^2 + x^3 + x^4 + x^5 = \frac{x^2}{1-x} + \frac{x^6}{x-1}[/tex]

now if I want to know how many integer points are in [2,5] I can clearly plug in x=1 to the left hand side and get an answer. I can also take the right hand side and take the limit as x goes to 1 and get the correct answer as well.

This seems like a stupid example, but now consider a triangle in 2-dimensions. You can actually do the same procedure. The tangent cone of a vertex of a triangle is simply take the vertex, and extend the edges to infinity to get a cone. It turns out that your triangle is equal to the sum of the three tangent cones, plus some half spaces which contain lines and therefore we can ignore them (the fact that they can be ignored is a deep theory of which your one dimensional sum equaling zero is a simple example of). So if you can write down the rational function corresponding to those three cones you have found the corresponding polynomial for the triangle. You can repeat this process in higher dimensions and this turns out to be algorithmically the best known way (that I'm aware of) to count integer points in convex objects like this
 
  • Like
Likes   Reactions: 1 person
japplepie said:
example: 1+(1/2)+2+(1/4)+4+(1/8)+8+... = 0
I don't see how your example makes sense. All of the terms are positive, so would have to sum to a positive number, not zero.
 
Mark44 said:
I don't see how your example makes sense. All of the terms are positive, so would have to sum to a positive number, not zero.

He's using the following (without it being at all obvious in the OP)

[tex]\sum_{n\geq 0} x^n = \frac{1}{1-x}[/tex]
[tex]\sum_{n\leq -1} x^n = \frac{1}{x-1}[/tex]
Of course these converge for different values of x but suggest (and it turns out this is the correct way to think about it as I detail in my posts) that
[tex]\sum_{n=-\infty}^{\infty} x^n = \frac{1}{1-x} + \frac{1}{x-1} = 0[/tex]
 
I'm wondering if this would work with n=-1 and n=0.
(Though it probably won't.)
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K