Analytical continuation of Euler prime product for (s)>12\Re(s)>\tfrac{1}{2} assuming (RH)

Assuming the Riemann Hypothesis, this paper introduces a new factor to analytically continue the Euler prime product to the region (s)>12\Re(s) > \tfrac{1}{2} (excluding the pole at s=1s=1), discusses the recovery of Mertens's 3rd Theorem, and provides a Pari/GP script for numerical verification.

Artur Kawalec

Published 2026-04-01
📖 5 min read🧠 Deep dive

The Big Picture: Fixing a Broken Bridge

Imagine the Riemann Zeta function (ζ(s)\zeta(s)) as a massive, magical bridge that connects the world of simple numbers to the mysterious world of prime numbers (2, 3, 5, 7...).

For a long time, mathematicians knew how to cross this bridge, but only on one side. Specifically, they could only walk across it safely if they stayed in the "Safe Zone" where the real part of the number ss is greater than 1.

The bridge is built using an Euler Product. Think of this product as a chain made of links, where every link is a prime number.

  • The Chain: (11/ps)1\prod (1 - 1/p^s)^{-1}
  • The Problem: If you try to walk into the "Danger Zone" (where the real part of ss is between 0.5 and 1), the chain starts to unravel. The links get too heavy, and the math breaks down. The bridge collapses.

The Goal of this Paper:
The author, Artur Kawalec, wants to extend the bridge so we can walk all the way down to the "Critical Line" (where the real part is 0.5), assuming a famous hypothesis called the Riemann Hypothesis (RH) is true. He wants to fix the bridge so it doesn't collapse in the Danger Zone.


The Solution: Adding a "Stabilizer"

How does he fix the bridge? He realizes that the chain of prime numbers (the Euler Product) is missing a crucial piece of support when we get close to the edge.

The Analogy: The Leaning Tower
Imagine the Euler Product is a tower of blocks.

  • On the safe side (s>1s > 1), the tower stands perfectly straight.
  • As you move toward the edge (0.5<s<10.5 < s < 1), the tower starts to lean dangerously. It's about to fall.

Kawalec says, "We don't need to rebuild the tower; we just need to add a counterweight."

He introduces a new mathematical factor: eE1[(s1)logx]e^{E_1[(s-1)\log x]}.

  • What is this? It's a special "correction factor" (a type of exponential integral).
  • What does it do? It acts like a heavy anchor or a counterweight. When you attach this anchor to the leaning tower (the partial product of primes), it pulls the tower back into balance.

The Result:
With this new anchor attached, the bridge becomes stable. You can now walk from the Safe Zone all the way down to the Critical Line (s=0.5s = 0.5), provided the Riemann Hypothesis is true.


The "Magic Trick" at the Edge (s = 1)

There is a specific spot on the bridge, right at s=1s=1, where the bridge is supposed to have a giant hole (a "pole"). This is where the famous Mertens' Theorem lives.

Usually, when you try to calculate the product of primes at this spot, the numbers go to infinity. It's like trying to fill a bucket with a hole in the bottom.

Kawalec shows that his new "anchor" formula is so smart that it knows exactly how to behave at this hole.

  • If you look at the formula near the hole, the "anchor" cancels out the infinity perfectly.
  • When you do the math, it magically recreates the famous rule that describes how prime numbers grow (Mertens' 3rd Theorem).
  • The Takeaway: The new formula isn't just a patch; it's a perfect fit that respects the old rules even at the most dangerous spot.

Does it work for other bridges?

Yes! The author shows that this "anchor" technique isn't just for the main Zeta bridge.

  • He applies it to the Reciprocal Zeta (a bridge that goes the other way).
  • He applies it to other complex combinations of prime products.

In every case, adding this specific "exponential integral" correction factor allows the math to work in the Danger Zone where it previously failed.


The Proof: The Computer Simulation

Math is great, but you have to prove it works in the real world. Kawalec wrote a computer script (using a program called Pari/GP) to test his theory.

The Experiment:

  1. He built a "partial bridge" using the first 1,000, 10,000, and 100,000 prime numbers.
  2. He added his "anchor" to these partial bridges.
  3. He compared the result to the actual, known Riemann Zeta function.

The Findings:

  • At first glance: The two lines (the real function and his new formula) matched perfectly.
  • Near the edge (0.5): When he got very close to the critical line, the lines started to wiggle or oscillate a little bit.
  • The Fix: He realized this was just because he hadn't used enough primes yet. When he increased the number of primes in the simulation (making the bridge longer), the wiggles smoothed out, and the lines matched again.

Conclusion: The more primes you use, the more perfect the match becomes. This suggests the formula is correct.

Summary in One Sentence

The author discovered a clever mathematical "counterweight" that allows us to extend the famous formula for prime numbers into a dangerous, previously unreachable zone, assuming the Riemann Hypothesis is true, and computer tests confirm it works beautifully.