A deterministic algorithm for finding $r$-power divisors
David Harvey, Markus Hittmeir

TL;DR
This paper introduces a deterministic algorithm that efficiently finds all r-power divisors of an integer N, improving the time complexity for problems like testing squarefreeness compared to previous methods.
Contribution
The paper presents a new deterministic algorithm with provable time bounds for finding r-power divisors, extending prior work and improving efficiency for specific number-theoretic problems.
Findings
Algorithm finds all r-power divisors in time O(N^{1/4r+ε})
Can test squarefreeness of N in time O(N^{1/8+ε})
Improves upon previous bounds for related problems
Abstract
Building on work of Boneh, Durfee and Howgrave-Graham, we present a deterministic algorithm that provably finds all integers such that in time for any . For example, the algorithm can be used to test squarefreeness of in time ; previously, the best rigorous bound for this problem was , achieved via the Pollard--Strassen method.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnalytic Number Theory Research · Advanced Mathematical Theories
