How Can You Prove This Number Theory Function?

Click For Summary

Discussion Overview

The discussion revolves around proving a number theory function involving divisor sums and the properties of the divisor function τ and the sum of divisors function σ. Participants explore the proof structure, starting with specific cases and generalizing to broader scenarios.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant presents a proof involving the equality of two sums related to divisors of n, using a set S to establish a bijective correspondence between divisors.
  • Another participant expresses confusion about the terminology and notation used, particularly regarding bijective correspondence and set definitions, and requests a more elementary explanation.
  • A later reply attempts to simplify the explanation by focusing on the case of prime powers, detailing the calculations for σ and τ in that context.
  • Further, the discussion includes an approach to prove the multiplicative nature of the functions involved by assuming the case holds for coprime integers and using induction.
  • Participants explore the implications of the multiplicative properties of τ and σ, demonstrating how these lead to the desired results for the product of coprime integers.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the clarity of the proof or the terminology used. There are multiple viewpoints on how to approach the proof, with some participants favoring elementary explanations while others engage in more technical discussions.

Contextual Notes

Some participants indicate limitations in their understanding of advanced number theory concepts, which may affect their ability to follow the proof. The discussion also reflects varying levels of familiarity with mathematical notation and the properties of divisor functions.

icystrike
Messages
444
Reaction score
1
This is not a homework , i got this question from the internet.

Prove:
attachment.php?attachmentid=22536&stc=1&d=1260952985.jpg
 

Attachments

  • 3.jpg
    3.jpg
    2.6 KB · Views: 462
Physics news on Phys.org
We have:
\sum_{d|n} \frac{n}{d}\tau(d) = \sum_{d | n} d \tau(n/d)
There is a bijective correspondence between divisors of n/d and multiples of d that divide n. Thus \tau(n/d) equals the number of integers k such that d | k and k | n. Now \sigma(d) equals the sum of all divisors of d so on the left-hand side we have \tau(n/d) terms of d which shows the equality. To establish this through a somewhat more formal argument define:
S = \{(d,k) \,:\, d |k, k | n\}
For a finite subset T of \mathbb{Z}^2 define:
w(T) = \sum_{(d,k) \in T} d
This has the nice property that if A,B \subseteq \mathbb{Z}^2, then,
w(A \cup B) = w(A) + w(B) - w(A \cap B)
We wish to show that both our sides of the equality equal w(S). To do this we decompose S in two ways. First define
S_d = \{(d,k) \,:\, d|k, k |n\}
Then |S_d|=\tau(n/d) so w(S_d) = d\tau(n/d). We can then show:
w(S) = \sum_{d|n} w(S_d) = \sum_{d|n} d\tau(n/d)
This deal with the right-hand side. On the other hand let
T_k = \{(d,k) \,:\, d|k, k |n\}
Then w(T_k) = \sum_{d|k} d = \sigma(k), which shows:
w(S) = \sum_{d|n} w(T_d) = \sum_{d|n} \sigma(d)
 
