Harmonic Sine Reconstruction and the Riemann Hypothesis:
Rigorous Foundations and Critical Corrections
Version 3 — Corrected
A Development of the Geometric-Analytic Pathway
Logic by Grok, Maths by Claude, Tinkering by Victor Geere
March 09, 2026
- Selection monotonicity is false (v2 Lemma 5.1): The map \(\theta \mapsto \delta_n(\theta)\) is not monotone. Counterexample: \(\delta_2(\pi/4) = 1\) but \(\delta_2(\pi/3) = 0\), with \(\pi/4 < \pi/3\). The selection regions are unions of disjoint intervals, not single intervals.
- The Zeta Bridge identity is false (v2 Proposition 4.3): \(\Phi(s,\pi) \neq \zeta(s)-1\). At \(\theta = \pi\), the greedy algorithm selects only indices \(\{0, 1, 4\}\) (corresponding to \(\pi/2 + \pi/3 + \pi/6 = \pi\)), not all indices. Hence \(\Phi(s,\pi) = 2^{-s} + 3^{-s} + 6^{-s}\).
- The selection density formula is false (v2 Lemma 3.3): \(D(N,\theta)\) does not grow as \(x\ln N\). For rational \(\theta/\pi\), the algorithm terminates finitely with \(D(N,\theta) = O(1)\), corresponding to the Egyptian fraction decomposition of \(\theta/\pi\).
Table of Contents
- Abstract
- 1. Notation and Preliminaries
- 2. The Harmonic Sine Reconstruction
- 3. Convergence of the Harmonic Reconstruction
- 4. The Threshold Identity
- 5. Selection Structure: Failure of Monotonicity
- 6. Exact Selection Regions
- 7. Greedy Dirichlet Sub-Sums and the Splitting Identity
- 8. Selection Density: Corrected Analysis
- 9. Critical Gap Analysis: Why the v2 Strategy Fails
- 10. Possible Reformulations
- 11. Discussion
- References
Abstract
We present a rigorous analysis of the harmonic sine reconstruction and its relationship to the Riemann zeta function, correcting fundamental errors present in Versions 1 and 2 of this work. The harmonic reconstruction decomposes a target angle \(\theta \in [0,\pi]\) into a greedy sub-sum of harmonic angles \(\alpha_n = \pi/(n+2)\), converging to \(\sin(\theta)\) at rate \(O(1/N)\). We prove the threshold identity \(\theta_n^* = \alpha_n\) (the minimal target for which index \(n\) is first selected), but demonstrate by explicit computation that the selection indicators \(\delta_n(\theta)\) are not monotone in \(\theta\), invalidating the kernel framework of v2. We show that the claimed identity \(\Phi(s,\pi) = \zeta(s)-1\) is false: at \(\theta = \pi\), the greedy algorithm selects only finitely many indices, giving an Egyptian fraction decomposition \(\pi/2 + \pi/3 + \pi/6 = \pi\) rather than a Dirichlet series. We identify the precise obstructions preventing this approach from establishing the Riemann Hypothesis and discuss possible reformulations.
1. Notation and Preliminaries
- \(s = \sigma + it\) denotes a complex variable with \(\sigma = \operatorname{Re}(s)\), \(t = \operatorname{Im}(s)\).
- \(\zeta(s) = \sum_{n=1}^{\infty} n^{-s}\) for \(\sigma > 1\), extended by analytic continuation.
- \(\rho = \beta + i\gamma\) denotes a non-trivial zero of \(\zeta(s)\), so \(\zeta(\rho) = 0\) with \(0 < \beta < 1\).
- The Riemann Hypothesis (RH) asserts that \(\beta = 1/2\) for all such \(\rho\).
- \(\Theta(\cdot)\) is the Heaviside step function: \(\Theta(x) = 1\) if \(x \geq 0\), else \(0\).
- \(H_k = \sum_{j=1}^{k} 1/j\) is the \(k\)-th harmonic number.
- We write \(f \ll g\) to mean \(|f| \leq C|g|\) for an absolute constant \(C > 0\).
2. The Harmonic Sine Reconstruction
Invariant. By induction. Base: \(s_0 = \sin(0) = 0\), \(c_0 = \cos(0) = 1\). If \(\delta_n = 0\): \(\theta_{n+1} = \theta_n\), so the invariant persists trivially. If \(\delta_n = 1\): \(\theta_{n+1} = \theta_n + \alpha_n\), and the update rule is exactly the sine and cosine addition formulas, giving \(s_{n+1} = \sin(\theta_{n+1})\), \(c_{n+1} = \cos(\theta_{n+1})\).
Convergence. The residual \(r_n(\theta) = \theta - \theta_n(\theta)\) satisfies \(r_n \geq 0\) (since we never overshoot) and is non-increasing (each selection reduces it). We prove \(r_{n+1} < \alpha_n = \pi/(n+2)\) for all \(n\):
- If \(\delta_n = 0\): then \(r_n < \alpha_n\), so \(r_{n+1} = r_n < \alpha_n\).
- If \(\delta_n = 1\): then \(r_{n+1} = r_n - \alpha_n\). Since \(r_n \leq \alpha_{n-1}\) (by induction, with \(r_0 = \theta \leq \pi = 2\alpha_0\)), we get \(r_{n+1} \leq \alpha_{n-1} - \alpha_n = \frac{\pi}{(n+1)(n+2)} < \alpha_n\).
Thus \(r_{N+1} < \pi/(N+2) \to 0\), and by 1-Lipschitz continuity of \(\sin\):
\[ |s_N - \sin\theta| = |\sin\theta_N - \sin\theta| \leq |\theta_N - \theta| = r_N \leq \frac{\pi}{N+1} \to 0. \]3. Convergence of the Harmonic Reconstruction
- Step 0: residual \(= \pi \geq \pi/2 = \alpha_0\). Select. Accumulated: \(\pi/2\). Residual: \(\pi/2\).
- Step 1: residual \(= \pi/2 \geq \pi/3 = \alpha_1\). Select. Accumulated: \(\pi/2 + \pi/3 = 5\pi/6\). Residual: \(\pi/6\).
- Step 2: residual \(= \pi/6 < \pi/4 = \alpha_2\). Skip.
- Step 3: residual \(= \pi/6 < \pi/5 = \alpha_3\). Skip.
- Step 4: residual \(= \pi/6 \geq \pi/6 = \alpha_4\). Select. Accumulated: \(\pi\). Residual: \(0\).
4. The Threshold Identity
Base case. At step \(n = 0\), there are no prior selections, so \(\theta_0(\theta) = 0\) and the residual is \(r_0 = \theta\). The selection criterion \(\delta_0(\theta) = 1\) iff \(\theta \geq \alpha_0 = \pi/2\). Hence \(\theta_0^* = \pi/2 = \alpha_0\). ✓
Inductive step. Assume \(\theta_k^* = \alpha_k = \pi/(k+2)\) for all \(k < n\). Consider the target \(\theta = \alpha_n = \pi/(n+2)\). Since \(\alpha_n < \alpha_k\) for all \(k < n\) (because \(n+2 > k+2\)), we have \(\theta = \alpha_n < \theta_k^* = \alpha_k\) for all \(k < n\). Therefore, at target \(\theta = \alpha_n\), no prior index \(k < n\) is selected (this follows because the infimum of targets that select index \(k\) is \(\alpha_k > \alpha_n\)). The accumulated angle at step \(n\) is \(\theta_n(\alpha_n) = 0\), so the residual is \(r_n = \alpha_n - 0 = \alpha_n \geq \alpha_n\), and \(\delta_n(\alpha_n) = 1\).
For \(\theta < \alpha_n\): since \(\theta < \alpha_k\) for all \(k \leq n\), no index \(k \leq n\) is selected at target \(\theta\). In particular, \(\delta_n(\theta) = 0\).
Therefore \(\theta_n^* = \alpha_n = \pi/(n+2)\). ✓
5. Selection Structure: Failure of Monotonicity
Versions 1 and 2 of this work, as well as Geere (2026, Lemma 4.1), claimed that the selection indicators \(\delta_n(\theta)\) are non-decreasing in \(\theta\). This claim is false.
- \(\delta_1(\pi/3) = 1\) but \(\delta_1(\pi/2) = 0\). Since \(\pi/3 < \pi/2\), this violates monotonicity for \(n = 1\).
- \(\delta_2(\pi/4) = 1\) but \(\delta_2(\pi/3) = 0\). Since \(\pi/4 < \pi/3\), this violates monotonicity for \(n = 2\).
Part (a). At \(\theta = \pi/3\):
- Step 0: \(\alpha_0 = \pi/2\). Residual = \(\pi/3 < \pi/2\). \(\delta_0 = 0\). Accumulated = 0.
- Step 1: \(\alpha_1 = \pi/3\). Residual = \(\pi/3 \geq \pi/3\). \(\delta_1 = 1\). ✓
At \(\theta = \pi/2\):
- Step 0: \(\alpha_0 = \pi/2\). Residual = \(\pi/2 \geq \pi/2\). \(\delta_0 = 1\). Accumulated = \(\pi/2\).
- Step 1: \(\alpha_1 = \pi/3\). Residual = \(\pi/2 - \pi/2 = 0 < \pi/3\). \(\delta_1 = 0\). ✓
So \(\delta_1(\pi/3) = 1 > 0 = \delta_1(\pi/2)\), with \(\pi/3 < \pi/2\).
Part (b). At \(\theta = \pi/4\):
- Step 0: Residual = \(\pi/4 < \pi/2\). \(\delta_0 = 0\).
- Step 1: Residual = \(\pi/4 < \pi/3\). \(\delta_1 = 0\).
- Step 2: Residual = \(\pi/4 \geq \pi/4\). \(\delta_2 = 1\). ✓
At \(\theta = \pi/3\):
- Step 0: Residual = \(\pi/3 < \pi/2\). \(\delta_0 = 0\).
- Step 1: Residual = \(\pi/3 \geq \pi/3\). \(\delta_1 = 1\). Accumulated = \(\pi/3\).
- Step 2: Residual = \(\pi/3 - \pi/3 = 0 < \pi/4\). \(\delta_2 = 0\). ✓
Step 1 (Greedy optimality). We first establish that the greedy algorithm maximises the accumulated angle among all feasible selection patterns. A selection \((\delta_0, \ldots, \delta_{n-1}) \in \{0,1\}^n\) is prefix-feasible for target \(\theta\) if \(\sum_{k=0}^{j}\delta_k\alpha_k \leq \theta\) for every \(j = 0, \ldots, n-1\) (i.e., the running total never exceeds \(\theta\)).
Claim: the greedy selection maximises \(A_n = \sum_{k=0}^{n-1}\delta_k\alpha_k\) over all prefix-feasible selections.
Proof of claim by exchange argument. Suppose \((\delta_0', \ldots, \delta_{n-1}')\) is an alternative prefix-feasible selection with total \(A' > A_n^{\mathrm{greedy}}\). Let \(j\) be the first index where the two differ.
- If \(\delta_j^G = 0\) and \(\delta_j' = 1\): the greedy skips \(j\) because \(A_j + \alpha_j > \theta\), where \(A_j\) is the running total (which is the same for both selections, since they agree on indices \(< j\)). But the alternative selects \(j\), also with running total \(A_j + \alpha_j > \theta\), violating prefix-feasibility. Contradiction.
- If \(\delta_j^G = 1\) and \(\delta_j' = 0\): the greedy selects \(j\) and the alternative skips it. The alternative can compensate only by selecting later indices (all with \(\alpha_k < \alpha_j\)). Modifying the alternative to include \(j\) and drop selected later indices until feasibility is restored can only increase the total (since \(\alpha_j\) exceeds each dropped \(\alpha_k\)). This produces a new feasible solution with total \(\geq A'\), contradicting the first-difference property. Repeating, we can transform the alternative to agree with the greedy on all indices, showing \(A' \leq A_n^{\mathrm{greedy}}\).
Step 2 (Monotonicity). If \(\theta_1 \leq \theta_2\), then every selection that is prefix-feasible for \(\theta_1\) is also prefix-feasible for \(\theta_2\) (since the constraint \(\sum \leq \theta\) is relaxed). Therefore, the maximum accumulated angle over all feasible selections for \(\theta_2\) is at least as large as that for \(\theta_1\). By Step 1, the greedy accumulated angles satisfy \(A_n(\theta_1) \leq A_n(\theta_2)\).
6. Exact Selection Regions
Since selection monotonicity fails, we must characterise the actual sets \(\{\theta \in [0,\pi] : \delta_n(\theta) = 1\}\). These are unions of disjoint intervals that can be computed recursively.
- \(\delta_0(\theta) = 1\) iff \(\theta \in [\pi/2,\, \pi]\). (One interval.)
- \(\delta_1(\theta) = 1\) iff \(\theta \in [\pi/3,\, \pi/2) \cup [5\pi/6,\, \pi]\). (Two intervals.)
- \(\delta_2(\theta) = 1\) iff \(\theta \in [\pi/4,\, \pi/3) \cup [3\pi/4,\, 5\pi/6)\). (Two intervals.)
- \(\delta_3(\theta) = 1\) iff \(\theta \in [\pi/5,\, \pi/4) \cup [7\pi/10,\, 3\pi/4)\). (Two intervals.)
- \(\delta_4(\theta) = 1\) iff \(\theta \in [\pi/6,\, \pi/5) \cup [2\pi/3,\, 7\pi/10) \cup \{\pi\}\). (Two or three intervals.)
(a) At step 0, \(\theta_0 = 0\) for all \(\theta\). So \(\delta_0(\theta) = \Theta(\theta - \pi/2)\), giving the interval \([\pi/2, \pi]\).
(b) At step 1, the accumulated angle is \(\theta_1(\theta) = \delta_0(\theta)\,\alpha_0\). We consider two cases:
- \(\theta < \pi/2\): \(\delta_0 = 0\), \(\theta_1 = 0\), residual = \(\theta\). \(\delta_1 = 1\) iff \(\theta \geq \pi/3\). Region: \([\pi/3, \pi/2)\).
- \(\theta \geq \pi/2\): \(\delta_0 = 1\), \(\theta_1 = \pi/2\), residual = \(\theta - \pi/2\). \(\delta_1 = 1\) iff \(\theta - \pi/2 \geq \pi/3\), i.e., \(\theta \geq 5\pi/6\). Region: \([5\pi/6, \pi]\).
Total: \([\pi/3, \pi/2) \cup [5\pi/6, \pi]\).
(c) At step 2, accumulated angle = \(\delta_0\,\alpha_0 + \delta_1\,\alpha_1\). Four cases based on \((\delta_0, \delta_1)\):
- \(\theta \in [0, \pi/3)\): \(\delta_0 = 0, \delta_1 = 0\). Accumulated = 0. \(\delta_2 = 1\) iff \(\theta \geq \pi/4\). Region: \([\pi/4, \pi/3)\).
- \(\theta \in [\pi/3, \pi/2)\): \(\delta_0 = 0, \delta_1 = 1\). Accumulated = \(\pi/3\). Residual = \(\theta - \pi/3 \in [0, \pi/6)\). \(\delta_2 = 1\) iff \(\theta - \pi/3 \geq \pi/4\), i.e., \(\theta \geq 7\pi/12\). But \(\theta < \pi/2 < 7\pi/12\). No selection.
- \(\theta \in [\pi/2, 5\pi/6)\): \(\delta_0 = 1, \delta_1 = 0\). Accumulated = \(\pi/2\). Residual = \(\theta - \pi/2 \in [0, \pi/3)\). \(\delta_2 = 1\) iff \(\theta - \pi/2 \geq \pi/4\), i.e., \(\theta \geq 3\pi/4\). Region: \([3\pi/4, 5\pi/6)\).
- \(\theta \in [5\pi/6, \pi]\): \(\delta_0 = 1, \delta_1 = 1\). Accumulated = \(5\pi/6\). Residual = \(\theta - 5\pi/6 \in [0, \pi/6]\). \(\delta_2 = 1\) iff \(\theta - 5\pi/6 \geq \pi/4\), i.e., \(\theta \geq 13\pi/12 > \pi\). No selection.
Total: \([\pi/4, \pi/3) \cup [3\pi/4, 5\pi/6)\).
Parts (d) and (e) follow by the same recursive case analysis, which becomes increasingly complex as the number of prior selection patterns grows.
7. Greedy Dirichlet Sub-Sums and the Splitting Identity
The error in v2's proof of Proposition 4.3 is the claim: "When \(\theta = \pi\), the greedy algorithm selects every \(\delta_n = 1\) (since the residual \(r_n\) always exceeds \(\alpha_n\))." In fact, after selecting \(\alpha_0 = \pi/2\) and \(\alpha_1 = \pi/3\), the residual is \(\pi/6\), which is less than \(\alpha_2 = \pi/4\), so index 2 is not selected.
- \(\Phi(s, 0) = 0\) (no index is selected for \(\theta = 0\)), so \(\Omega(s, 0) = \zeta(s) - 1\).
- \(\Phi(s, \pi) = 2^{-s} + 3^{-s} + 6^{-s}\) (three terms), so \(\Omega(s, \pi) = \zeta(s) - 1 - 2^{-s} - 3^{-s} - 6^{-s}\).
- For \(\theta/\pi\) irrational, \(\Phi(s,\theta)\) is an infinite Dirichlet sub-series (infinitely many indices selected), convergent for \(\sigma > 1\).
(a) At \(\theta = 0\), no selection occurs since \(\alpha_n > 0 = \theta\) for all \(n\).
(b) Computed in Example 3.4: only \(\{0, 1, 4\}\) selected, giving denominators \(\{2, 3, 6\}\).
(c) For irrational \(\theta/\pi\), the accumulated angle $\theta_N = \sum_{k \in S_N}\alpha_k$ is always a rational multiple of \(\pi\), so it can never equal \(\theta\) exactly. The residual \(r_N > 0\) for all \(N\), and \(r_N \to 0\) by Theorem 3.2. Since \(r_N > 0\) for all \(N\) and \(r_N < \alpha_N\), each time the residual exceeds some \(\alpha_n\), it selects that index. The infinitely many steps with nonzero residual guarantee infinitely many selections.
8. Selection Density: Corrected Analysis
Numerical verification at \(\theta = \pi\) (\(x = 1\)): \(D(N,\pi) = 3\) for all \(N \geq 5\), not \(\ln(N+2) + O(1)\).
The error in the v2 proof is the claim that "the greedy algorithm selects approximately a fraction \(x\) of terms." In fact, the greedy algorithm is an Egyptian fraction algorithm that terminates finitely for rational targets, selecting only \(O(1)\) terms.
After selecting index \(n_k\), the residual is \(r < \alpha_{n_k} = \pi/(n_k+2)\). The next selected index \(n_{k+1}\) satisfies \(\alpha_{n_{k+1}} \leq r < \alpha_{n_k}\), i.e., \(\pi/(n_{k+1}+2) \leq r\), giving \(n_{k+1} \geq \pi/r - 2\). In the worst case (residual just barely exceeds \(\alpha_{n_{k+1}}\)), the new residual after selection is \(r' = r - \pi/(n_{k+1}+2)\). By properties of the greedy algorithm for Egyptian fractions, the denominators satisfy \(n_{k+1} + 2 \geq (n_k + 2 - 1)(n_k + 2)/(something)\), leading to roughly quadratic growth of denominators. This gives \(n_k \geq 2^{2^{O(k)}}\), so \(k = O(\log\log n_k)\), hence \(D(N,\theta) = O(\log\log N)\).
9. Critical Gap Analysis: Why the v2 Strategy Fails
We now systematically examine how the three errors identified above propagate through the v2 argument, identifying which components can be salvaged and which are irreparably broken.
9.1. Cascade of errors from selection monotonicity
With the correct multi-interval structure from Section 6, the kernel can in principle be recomputed, but the resulting formulas are far more complex than those in v2, and the structural properties (positive semi-definiteness, asymptotic behaviour) require a new analysis.
9.2. Cascade of errors from the false Zeta Bridge
9.3. Cascade from the density error
9.4. Summary: what is rigorously established
| Result | Status | Section |
|---|---|---|
| Harmonic reconstruction of sine | ✓ Correct | §2–3 |
| Convergence rate \(O(1/N)\) | ✓ Correct | §3 |
| Finite termination for rational targets | ✓ Correct (new in v3) | §3 |
| Threshold identity \(\theta_n^* = \alpha_n\) | ✓ Correct | §4 |
| Accumulated angle monotonicity | ✓ Correct | §5 |
| Selection indicator monotonicity | ✗ False | §5 |
| Multi-interval selection regions | ✓ Correct (new in v3) | §6 |
| Splitting identity \(\Phi + \Omega = \zeta - 1\) | ✓ Correct | §7 |
| Zeta Bridge \(\Phi(s,\pi) = \zeta(s) - 1\) | ✗ False | §7 |
| Selection density \(D(N) \sim x\ln N\) | ✗ False | §8 |
| Kernel computation (step-function integrals) | ✗ Invalid (depends on monotonicity) | |
| Coherence defect bounds (Propositions 8.1, 8.4) | ✗ Invalid (depends on kernel + Zeta Bridge) | |
| Functional equation constraint (Proposition 9.3) | ✗ Invalid (no functional equation for sub-sums) | |
| Main theorem (RH via contradiction) | ✗ Not established |
10. Possible Reformulations
The harmonic sine reconstruction produces a beautiful deterministic geometric algorithm with interesting connections to Egyptian fractions and unit-circle combinatorics. We identify three directions that might restore a viable link to \(\zeta\)-function theory.
10.1. Direct truncation parametrisation
Instead of the greedy selection, one could directly parametrise sub-sums of \(\zeta(s) - 1\) by truncation level: \[ \Psi(s, T) = \sum_{n=2}^{\lfloor T \rfloor} n^{-s}, \qquad T \geq 2. \] Then \(\Psi(s, T) \to \zeta(s) - 1\) as \(T \to \infty\) (for \(\sigma > 1\)), and the partial sums DO interpolate between 0 and \(\zeta(s) - 1\). The approximate functional equation provides well-understood estimates for \(\Psi(s, T)\). However, this is standard Dirichlet series theory with no new geometric content, and the connection to sine reconstruction is lost.
10.2. Modified greedy algorithm with full coverage
The failure of the Zeta Bridge stems from the greedy algorithm's termination after finitely many selections. One could modify the algorithm to always select additional indices even after the residual reaches zero. For instance, define indicators \(\tilde{\delta}_n(\theta) = 1\) for all \(n \geq 0\), ignoring the greedy constraint. Then \(\tilde{\Phi}(s,\pi) = \zeta(s) - 1\) trivially, but the connection to the sine reconstruction (which is inherently greedy) is severed.
Alternatively, one could use a "perturbed greedy" algorithm that selects index \(n\) with probability depending on the residual, ensuring infinitely many selections even for rational targets. However, introducing randomness would require probabilistic methods and lose the deterministic character of the construction.
10.3. Egyptian fraction connection
The most natural mathematical content of the harmonic greedy decomposition is its connection to Egyptian fractions. For rational \(x = p/q\), the algorithm produces a representation \(p/q = 1/(n_1+2) + 1/(n_2+2) + \cdots + 1/(n_K+2)\) using the greedy (Fibonacci-Sylvester) strategy. The selected denominators \(\{n_k + 2\}\) carry number-theoretic information about \(p/q\).
One could study the "Egyptian fraction Dirichlet series" \(\Phi_{EF}(s, p/q) = \sum_{k=1}^{K}(n_k + 2)^{-s}\) and its behaviour as \(p/q\) varies. This is an interesting object in its own right (related to the Erdős-Straus conjecture and the distribution of Egyptian fraction denominators), but its connection to the Riemann zeta function, if any, is indirect and unexplored.
10.4. The splitting identity perspective
The splitting identity \(\Phi(s,\theta) + \Omega(s,\theta) = \zeta(s) - 1\) provides a genuine decomposition of \(\zeta(s) - 1\) into two sub-sums parametrised by \(\theta\). At a zero \(\rho\) of \(\zeta\): \[ \Phi(\rho,\theta) + \Omega(\rho,\theta) = -1, \] so \(\Omega(\rho,\theta) = -1 - \Phi(\rho,\theta)\). This identity constrains how the zero condition distributes across the selected and non-selected sub-sums, but it applies to any partition of the integers, not specifically to the greedy partition. The challenge is to identify a property unique to the greedy partition that provides information about \(\rho\).
11. Discussion
11.1. Comparison with v2
| v2 Claim | v3 Status | Root Cause of Error |
|---|---|---|
| Selection monotonicity (Lemma 5.1) | False (Proposition 5.2) | Proof conflates accumulated-angle monotonicity with indicator monotonicity |
| Zeta Bridge (Proposition 4.3) | False (Error 7.2) | Greedy algorithm terminates finitely at \(\theta = \pi\); not all terms selected |
| Density \(D(N) \sim x\ln N\) (Lemma 3.3) | False (Error 8.1) | Algorithm gives Egyptian fraction decomposition with \(O(1)\) terms for rational targets |
| Kernel \(K(n,m)\) via step functions | Invalid | Based on false monotonicity |
| Coherence defect bounds | Invalid | Based on false kernel and false Zeta Bridge |
| Functional equation constraint | Invalid | No functional equation for sub-sums |
| Proof of RH via contradiction | Not established | All key ingredients are invalid |
11.2. What went wrong: the monotonicity fallacy
The central error is the claim that the greedy selection indicators are monotone in the target angle. This seemed plausible because the accumulated angle IS monotone, and the proof in v2 attempted to derive indicator monotonicity from this. However, the residual \(r_n(\theta) = \theta - \theta_n(\theta)\) can decrease when \(\theta\) increases, because newly triggered earlier selections (at large\(\alpha_k\)) can consume more residual than the target increase provides.
This is a consequence of the greedy} nature of the algorithm: it processes indices in order \(0, 1, 2, \ldots\), and the harmonic angles \(\alpha_0 > \alpha_1 > \alpha_2 > \cdots\) are decreasing. When the target \(\theta\) increases past a large threshold \(\alpha_k\) (e.g., past \(\pi/2\)), the algorithm selects the large angle \(\alpha_k\), potentially overshooting the "budget" allocated to later indices. This creates "shadow zones" where later indices are deselected despite the larger target.
11.3. What went wrong: the Zeta Bridge
The false identity \(\Phi(s,\pi) = \zeta(s) - 1\) arose from the incorrect belief that the greedy algorithm selects all indices at \(\theta = \pi\). In fact, the algorithm finds the Egyptian fraction decomposition \(1 = 1/2 + 1/3 + 1/6\) and terminates with zero residual after selecting only three indices. The connection between the harmonic sine reconstruction (which sums three terms to get \(\sin(\pi) = 0\)) and the Riemann zeta function (which sums all terms) does not exist in the way v2 claimed.
11.4. The role of Egyptian fractions
The greedy harmonic decomposition is fundamentally an Egyptian fraction algorithm, not a Dirichlet series construction. For rational targets, it produces the Fibonacci-Sylvester Egyptian fraction representation. For irrational targets, it produces an infinite Egyptian fraction expansion with super-exponentially growing denominators. The connection to the zeta function, if it exists, must pass through the number theory of Egyptian fractions rather than through Dirichlet series manipulation.
11.5. Lessons on mathematical rigour
The progression from v1 to v3 illustrates the importance of verifying even "obvious" claims with concrete examples. The monotonicity of the accumulated angle (\(\theta_n(\theta)\) non-decreasing in \(\theta\)) is a true and elegant result, but the leap to indicator monotonicity (\(\delta_n(\theta)\) non-decreasing) requires an additional step that fails. Similarly, the identity \(\sum \alpha_n = \infty\) does not imply that the greedy algorithm selects infinitely many terms at \(\theta = \pi\), because the algorithm can reach the target exactly with finitely many terms.
As noted in Geere (2026, "On Mathematical Truth"): rigour requires exhaustive deductive reasoning, not inductive pattern-matching. Each step must be verified in its own right, especially when the inductive argument involves a subtle interplay of quantities (like accumulated angle vs. residual) that move in the same direction globally but can diverge locally.
References
- Erdős, P. (1950). On a Diophantine equation. Mat. Lapok, 1, 192–210.
- Geere, V. (2020). Geometric Sine Construction. [link]
- Geere, V. (2026). Correlation structure of the greedy harmonic decomposition. [link]
- Geere, V. (2026). Exact threshold computation for the greedy harmonic decomposition. [link]
- Geere, V. (2026). A harmonic reconstruction of the sine function and its relation to the Riemann zeta function. [link]
- Geere, V. (2026). Sieve-theoretic properties of the greedy harmonic sieve. [link]
- Geere, V. (2026). On mathematical truth. [link]
- Graham, S.W. & Kolesnik, G. (1991). Van der Corput's Method of Exponential Sums. LMS Lecture Note Series 126, Cambridge University Press.
- Guy, R.K. (2004). Unsolved Problems in Number Theory. 3rd ed., Springer. (Egyptian fractions: Section D11.)
- Iwaniec, H. & Kowalski, E. (2004). Analytic Number Theory. AMS Colloquium Publications, Vol. 53.
- Montgomery, H.L. & Vaughan, R.C. (1973). The large sieve. Mathematika, 20, 119–134.
- Riemann, B. (1859). Ueber die Anzahl der Primzahlen unter einer gegebenen Grösse. Monatsberichte der Berliner Akademie.
- Titchmarsh, E.C. (1986). The Theory of the Riemann Zeta-Function. 2nd ed., revised by D.R. Heath-Brown. Oxford University Press.
- Vose, M.D. (1985). Egyptian fractions. Bull. London Math. Soc., 17(1), 21–24.