Divisors

Let n > 1 n>1 be a positve integer. The divisors of n n are 1 = d 1 < d 2 < < d k = n . 1=d_1<d_2<\dots<d_k=n.

True or False?

d 1 × d 2 + d 2 × d 3 + d 3 × d 4 + + d k 1 × d k < n 2 d_1\times d_2 + d_2\times d_3 + d_3\times d_4 + \dots + d_{k-1}\times d_k < n^2

Sometimes true, sometimes false Always true Always false

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Chris Lewis
Nov 13, 2019

Note that we have the (loose, but good enough) bounds: d k = n d_k=n ; d k 1 n 2 d_{k-1} \le \frac{n}{2} ; d k 2 n 3 d_{k-2} \le \frac{n}{3} ; d k i n i + 1 d_{k-i} \le \frac{n}{i+1} .

This means that the required sum satisfies the following inequality:

d 1 × d 2 + d 2 × d 3 + + d k 1 × d k n 2 k × ( k 1 ) + n 2 ( k 1 ) × ( k 2 ) + + n 2 2 × 1 < n 2 ( 1 1 × 2 + 1 2 × 3 + 1 3 × 4 + ) = n 2 r = 1 1 r ( r + 1 ) = n 2 r = 1 ( 1 r 1 r + 1 ) = n 2 \begin{aligned} d_1 \times d_2 + d_2 \times d_3 + \cdots + d_{k-1} \times d_k &\le \frac{n^2}{k \times (k-1)} + \frac{n^2}{(k-1) \times (k-2)} + \cdots + \frac{n^2}{2 \times 1} \\ &<n^2 \left(\frac{1}{1 \times 2} + \frac{1}{2 \times 3} + \frac{1}{3 \times 4} + \cdots \right) \\ &= n^2 \sum_{r=1}^{\infty} \frac{1}{r(r+1)}\\ &= n^2 \sum_{r=1}^{\infty} \left( \frac{1}{r} - \frac{1}{r+1} \right) \\ &=n^2 \end{aligned}

since the final sum telescopes; hence the original sum is less than n 2 n^2 for all n n .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...