
TL;DR
This paper introduces a novel theoretical sieve using a 'hydra' data structure to prove longstanding conjectures about primes, including twin primes, Kronecker's, and Polignac's conjectures, through elementary recursive methods.
Contribution
The paper presents a new 'hydra' data structure and recursive splitting algorithm that enable elementary proofs of major prime conjectures previously unproven.
Findings
Proves the twin prime conjecture.
Establishes the generalized conjectures of Kronecker and Polignac.
Provides elementary recursive proofs for prime distribution conjectures.
Abstract
We prove the twin prime conjecture and the generalized conjectures of Kronecker and Polignac. Key to the proofs is a new theoretical sieve that combines two concepts that go back to Eratosthenes: the 'sieve' filtering a finite set of numbers and the 'hydra' as a representation of infinity. Using functional programming notation (and a reference implementation in R) we define a data structure 'hydra' that partitions the infinite set of numbers into a finite set of partitions. On top of this data structure we define an algorithm 'split' which sub-partitions each partition using the modulus prime function. Hydra splitting along the natural sequence of primes is a recursive version of wheel factorization. Hydra recursion allows elementary proofs of some statements about primes. We consider one new and two classical proof structures. Using these proof methods we find that hydra recursion…
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
TopicsComputability, Logic, AI Algorithms · History and Theory of Mathematics · Logic, Reasoning, and Knowledge
