|
|
Re: z^z^z^...
Posted:
Mar 23, 2000 1:07 AM
|
|
Message:
In Donald Knuth's notation x^(x^(x^(...^x))) = x^^n (assuming the tower of exponents has n levels). In a recent post I pointed out an amazing result concerning the modular arithmetic version of this problem: if a, m are positive integers, m >= 2, then as n -> infinity a^^n _always_ converges modulo m (i.e., it is eventually constant mod m). Has anybody found this result before?
Response:
This is trivial to prove by fixing a and inducting of m. m=2 is trivial. Looking at the multiplicative orbit of a modulo m we see that it has k < m elements in it. By induction, a^^n stabilizes mod k, and thus one step later it stabelized mod m. (The case of a=2 was a problem on the USA Mathematical Olympiad sometime in recent history, and the proof for a=2 easily extends to arbitrary a).
|
|