Difference between revisions of "1972 IMO Problems/Problem 3"
(→Solution 2) |
(→Solution 3) |
||
Line 57: | Line 57: | ||
The last step seems wrong. For example [1.5]+[1.5]<[1.5+1.5]. Triangle inequality is about absolute values not floor function. My solution is as follows. | The last step seems wrong. For example [1.5]+[1.5]<[1.5+1.5]. Triangle inequality is about absolute values not floor function. My solution is as follows. | ||
+ | Lemma: [a+b]<=[a]+[b]+1, a,b>=0 | ||
+ | Proof: a<[a]+1, b<[b]+1, so a+b<[a]+[b]+2, [a+b]<=a+b<[a]+[b]+2,[a+b]<=[a]+[b]+1. | ||
+ | Let (x,2x,…,nx)=n, p is any prime, | ||
+ | V2(9!)=V2(1•2•3•4•5•6•7•8•9) | ||
+ | =(2,4,6,8)+(4,8)+(8)=[9/2]+[9/4]+[9/8]=7 | ||
+ | Generalize it and we have, | ||
+ | Vp(m!)=Vp(1•2•….•m) | ||
+ | =(p,2p,…,[m/p]•p)+(p^2,2p^2,…,[m/p^2]•p^2)+…+(p^k,…,[m/p^k]•p^k), k=1~∞ | ||
+ | Obviously when p^k>m, k>=1, | ||
+ | (p^k,…,[m/p^k]•p^k)=0; | ||
+ | So, Vp(m!)=Vp(1)+Vp(2)+…+Vp(m) | ||
+ | =[m/p]+[m/p^2]+…+[m/p^k], k=1~∞, or | ||
+ | Vp(m!)=∑([m/p^k],k=1~∞)——(1) | ||
+ | Note the target statement is equivalent to: | ||
+ | for any prime p, | ||
+ | Vp((2m)!(2n)!)>=Vp(m!n!(m+n)!)——(2), or, | ||
+ | Vp((2m)!)+Vp((2n)!)>=Vp(m!)+Vp(n!)+Vp(m+n)!, | ||
+ | Let m/p^k=a(k), n/p^k=b(k), k=1~∞ | ||
+ | Combine (1), we note that (2) is equivalent to: for any k in (1), | ||
+ | [2a(k)]+[2b(k)]>=[a(k)]+[b(k)]+[a(k)+b(k)]——(3) | ||
+ | For convenience of viewing, let a(k)=a, b(k)=b, a,b>=0, (3) is then rewritten as: | ||
+ | [2a]+[2b]>=[a]+[b]+[a+b]——(4) | ||
+ | We prove it under different circumstances: |
Revision as of 19:23, 17 January 2025
Let and be arbitrary non-negative integers. Prove that is an integer. (.)
Solution 1
Denote the given expression as . We intend to show that is integral for all . To start, we would like to find a recurrence relation for . First, let's look at : Second, let's look at : Combining, Therefore, we have found the recurrence relation
Note that is just , which is an integer for all . Then so is an integer, and therefore must be an integer, etc.
By induction, is an integer for all .
Borrowed from http://www.cs.cornell.edu/~asdas/imo/imo/isoln/isoln723.html
Solution 2
Let p be a prime, and n be an integer. Let be the largest positive integer such that
WTS: For all primes ,
We know
Lemma 2.1: Let be real numbers. Then
Proof of Lemma 2.1: Let and
On the other hand,
It is trivial that (Triangle Inequality)
Apply Lemma 2.1 to the problem: and we are pretty much done.
Note: I am lazy, so this is only the most important part. I hope you can come up with the rest of the solution. This is my work, but perhaps someone have come up with this method before I did.
See Also
1972 IMO (Problems) • Resources | ||
Preceded by Problem 2 |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 4 |
All IMO Problems and Solutions |
The last step seems wrong. For example [1.5]+[1.5]<[1.5+1.5]. Triangle inequality is about absolute values not floor function. My solution is as follows. Lemma: [a+b]<=[a]+[b]+1, a,b>=0 Proof: a<[a]+1, b<[b]+1, so a+b<[a]+[b]+2, [a+b]<=a+b<[a]+[b]+2,[a+b]<=[a]+[b]+1. Let (x,2x,…,nx)=n, p is any prime, V2(9!)=V2(1•2•3•4•5•6•7•8•9) =(2,4,6,8)+(4,8)+(8)=[9/2]+[9/4]+[9/8]=7 Generalize it and we have, Vp(m!)=Vp(1•2•….•m) =(p,2p,…,[m/p]•p)+(p^2,2p^2,…,[m/p^2]•p^2)+…+(p^k,…,[m/p^k]•p^k), k=1~∞ Obviously when p^k>m, k>=1, (p^k,…,[m/p^k]•p^k)=0; So, Vp(m!)=Vp(1)+Vp(2)+…+Vp(m) =[m/p]+[m/p^2]+…+[m/p^k], k=1~∞, or Vp(m!)=∑([m/p^k],k=1~∞)——(1) Note the target statement is equivalent to: for any prime p, Vp((2m)!(2n)!)>=Vp(m!n!(m+n)!)——(2), or, Vp((2m)!)+Vp((2n)!)>=Vp(m!)+Vp(n!)+Vp(m+n)!, Let m/p^k=a(k), n/p^k=b(k), k=1~∞ Combine (1), we note that (2) is equivalent to: for any k in (1), [2a(k)]+[2b(k)]>=[a(k)]+[b(k)]+[a(k)+b(k)]——(3) For convenience of viewing, let a(k)=a, b(k)=b, a,b>=0, (3) is then rewritten as: [2a]+[2b]>=[a]+[b]+[a+b]——(4) We prove it under different circumstances: