Maths Olympiad Prep

Track / Stage 6 / 191 of 400 #1191 of 1964

Problem 1191

National olympiad, first round
Number theory Difficulty 6.3 Prove it

For any positive integers nn and kk, let L(n,k)L(n, k) be the least common multiple of the kk consecutive integers n,n+1,,n+k1n, n+1, \ldots, n+k-1. Show that for any integer bb, there exist integers nn and kk such that L(n,k)>bL(n+1,k)L(n, k)>b L(n+1, k).

This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.

Official solutions — 2

Solution 1

I. Let p>bp>b be prime, let n=p3n=p^{3} and k=p2k=p^{2}. If p3bL(p3+1,p2)p^{3}b L\left(p^{3}+1, p^{2}\right).

II. Let m>1m>1. Then L(m!1,m+1)L(m !-1, m+1) is the least common multiple of the integers from m!1m !-1 to m!+m1m !+m-1. But m!1m !-1 is relatively prime to all of m!,m!+1,,m!+m1m !, m !+1, \ldots, m !+m-1. It follows that L(m!1,m+1)=(m!1)ML(m !-1, m+1)=(m !-1) M, where M=lcm(m!,m!+1,,m!+m1)M=\operatorname{lcm}(m !, m !+1, \ldots, m !+m-1).

Now consider L(m!,m+1)L(m !, m+1). This is lcm(M,m!+m)\operatorname{lcm}(M, m !+m). But m!+m=m((m1)!+1)m !+m=m((m-1) !+1), and mm divides MM. Thus lcm(M,m!+m)M((m1)!+1)\operatorname{lcm}(M, m !+m) \leq M((m-1) !+1), and

L(m!1,m+1)L(m!,m+1)m!1(m1)!+1 \frac{L(m !-1, m+1)}{L(m !, m+1)} \geq \frac{m !-1}{(m-1) !+1}

Since mm can be arbitrarily large, so can L(m!1,m+1)/L(m!,m+1)L(m !-1, m+1) / L(m !, m+1). Therefore taking n=mn=m ! - 1 for sufficiently large mm, and k=m+1k=m+1, works.

Solution 2

To show that for any integer b b , there exist integers n n and k k such that L(n,k)>bL(n+1,k) L(n,k) > bL(n+1,k) , we will proceed as follows:

1. **Choose a Prime p p :**
Let p p be an odd prime such that p>max(b,12) p > \max(b, 12) . This ensures that p p is sufficiently large to satisfy the conditions of the problem.

2. **Select an Odd Integer m m :**
Choose m m to be an odd positive integer such that p2>m>p3 \frac{p}{2} > m > \frac{p}{3} . Such an m m exists because p>12 p > 12 .

3. **Define n n and k k :**
Set n=p n = p and k=4mp k = 4m - p . This choice of k k ensures that k k is positive and satisfies the conditions needed for the proof.

4. **Analyze L(n,k) L(n,k) :**
Let A=lcm(p+1,p+2,,p+k1) A = \text{lcm}(p+1, p+2, \ldots, p+k-1) . Since m<p2 m < \frac{p}{2} , we have p+k1<2p p + k - 1 < 2p . Therefore, p p does not divide A A , and thus L(n,k)=lcm(p,A)=pA L(n,k) = \text{lcm}(p, A) = pA .

5. **Ensure k14 k-1 \geq 4 :**
Since k=4mp k = 4m - p , we have k1=4mp1m>p34 k - 1 = 4m - p - 1 \geq m > \frac{p}{3} \geq 4 . This ensures that in the k1 k-1 numbers p+1,p+2,,p+k1 p+1, p+2, \ldots, p+k-1 , there is at least one multiple of 4 and one multiple of m m .

6. **Multiple of 4 and m m :**
Since 4m 4m divides A A (because m m is odd and there is at least one multiple of 4 in the range), we have L(n+1,k)=lcm(A,4m)=A L(n+1,k) = \text{lcm}(A, 4m) = A .

7. **Compare L(n,k) L(n,k) and L(n+1,k) L(n+1,k) :**
Therefore, L(n,k)=pL(n+1,k) L(n,k) = pL(n+1,k) . Since p>b p > b , we have pL(n+1,k)>bL(n+1,k) pL(n+1,k) > bL(n+1,k) .

Thus, we have shown that L(n,k)>bL(n+1,k) L(n,k) > bL(n+1,k) .

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.