Enjoy!Can the Sum of Reciprocal Powers be Represented by an Infinite Product?

  • Context: Graduate 
  • Thread starter Thread starter quddusaliquddus
  • Start date Start date
  • Tags Tags
    Proofs
Click For Summary

Discussion Overview

The discussion revolves around the representation of the sum of reciprocal powers as an infinite product, exploring various mathematical proofs and concepts related to this idea. Participants share links to resources, express preferences for different proofs, and discuss the elegance of certain mathematical arguments.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants express interest in 'nice' proofs in mathematics and share links to various resources.
  • One participant highlights the equality between the sum of reciprocal powers and an infinite product over primes, noting the surprising nature of this relationship.
  • Another participant elaborates on the proof of the equality, using the binomial expansion to clarify how the infinite product corresponds to the sum of reciprocal integer powers.
  • There is mention of a book titled "Proofs From the Book," which collects elegant proofs of classical theorems, and discusses the philosophical implications of what constitutes a 'nice' proof.
  • Some participants express confusion regarding the infinite product representation and seek clearer explanations.

Areas of Agreement / Disagreement

Participants generally share an interest in the topic and the beauty of mathematical proofs, but there is no consensus on the clarity of the explanation regarding the sum and product relationship. Confusion remains among some participants about the details of the proof.

Contextual Notes

Some participants note the complexity of the proof involving the binomial expansion and the uniqueness of prime factorization, indicating that further clarification may be needed for those unfamiliar with the concepts.

Who May Find This Useful

This discussion may be useful for individuals interested in number theory, mathematical proofs, and the exploration of elegant mathematical relationships.

quddusaliquddus
Messages
353
Reaction score
3
Know any 'nice' proofs in maths? Or know an alternative and simpler/nicer proof to common method employed? Post here ==>
 
Mathematics news on Phys.org
I always liked http://www.usna.edu/MathDept/mdm/pyth.html
 
Last edited by a moderator:
Hmmm...seem to have a hard time going to the link.
 
You can try copying and pasting this into your address bar if the link isn't working for you:
http://www.usna.edu/MathDept/mdm/pyth.html
 
Last edited by a moderator:
Thanks ... it might jus be my slow connection ...
 
Euclid's proof was what I was taught in school.

Thought it was much nicer to draw a square inside a square and write "Behold !".
 
  • #10
lol...know any others?
 
  • #11
This book contains many beautiful proofs.
 
  • #12
cragwolf said:
This book contains many beautiful proofs.

definitely. I showed my topology prof the topological proof that there are infinitely-many primes & he liked it. There are lots of other good proofs in there too.
 
  • #13
the infinitely many primes proof is cool. it seems funny how just saying "suppose not" wrecks the whole proof. (at least that is the way i proved it in HW)
 
  • #14
I've always liked the proof that,
Sum{ k=1,2,3..., 1/k^a } = Product{ p=2,3,5,7,11,13,17..., 1/(1-1/p^a) }.

I mostly like it because those two things, one a sum over all positive integers and the other a product over all primes, just seem so impossibly unlikely to be equal yet are fairly easily shown to be so.
 
Last edited:
  • #15
There is a very nice book re-issuedlast year which collects togther a bunch of extremely elegant proofs of classical theorems. In honor of legendary mathematician Paul Erdos, this tome, titled, Proofs From the Book, is actually a text aimed at advanced undergraduate math students.
Erdos was famous for, among other things, his semi-serious notion of proofs that were 'From the Book" This phrase, "From the book" references the idea that given any theorem there is a proof of it which is most pure and most fundamental so that if god were to write a collection of proofs of statements which were true and could be proved mathematically that this book of god's would include these elegant proofs.
The book is easy to read and eay to obtain. I know a few courses have been taught with it already.
But (I) don't take the from the book idea too seriously. It has already be proved that most things can't be proved (even if they are true) and some metamathemticians now support the idea that mathematics is really just as much a collection of unrelated, disconnected ideas as any other discipline expressed as a formal language. There is some motion among semioticians/mathematicians to try to contruct better arguments for the idea that mathematics is deply deficient (much more so than Godel showed) as a result of fundamental limits of constructs of the mind. Some would contend that one day pure math might seem as absurd as indrect proof by contradiction.
But its a cool book. And it does contain soem proofs of familiar theorems which are terse and others which are really pretty nice and help to elucidate why somehting is true (or better, HOW something is true).
 
Last edited:
  • #16
I am bookmarking this thread. I need good resources to learn number theory.
 
  • #17
hmm .. I don't get this one ...
Sum{ k=1,2,3..., 1/k^a } = Product{ p=2,3,5,7,11,13,17..., 1/(1-1/p^a) }.
can anybody explain it clearer?
 
  • #18
futb0l said:
hmm .. I don't get this one ...
Sum{ k=1,2,3..., 1/k^a } = Product{ p=2,3,5,7,11,13,17..., 1/(1-1/p^a) }.
can anybody explain it clearer?

If you apply the binomial expansion "1/(1-x) = 1 + x + x^2 + x^3 + ..." to the right hand side (RHS) of the equation (with x =1/p^a) then you get an infinite product of infinite series,

RHS = ( 1 + (1/p1)^a + (1/p1^2)^a + (1/p1^3)^a + ... ) ( 1 + (1/p2)^a + (1/p2^2)^a + (1/p2^3)^a + ... ) ...

At first sight the above expansion looks like it's made things more complicated instead of simpler. Note however that if you start expanding out the products then you see that each product of reciprocal prime powers actually corresponds to a unique reciprocal integer power.

For example, say you have an integer n that has it's unique prime factorization as n=p1 p2^3 p3 (just as a simple concrete example, n=270 in this case), then note that (1/p1)^a (1/p2^3)^a (1/p3) = 1/(p1 p2^3 p3)^a = 1/n^a.

From the above example you should be able the see that the RHS expansion contains "1/n^a" for every possible positive integer n. Further, due to the uniqueness of prime factorization, there are no repeated terms, thus the RHS is none other an the infinite sum of 1/n^a terms exactly as per the LHS.

If you like you can test the consistency of this theorem with a simple numerical example. Try for example doing the few dozen terms with a=2 and you should see the LHS sum and the RHS product both converging to Pi^2 / 6.

That is, both these should converge to Pi^/6,
LHS = 1/1 + 1/4 + 1/9 + 1/16 + 1/25 + 1/36 + 1/49 + ...
RHS = 1/(1-1/4) 1/(1-1/9) 1/(1-1/25) 1/(1-1/49) 1/(1-1/121) ...
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 9 ·
Replies
9
Views
8K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
6K
Replies
3
Views
1K