Browse · MathNet
PrintIrska
Ireland counting and probability
Problem
Given an -tuple of numbers where each or , form a new -tuple and continue to repeat this operation. Show that if for some integer , then after a certain number of repetitions of the operation, we obtain the -tuple
Solution
Use induction on . Result clear for . Assume it is true for some and now consider an arbitrary -tuple of length . Since for all , the second iteration can be written as which is the result of the interlacing of the two -tuples The same rule can be used to obtain the fourth iteration of the original -tuple by interlacing the second iteration of the two -tuples of (3), the sixth iteration of the original by interweaving the third iterations etc.. Thus iterations () of the original -tuple yields the same result as the interlacing of the iterations of the two -tuples of (3). But the induction hypothesis guarantees that these iterations of the (3) tuples consist only of ones for sufficiently large . Thus we conclude that, for sufficiently large, iterations of the original -tuple gives the -tuple as required.
Techniques
Induction / smoothingRecursion, bijection