Lifting-the-exponent lemma
{{Short description|Number theoretic lemma}}
In elementary number theory, the lifting-the-exponent lemma (LTE lemma) provides several formulas for computing the p-adic valuation of special forms of integers. The lemma is named as such because it describes the steps necessary to "lift" the exponent of in such expressions. It is related to Hensel's lemma.
Background
The exact origins of the LTE lemma are unclear; the result, with its present name and form, has only come into focus within the last 10 to 20 years.Pavardi, A. H. (2011). Lifting The Exponent Lemma (LTE). Retrieved July 11, 2020, from http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.221.5543 (Note: The old link to the paper is broken; try https://s3.amazonaws.com/aops-cdn.artofproblemsolving.com/resources/articles/lifting-the-exponent.pdf instead.) However, several key ideas used in its proof were known to Gauss and referenced in his Disquisitiones Arithmeticae.Gauss, C. (1801) [https://gdz.sub.uni-goettingen.de/id/PPN235993352?tify={%22pages%22%3A%5B70%5D} Disquisitiones arithmeticae.] Results shown in Articles 86–87. Despite chiefly featuring in mathematical olympiads, it is sometimes applied to research topics, such as elliptic curves.Geretschläger, R. (2020). Engaging Young Students in Mathematics through Competitions – World Perspectives and Practices. World Scientific. https://books.google.com/books?id=FNPkDwAAQBAJ&pg=PP1Heuberger, C. and Mazzoli, M. (2017). Elliptic curves with isomorphic groups of points over finite field extensions. Journal of Number Theory, 181, 89–98. https://doi.org/10.1016/j.jnt.2017.05.028
Statements
For any integers and , a positive integer , and a prime number such that and , the following statements hold:
- When is odd:
- If , then .
- If and is odd, then .
- If and is even, then .
- When :
- If and is even, then .
- If and is odd, then . (Follows from the general case below.)
- Corollaries:
- If , and if both x and y are odd, then and thus .
- If and is even, then .
- If and is odd, then .
- For all :
- If and , then .
- If , and is odd, then .
Generalizations
LTE has been generalized to complex values of provided that the value of is integer.S. Riasat, [https://sriasat.wordpress.com/wp-content/uploads/2014/10/general-lte.pdf Generalising `LTE' and application to Fibonacci-type sequences].
Proof outline
= Base case =
The base case when is proven first. Because ,
{{NumBlk|:||{{EquationRef|1}}}}
The fact that completes the proof. The condition for odd is similar, where we observe that the proof above holds for integers and , and therefore we can substitute for above to obtain the desired result.
= General case (odd ''p'') =
Via the binomial expansion, the substitution can be used in ({{EquationNote|1}}) to show that because ({{EquationNote|1}}) is a multiple of but not . Likewise, .
Then, if is written as where , the base case gives .
By induction on ,
:
\begin{align}
\nu_p(x^{p^a}-y^{p^a}) &= \nu_p(((\dots(x^p)^p\dots))^p-((\dots(y^p)^p\dots))^p)\ \text{(exponentiation used } a \text{ times per term)} \\
&= \nu_p(x-y)+a
\end{align}
A similar argument can be applied for .
= General case (''p'' = 2) =
The proof for the odd case cannot be directly applied when because the binomial coefficient is only an integral multiple of when is odd.
However, it can be shown that when by writing where and are integers with odd and noting that
:
\begin{align}
\nu_2(x^n-y^n) &= \nu_2((x^{2^a})^b-(y^{2^a})^b) \\
&= \nu_2(x^{2^a}-y^{2^a}) \\
&= \nu_2((x^{2^{a-1}}+y^{2^{a-1}})(x^{2^{a-2}}+y^{2^{a-2}})\cdots(x^2+y^2)(x+y)(x-y)) \\
&= \nu_2(x-y)+a
\end{align}
because since , each factor in the difference of squares step in the form is congruent to 2 modulo 4.
In competitions
= Example problem =
The LTE lemma can be used to solve 2020 AIME I #12:
Let be the least positive integer for which is divisible by Find the number of positive integer divisors of .2020 AIME I Problems. (2020). Art of Problem Solving. Retrieved July 11, 2020, from https://artofproblemsolving.com/wiki/index.php/2020_AIME_I_Problems
Solution. Note that . Using the LTE lemma, since and , but , . Thus, . Similarly, but , so and .
Since , the factors of 5 are addressed by noticing that since the residues of modulo 5 follow the cycle and those of follow the cycle , the residues of modulo 5 cycle through the sequence . Thus, iff for some positive integer . The LTE lemma can now be applied again: . Since , . Hence .
Combining these three results, it is found that , which has positive divisors.
References
{{reflist|colwidth=30em}}