Hensel's Lemma
This is Lab 10 from Clint by Hugh Montgomery, edited by Elad Zelingher. All rights reserved to Hugh Montgomery.
Hensel's Lemma (as discussed in of NZM), can be formulated as follows: Let be a polynomial with integral coefficients, let be a prime, and suppose that for some .
Case 1. . (The "regular" case.) There is a unique such that . This is the root of the linear congruence
Case 2. . (The "singular" case.) If then for all . If then for all .
Problem 1
Let . Note that , and that . Since , it follows that to lift this root we must take so that . Use LinCon to determine this , and thus find a root of . Confirm your work by applying PolySolv to , first with , and then with .
Problem 2
Let , as in Problem 2 of Laboratory 5. From Theorem A. 5 on p . 488 of NZM we know that all roots of are non-singular, unless divides the discriminant of , denoted . In the present case, (verify this with PolynomialDiscriminant). Apply PolySolv to , and take . Note the two roots. Now apply PolySolv to . Thus discover that one of the roots of is singular, and that the other one is regular. From Case 2 of Hensel's Lemma we know that the singular root either lifts to 31 roots , or else does not lift. Apply PolySolv to with , to determine which.
Problem 3
The mundane chore of applying LinCon to lift roots to higher powers of is automated by the program Hensel. Use Hensel for and . View the solutions that lie above the root . Then view the other solution , and those that lie above it. Note that in both cases, the sequence of coefficients seems to exhibit no simple pattern.
Problem 4
The polynomial , when considered , has a singular root . Does this lift to a solution ? By invoking the program Hensel, one may see that the answer is "No". Now apply Hensel to . Note that and are the same , but different . The the solution can be lifted to . You can view its companion . Note that the two roots both lie above the single root . You may use the combobox to switch between the two roots , but in both cases neither of these roots lift to give a root . Finally, take . Note that and are the same , but different . Apply Hensel to , and note that the root lifts to two roots, . Also, note that the root lifts to two roots, . Use the combobox to explore the tree of solutions , and sketch it through , say. Note that two long strands are forming. How far must these strands be extended before one can be sure that they continue indefinitely? (Hint: Apply Theorem 2.24 of NZM. Theorem A. 5 on p. 488 is also relevant.)
Problem 5
Use Hensel to explore the tree of solutions of , through . Sketch your findings. Thus verify and extend Table 1 on p. 90 of NZM.
Problem 6
Apply Hensel to . Note that the sequence of seems to be periodic. For each prime , note the apparent period. We know that the base 10 expansion of a real number is periodic if and only if is rational, and that the least period of the base 10 expansion of is the order of , provided that . (This is Problem 30 at the end of of NZM.) Is there an analogue at work here? Explore.
Problem 7
Apply Hensel to , and report your findings.
Problem 8
Apply Hensel to , and report your findings.
Problem 9
Use Hensel to study for various combinations of and . For what combinations do you encounter singular roots? (Note: The number of roots (mod ) is , according to Theorem 2.37 of NZM.)