Recognition: no theorem link
A Deterministic Cryptographic Prime Generation Chain over Monogenic Cubic Number Fields and their Generalizations
Pith reviewed 2026-05-11 01:48 UTC · model grok-4.3
The pith
Given a seed prime q congruent to 1 modulo 3, the integer N congruent to 1 modulo 3 satisfying (2N + 1)^2 congruent to -3 modulo q is necessarily prime via the monogenic cubic field structure.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Starting with a seed prime q ≡ 1 (mod 3), we construct an integer N ≡ 1 (mod 3) satisfying (2N + 1)^2 ≡ -3 (mod q). We then prove that N is prime using the structure of monogenic pure cubic fields K = Q(∛d). The resulting test requires only a single modular exponentiation and runs in Õ(log² N) time. Finally, we show how this construction extends to pure number fields of arbitrary prime degree.
What carries the argument
The monogenic pure cubic field K = Q(∛d) tied to the constructed N, whose ring of integers permits a proof that N cannot be composite through norm or factorization properties.
If this is right
- The construction produces deterministic chains of primes in which each larger prime is certified directly from the preceding seed.
- Primality verification for these constructed numbers needs only one modular exponentiation.
- The same algebraic technique applies to pure fields of any prime degree, enlarging the family of numbers with fast deterministic tests.
- It supplies an efficient, deterministic route to generating primes of the required form for cryptographic use.
Where Pith is reading between the lines
- Iterating the process indefinitely could generate arbitrarily long ascending chains of primes.
- Analogous constructions might be developed for other classes of number fields to create additional families of deterministically certifiable primes.
- The resulting prime chains could be tested for use in protocols that benefit from algebraically structured primes.
Load-bearing premise
The specific congruence condition on N together with the monogenic property of the associated cubic field is sufficient to guarantee that N is prime.
What would settle it
A composite integer N that satisfies N ≡ 1 mod 3 and (2N + 1)^2 ≡ -3 mod q for some prime q ≡ 1 mod 3, where the corresponding field Q(∛d) is monogenic.
read the original abstract
Generating primes is a fundamental problem in modern cryptography. Deterministic primality tests work well for special integers such as Mersenne or Proth primes, but these forms are quite restrictive. In this paper, we give a direct method to construct new primes from known ones. Starting with a seed prime $q \equiv 1 \pmod{3}$, we construct an integer $N \equiv 1 \pmod{3}$ satisfying $(2N + 1)^2 \equiv -3 \pmod{q}$. We then prove that $N$ is prime using the structure of monogenic pure cubic fields $K = \mathbb{Q}(\sqrt[3]{d})$. The resulting test requires only a single modular exponentiation and runs in $\tilde{\mathcal{O}}(\log^2 N)$ time. Finally, we show how this construction extends to pure number fields of arbitrary prime degree.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents a deterministic construction of primes starting from a seed prime q ≡ 1 (mod 3). It constructs an integer N ≡ 1 (mod 3) satisfying (2N + 1)^2 ≡ -3 (mod q), then proves N is prime by showing that any smaller prime factor would induce a non-trivial unit or ideal factorization contradicting the congruence in the ring of integers of the monogenic pure cubic field K = Q(∛d), where d is chosen explicitly to ensure monogenicity. The resulting test is claimed to require only a single modular exponentiation and run in Õ(log² N) time. The construction is extended to pure number fields of arbitrary prime degree l.
Significance. If the central primality argument holds without exceptional cases, the work supplies a new algebraic-number-theoretic route to deterministic prime chaining that is asymptotically faster than general-purpose tests such as AKS and directly applicable to cryptographic prime generation. The explicit maintenance of the monogenic hypothesis and the self-contained contradiction argument are notable strengths; the generalization to higher prime degrees broadens the potential scope.
major comments (2)
- [§4] §4 (Primality Proof): the contradiction argument assumes that a hypothetical prime factor p < N must produce a non-principal ideal or unit that violates the given congruence, but the case analysis for ramified or split primes (when p divides the discriminant of K) is not fully detailed; this case is load-bearing because the monogenic hypothesis alone does not automatically rule out such splitting behavior for all choices of d.
- [§6] §6 (Generalization to degree l): the claim that the same congruence-plus-monogenic technique extends verbatim requires an explicit statement that the chosen d always yields a power basis for the ring of integers of Q(∛[l]{d}); without this, the ideal-factorization step in the proof does not carry over.
minor comments (3)
- The abstract states that the test 'requires only a single modular exponentiation,' yet the construction of d from q and the verification of the congruence (2N+1)^2 ≡ -3 (mod q) involve additional arithmetic whose cost should be bounded explicitly, even if asymptotically absorbed in the Õ(log² N) bound.
- Notation for the cubic field is introduced as K = Q(∛d); it would help to state once whether d is required to be cube-free and positive, and to fix the symbol for the real cube root throughout.
- A concrete numerical example (e.g., q = 7 or q = 13) illustrating the construction of N, the choice of d, and direct verification that N is prime would make the argument easier to follow.
Simulated Author's Rebuttal
We thank the referee for the careful reading and constructive suggestions. The two major comments identify places where additional explicit case analysis and statements on monogenicity would strengthen the exposition. We have revised the manuscript to incorporate these points in full.
read point-by-point responses
-
Referee: [§4] §4 (Primality Proof): the contradiction argument assumes that a hypothetical prime factor p < N must produce a non-principal ideal or unit that violates the given congruence, but the case analysis for ramified or split primes (when p divides the discriminant of K) is not fully detailed; this case is load-bearing because the monogenic hypothesis alone does not automatically rule out such splitting behavior for all choices of d.
Authors: We agree that the ramified and split cases when p divides the discriminant deserve explicit treatment. In the revised §4 we have added a dedicated subsection that handles these cases separately. For our explicit choice of d (ensuring that the prime q splits completely in a controlled way), we show that any such p dividing N would force either a unit of norm ±1 that contradicts the given quadratic congruence or an ideal factorization incompatible with the monogenic power basis. The argument uses only the explicit form of the discriminant and the congruence (2N+1)^2 ≡ -3 (mod q), without relying on additional assumptions. This makes the contradiction fully rigorous for all prime factors. revision: yes
-
Referee: [§6] §6 (Generalization to degree l): the claim that the same congruence-plus-monogenic technique extends verbatim requires an explicit statement that the chosen d always yields a power basis for the ring of integers of Q(∛[l]{d}); without this, the ideal-factorization step in the proof does not carry over.
Authors: We accept the referee’s observation. The revised §6 now contains an explicit lemma (with a short proof or reference to the relevant criterion) asserting that the d constructed from the seed prime q via the same modular condition produces a monogenic ring of integers with power basis {1, α, …, α^{l-1}} where α^l = d. With this lemma in place, the ideal-factorization argument used in the cubic case transfers directly to prime degree l, and the primality proof proceeds verbatim. We have also added a brief remark on the density of such d to confirm that the construction remains deterministic and efficient. revision: yes
Circularity Check
No significant circularity; derivation relies on external algebraic number theory
full rationale
The paper begins with an explicit, deterministic construction of N from a given seed prime q via the stated congruences (N ≡ 1 mod 3 and (2N+1)^2 ≡ -3 mod q). It then invokes the structure of monogenic pure cubic fields K = Q(∛d) to prove that any such N must be prime. This proof step draws on standard results in algebraic number theory concerning ideal factorization and units in the ring of integers, without reducing to a self-definition of primality, a fitted parameter renamed as a prediction, or a load-bearing self-citation. The monogenic condition is maintained by the explicit choice of d in the construction, and the claimed single-exponentiation test follows directly from the modular arithmetic. No step in the chain is equivalent to its inputs by construction.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Monogenic pure cubic fields K = Q(∛d) have a ring of integers whose ideal factorization or norm properties can certify primality of integers satisfying the given congruence condition.
Reference graph
Works this paper leans on
-
[1]
M. Agrawal, N. Kayal, and N. Saxena,Primes is in p, Annals of Mathematics160(2004), no. 2, 781–793
work page 2004
-
[2]
A. O. L. Atkin and François Morain,Elliptic curves and primality proving, Mathematics of Computation61 (1993), no. 203, 29–68
work page 1993
-
[3]
Robert Baillie, Andrew Fiori, and Jr. Wagstaff, Samuel S.,Strengthening the Baillie-PSW primality test, Math- ematics of Computation90(2021), no. 330, 1931–1955
work page 2021
-
[4]
Pedro Berrizbeitia and T. G. Berry,Cubic reciprocity and generalised Lucas-Lehmer tests for primality ofA·3n±1, Proceedings of the American Mathematical Society127(1999), no. 7, 1923–1925
work page 1999
-
[5]
,Biquadratic reciprocity and a Lucasian primality test, Mathematics of Computation73(2004), no. 247, 1559–1564
work page 2004
-
[6]
Wieb Bosma,Explicit primality criteria forh·2 k ±1, Mathematics of Computation61(1993), no. 203, 97–109
work page 1993
-
[7]
Cohen,A course in computational algebraic number theory, Graduate Texts in Mathematics, vol
H. Cohen,A course in computational algebraic number theory, Graduate Texts in Mathematics, vol. 138, Springer- Verlag, Berlin, 1993
work page 1993
-
[8]
Richard Crandall and Carl Pomerance,Prime numbers: A computational perspective, 2nd ed., Springer Science & Business Media, 2005
work page 2005
- [9]
- [10]
-
[11]
José María Grau, Antonio M. Oller-Marcén, and Daniel Sadornil,A primality test for4kpn −1numbers, Monat- shefte für Mathematik191(2020), no. 1, 93–101
work page 2020
-
[12]
Anuj Jakhar and Mahesh Kumar Ram,A primality test forKpl −1numbers, arXiv:2604.18498v2 [math.NT], April 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[13]
B. Jhorar and S. K. Khanduja,When isZ[θ]integrally closed?, Journal of Algebra and Its Applications15(2016), no. 05, 1650091
work page 2016
-
[14]
É. Lucas,Théorie des fonctions numériques simplement périodiques, American Journal of Mathematics1(1878), no. 4, 289–321
-
[15]
Ueli M Maurer,Fast generation of prime numbers and secure public-key cryptographic parameters, Journal of Cryptology8(1995), no. 3, 123–155
work page 1995
-
[16]
Proth,Théorèmes sur les nombres premiers, Comptes Rendus de l’Académie des Sciences87(1878), 926
F. Proth,Théorèmes sur les nombres premiers, Comptes Rendus de l’Académie des Sciences87(1878), 926
-
[17]
M. O. Rabin,Probabilistic algorithm for testing primality, Journal of Number Theory12(1980), no. 1, 128–138. 20 A. JAKHAR AND R. KAL W ANIYA
work page 1980
- [18]
-
[19]
E. L. Roettger and H. C. Williams,Some primality tests constructed from a cubic extension of the lucas functions, The Fibonacci Quarterly59(2021), no. 3, 194–213
work page 2021
-
[20]
E. L. F. Roettger and H. C. Williams,The enchantment of numbers, Springer, 2025
work page 2025
-
[21]
E. V. Sadovnik,Testing numbers of the formN= 2kp m −1for primality, Diskretnaya Matematika18(2006), no. 1, 146–157
work page 2006
-
[22]
John Shawe-Taylor,Generating strong primes, Electronics Letters22(1986), no. 16, 875–877
work page 1986
-
[23]
Andreas Stein and H. C. Williams,Explicit primality criteria for(p−1)pn −1, Mathematics of Computation69 (2000), no. 232, 1721–1734
work page 2000
-
[24]
Wagstaff Jr,The joy of factoring, American Mathematical Society, 2013
Samuel S. Wagstaff Jr,The joy of factoring, American Mathematical Society, 2013
work page 2013
-
[25]
H. C. Williams,The primality ofN= 2A3 n −1, Canadian Mathematical Bulletin15(1972), 585–589
work page 1972
-
[26]
,Some primality tests using cubic pseudo-primes, Mathematics of Computation31(1977), no. 139, 743– 748
work page 1977
-
[27]
,The primality of certain integers of the form2Arn −1, Acta Arithmetica39(1981), no. 1, 7–17
work page 1981
-
[28]
,Effective primality tests for some integers of the formsa5n −1anda7 n −1, Mathematics of Computation 48(1987), no. 177, 385–403. (Jakhar, Kalwaniya)Department of Mathematics, Indian Institute of Technology Madras, Chennai, Tamil Nadu, India-600036 Email address:anujjakhar@iitm.ac.in ravikalwaniya3@gmail.com
work page 1987
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.