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) ...