# Efficiently factoring polynomials modulo $p^4$

**Authors:** Ashish Dwivedi, Rajat Mittal, Nitin Saxena

arXiv: 1901.06628 · 2019-02-27

## TL;DR

This paper introduces the first randomized polynomial-time algorithm for factoring univariate polynomials modulo prime powers up to p^4, solving an open problem and extending Hensel lifting techniques.

## Contribution

It presents a novel randomized algorithm for factoring polynomials modulo p^k for k ≤ 4, reducing the problem to root finding and generalizing Hensel lifting to handle repeated factors.

## Key findings

- First randomized polynomial-time algorithm for p^4
- Reduction of factoring to root finding in related polynomials
- Generalization of Hensel lifting for repeated factors

## Abstract

Polynomial factoring has famous practical algorithms over fields-- finite, rational \& $p$-adic. However, modulo prime powers it gets hard as there is non-unique factorization and a combinatorial blowup ensues. For example, $x^2+p \bmod p^2$ is irreducible, but $x^2+px \bmod p^2$ has exponentially many factors! We present the first randomized poly(deg $f, \log p$) time algorithm to factor a given univariate integral $f(x)$ modulo $p^k$, for a prime $p$ and $k \leq 4$. Thus, we solve the open question of factoring modulo $p^3$ posed in (Sircana, ISSAC'17).   Our method reduces the general problem of factoring $f(x) \bmod p^k$ to that of {\em root finding} in a related polynomial $E(y) \bmod\langle p^k, \varphi(x)^\ell \rangle$ for some irreducible $\varphi \bmod p$. We could efficiently solve the latter for $k\le4$, by incrementally transforming $E(y)$. Moreover, we discover an efficient and strong generalization of Hensel lifting to lift factors of $f(x) \bmod p$ to those $\bmod\ p^4$ (if possible). This was previously unknown, as the case of repeated factors of $f(x) \bmod p$ forbids classical Hensel lifting.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.06628/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1901.06628/full.md

---
Source: https://tomesphere.com/paper/1901.06628