Hi rasmhop !
I am new to number theoretic function , i don't understand what do you mean by bijective correspondence and your sets notation.
I was given a hint to start of by starting to prove for the case of p^{k} instead of n , such that p is a prime number. could you explain in a slightly elementary level.
Thanks in advance (=
 
Ok. I'm not sure at exactly what level you want the explanation, but let me try a somewhat more elementary approach using your hint. I use some manipulations of sums, but I don't know how familiar you are with this stuff. If there is something you're not clear on just ask. Anyway the general idea is to first prove the case for prime powers, then prove the both the left-hand side and right-hand side are multiplicative.

Let us consider the case n=p^k for some prime p and positive integer k. We have
\sigma(p^c) = 1+p+p^2+\cdots+p^c
so for our left-hand side we have:
\begin{align*}<br /> \sum_{d | p^k} \sigma(d) &amp;= \sum_{i=0}^k \sigma(p^i) \\<br /> &amp;= \sum_{i=0}^k \sum_{j=0}^i p^j<br /> \end{align*}
It's clear that p^j occurs in this sum once every time i \geq j so the same number of times as the number of elements of \{j,j+1,\ldots,k\} which is k-j+1 so:
\sum_{d | p^k} \sigma(d) = \sum_{j=0}^k (k-j+1)p^j
On the other hand we have \tau(p^i) = i+1 which gives:
\begin{align*}<br /> \sum_{d | n} \frac{n}{d}\tau(d) &amp;= \sum_{i=0}^k \frac{p^k}{p^i} \tau(p^i) \\<br /> &amp;= \sum_{i=0}^k p^{k-i}(i+1)\\<br /> &amp;= \sum_{i=0}^k p^{i}(k-i+1) \\<br /> &amp;= \sum_{d | p^k} \sigma(d)<br /> \end{align*}
which shows the case when n is a prime power.

Now we need to use this knowledge to gain an understanding of the general case. Let us assume a and b are coprime and that the case has been proven for both a and b (for instance if a and b are different prime powers), and let us show that the result also holds for ab. Then the result will follow by induction. We know that \tau and \sigma are multiplicative so \tau(ab) = \tau(a)\tau(b) and \sigma(ab)=\sigma(a)\sigma(b). If d_1 | a and d_2 | b, then d_1d_2|ab. Also if d | ab, then there exists unique positive integers d_1,d_2 such that d_1 | a and d_2 | b (since a and b are coprime). Thus we have:
\sum_{d |ab} \frac{ab}{d}\tau(d) = \sum_{d_1|a, d_2|b} \frac{ab}{d_1d_2}\tau(d_1d_2)
\sum_{d |ab}\sigma(d) = \sum_{d_1|a, d_2|b} \sigma(d_1d_2)
Now we use this to prove that both the left-hand side and the right hand side are multiplicative:
\begin{align*}<br /> \sum_{d |ab}\sigma(d) &amp;= \sum_{d_1|a, d_2|b} \sigma(d_1d_2) \\<br /> &amp;= \sum_{d_1|a, d_2|b} \sigma(d_1)\sigma(d_2) \\<br /> &amp;= \sum_{d_1|a}\sum_{d_2 | b}\sigma(d_1)\sigma(d_2) \\<br /> &amp;= \sum_{d_1|a}\sigma(d_1)\sum_{d_2 | b}\sigma(d_2) \\<br /> &amp;= \left(\sum_{d_1|a}\sigma(d_1)\right)\left(\sum_{d_2 | b}\sigma(d_2)\right)<br /> \end{align*}
And:
\begin{align*}<br /> \sum_{d|ab}\frac{ab}{d}\tau(d) &amp;= \sum_{d_1|a,d_2|b}\frac{ab}{d_1 d_2}\tau(d_1 d_2) \\<br /> &amp;= \sum_{d_1|a,d_2|b}\frac{a}{d_1}\tau(d_1)\frac{b}{d_2}\tau(d_2) \\<br /> &amp;= \sum_{d_1|a}\left(\frac{a}{d_1}\tau(d_1)\sum_{d_2 | b}\frac{b}{d_2}\tau(d_2)\right) \\<br /> &amp;= \left(\sum_{d_1|a}\frac{a}{d_1}\tau(d_1)\right)\left(\sum_{d_2 | b}\frac{b}{d_2}\tau(d_2)\right)<br /> \end{align*}
Now since we assumed the result was true for a and b we have:
\sum_{d|ab}\frac{ab}{d}\tau(d) = \left(\sum_{d_1|a}\frac{a}{d_1}\tau(d_1)\right)\left(\sum_{d_2 | b}\frac{b}{d_2}\tau(d_2)\right) = \left(\sum_{d_1|a}\sigma(d_1)\right)\left(\sum_{d_2 | b}\sigma(d_2)\right) = \sum_{d |ab}\sigma(d)
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
988
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 42 ·
2
Replies
42
Views
5K