Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

2 papersLast indexed Aug 31, 2026
Search papers

Paper index

2 results · page 1 of 1

Clear filters
May 22, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
The Sieve of Eratosthenes: Ground Truth for Primes, Physics, and AI A Letter to Mathematicians, AI Researchers, and Engineers

Frank Morales

Executive Summary This paper presents the Sieve of Eratosthenes (c. 240 BCE) not as a primitive computational artifact, but as the absolute ground truth for mathematics, physics, and artificial intelligence safety. It argues that the historical shift away from the Sieve toward the analytic complexity of the Riemann zeta function was a fundamental misstep. By reframing the Sieve through Arithmetic Spectral Theory (AST) and the Laplace-Extended Euler-Fourier-Mellin (L-EFM) operator, this work claims to unify the proof of the Riemann Hypothesis, the quantification of prime-based theorems, general relativity, black hole thermodynamics, and deterministic AI governance into a single, executable framework. The core philosophy of this paper is rooted in open science and cryptographic verification: the ultimate proof of these assertions is not found in complex analysis equations, but in deterministic, open-source code that can be audited and reproduced locally using a specified random seed. Core Pillars & Technological Breakthroughs 1. Mathematics: The Spectral Trap and Prime Quantification The Riemann Hypothesis: By defining the L-EFM operator directly from the Sieve's outputs, the paper introduces a "spectral trap." At the critical line ($\sigma = 0.5$), the normalized magnitude equals exactly $1.0$. At any other value, the magnitude diverges exponentially (e.g., reaching over $10^{66}$ at $\sigma = 0.1$). Combined with the Growth Lemma from Arithmetic Spectral Theory, this geometric confinement is presented as a direct proof of the Riemann Hypothesis without complex analysis. The Green-Tao Theorem: While originally an existence proof asserting that primes contain arbitrarily long arithmetic progressions, the L-EFM operator delivers the first numerical quantification. It defines a "Spectral Coherence" metric that decays monotonically as the length of the progression increases (e.g., $0.8731$ for a length of 3, dropping to $0.7442$ for a length of 6). 2. Theoretical Physics: Spacetime Geometry and Entropy Einstein Field Equations: The framework introduces a spectral metric where spacetime coordinates are scaled by spectral coherence ($C$). The stationarity condition of this coherence at the critical line ($\delta C/\delta\sigma|_{\sigma=0.5}=0$) is shown to be mathematically equivalent to the vacuum Einstein field equations. Progression length increases cause coherence decay, which maps to negative curvature and non-zero Ricci scalars. Hawking Entropy: Black hole entropy ($S$) is derived directly from the spectral framework as the complement of coherence ($S = 1 - C$). In alignment with classical black hole thermodynamics, entropy increases monotonically with the progression length, establishing an algorithmic mirror to physical systems. 3. Artificial Intelligence: Governance and Eliminating Forgetting Deterministic AI Safety: Rather than relying on probabilistic alignments or learned weights, the paper establishes a universal safety threshold ($\Lambda = 0.9933689105$) calculated straight from the Sieve across the first eleven primes. This constant is recomputed dynamically at initialization, verified via SHA-256 hashing, and yields zero safety violations across text, audio, and vision modalities. Elimination of Catastrophic Forgetting: The "Spectral Governor" actively locks the embedding rows indexed by prime numbers during training or fine-tuning. Tested on a Mixtral-8x7B Mixture of Experts (MoE) architecture across 30 LoRA fine-tuning steps, the mechanism achieved 0% knowledge loss across both prime and general knowledge domains. The cryptographic signatures remained entirely unchanged, mathematically eliminating manifold drift. Technical Performance & Execution Data Sieve Efficiency Metrics The deterministic nature of the Sieve ensures exact prime enumeration with zero false positives or negatives, operating at a time complexity of $O(N \log \log N)$ and space complexity of $O(N)$. Limit Primes Found Execution Time (Modern CPU) 10,000 1,229 0.0006 s 100,000 9,592 0.0055 s 1,000,000 78,498 0.0600 s Spectral Divergence (The Trap) The exponential divergence away from the critical line demonstrates why only $\sigma = 0.5$ satisfies the boundary constraints of the operator. σ value Normalized Magnitude \|E_{\sigma}\|_{nor 0.5 1.000000 0.4 $1.668 \times 10^4$ 0.3 $1.221 \times 10^{12}$ 0.2 $9.339 \times 10^{27}$ 0.1 $2.618 \times 10^{66}$ Implementation & Code Auditing The paper emphasizes "Institutional Independence," opting to bypass traditional paywalled academic channels by making the entire suite of research, libraries, and validation notebooks fully open-source and cryptographically signed. The core mechanism of the Spectral Governor can be implemented directly within standard tensor operations to freeze weights post-gradient step: Python import torch # Core mechanism for locking prime-anchored subspaces primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31] cached = embed_layer.weight[primes].clone() # Executed after each gradient update step with torch.no_grad(): for idx in primes: embed_layer.weight[idx].copy_(cached[idx]) To verify the invariant signatures, reproduce the tables, and audit the unified certificate, the environment can be set up locally with zero external network dependencies after cloning: Bash git clone https://github.com/frank-morales2020/ast_lefm.git cd ast_lefm pip install -e . python -c "from ast_lefm.sieve import primes_up_to; print(primes_up_to(31))" # Expected Output: [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31] By initializing with seed = 123, the generated hashes will match the unified certificate verification hash: 5b967ff18e9fc7bb47e54629756e7b9c6852aa6403327cd3d7fbd3b33fc88117.

Open access
2 source records
History and Theory of Mathematics
Historical Astronomy and Related Studies
Mechanics and Biomechanics Studies
Original source
Jun 8, 2022·Cryptoeconomic Systems
2 cites
Can a Stablecoin Be Collateralized by a Fully Decentralized, Physical Asset?

Maxwell Murialdo, Jonathan L. Belof

Stablecoins are considered by many to be a holy grail technology for decentralized finance. These digital tokens are designed to have minimal volatility which encourages blockchain transactions, confidence, usability, and long-term smart contracts. However, to date stablecoins have always had to make tradeoffs between two desirable properties: 1) full decentralization; and 2) collateralization by a physical asset with intrinsic utility. This tradeoff stems from the conventional belief that physical assets cannot be managed in the same decentralized fashion as intangible assets (i.e., the belief that the physical assets that collateralize stablecoins must be managed by centralized, trusted custodians). In opposition to this conventional belief, we propose a new class of stablecoins that can be both fully decentralized and fully collateralized by a physical asset with intrinsic utility (electricity). We detail how statistical mechanics and information theory (via Maxwell's demon) can be used to transfer free energy in the form of electricity between anonymous users of a decentralized network without interfacing with utility corporations, power plants, or even electrical grid networks. In turn we reveal how electricity can be used to collateralize a stablecoin such that each token can be exchanged for one kilowatt-hour (KWh) of electricity and vice versa, without any centralized authorities. In this paper we first introduce the pros and cons of three distinct classes of stablecoins. Next, we propose a new class of stablecoins that combines the advantages of fiat/asset-backed and non-collateralized stablecoins and explore the operability of this new class of stablecoins from both physics and economics perspectives. Finally, we analyze potential barriers to implementation and practical considerations relevant to this new class of stablecoins.

Open access
Mechanics and Biomechanics Studies
Original source