|
Powers of 3 and Powers of 2Prove the following: for every positive integer k, there exists a positive integer m such that 3m + 5 is divisible by 2k.
Lemma: (32^(k-2)-1)/2k is an odd integer whenever k is at least 3.This sequence is Sloan's A068531: 1, 5, 205, 672605, 14476720225405, ... The proof of this lemma begins with the observation that when k=3, it is true:
Next, observe that if b is a power of 2 and is at least 8, and a/b is an odd integer, then a+2 is divisible by 2 but not by any higher power of 2.
If a=(32^(k-2)-1), and b=2k, which means a/b is an odd integer, so a(a+2)/(2b) is an odd integer.
Proof by Induction on kGiven an integer, k, suppose an "m" exists such that 3m+5 is divisible by 2k. This is true for k=1,2,3, which can be shown by picking m=1. Now, the basis for the induction: if k=3, then an m exists (m=1) such that 3m + 5 is divisible by 2k. This proof will prove the induction step, which is that for any k that is at least 3, an integer, n, exists such that 3n + 5 is divisible by 2k. Furthermore, you will get a hint of the value of n. Either n=m, which will be case 1, below, or else n=m+2k-2, which will be case 2. Either (3m+5)/2k is even or odd. I'll consider these two cases separately. The first case is easy. case 1: If (3m+5)/2k is even, then 3m+5 is is equal to 0 mod 2k+1, proving the induction step. case 2: If (3m+5)/2k is odd, then so are these two integers:
(3m+2^(k-2)+5)/2k = (32^(k-2))(3m+5)/2k - 5(32^(k-2)-1)/2k, which is the difference of two odd integers, so (3m+2^(k-2)+5)/2k is an even integer, so 3m+2^(k-2)+5 is divisible by 2k+1 Whew! Additional Notes on the Induction ProofThe number, 5, used in this puzzle isn't special. Any odd number that is equivalent to 5 or 7 mod 8 will work just as well. The reason 1 and 3 don't work is that you can't get the "induction engine" started -- 3m+1 alternates between 2 and 4, mod 8, and 3m+3 alternates between 4 and 6, mod 8, so you'll never find a "k" that is 3 or larger such that 3m+1 or 3m+3 is divisible by 2k. A Different ApproachAlexander Monnas proposed a different method to prove that for any given k there exists an m such that: 3m+5º0 mod 2k. First note that, since (3,2k)=1 we have from Euler's Totient Theorem that
j(2k)=2k-1, so
If d exists, where d<2k-1, such that 3dº1, then d must be divisor of 2k-1. By considering the expansion of (4-1)2^j, it is apparent that when j=k-2, every term of the expansion with the exception of the last term is 0, mod 2k, and this last term is 1, so (4-1)2^(k-2)º1, mod 2k. The question of whether a smaller j would make (4-1)2^jº1, mod 2k is a bit trickier, but the answer is no. Here's why.
We thus have that, for any given k, the numbers 30,31,...,32^(k-2)-1 are incongruent residues, mod 2k.
It now remains only to show that, for any given k, one of these residues must be -5, mod 2k. First note that 3n+2-3n, mod 2k is a multiple of 8. (This follows from 3n+2-3n = 3n(32-30)) = 8*3n) Since there are 2k-2 residues corresponding to powers of 3 (out of a total of 2k-1 odd residues), and since 1 and 3 are always two such residues, it follows that all the odd number residues (8n+1) and (8n+3) correspond to the powers of 3. Hence there exists an m, 0<=m<2k-2 such that 3mº-5. Internet References
Related pages in this website
|
|
The webmaster and author of the Math
Help site is Graeme McRae. |