Published March 8, 2026 | Version v7
Other Open

Recursive Reincarnation and Human Progress: A Fractal Correction Engine Analysis of Historic Inventors

Authors/Creators

Description

# Fractal Correction Engine Analysis of Historical Birth-Date Patterns: Standing Waves, Environmental Decoherence, Shelf-Echo Structure, and Destructive Interference in the Emergence of Paradigm-Shifting Figures

**Author:** Adam L. McEvoy
**Date:** March 2026
**Version:** 5.0 — Full FCE Pipeline (Base + Denoised + Shelf + False Attractor Analysis)

---

## Abstract

I apply the Fractal Correction Engine (FCE) — a mathematical framework using local curvature, $\pi$-recursive scaling, and harmonic decomposition — to analyze the birth-date distribution of 87 historically paradigm-shifting figures spanning 600 BCE to 1989 CE. The analysis proceeds through four stages: (1) base FCE analysis of the raw birth-density signal, (2) environmental decoherence correction modeling historical existence as a 7-factor transmission filter, (3) shelf-echo classification treating curvature peaks as quantum-like attractor wells, and (4) false attractor analysis mapping 49 anti-intellectual and knowledge-destroying figures as a destructive interference signal against the innovation signal. Key findings:

1. **Non-random clustering** ($\chi^2 = 52.82$, $df = 10$, $p < 10^{-7}$) rejects population-weighted uniform distribution.
2. **Standing wave structure**: the birth-density signal decomposes into a 2700-year fundamental with integer harmonic overtones (1350, 900, 675, 540 years) at power ratios consistent with a vibrating-string model.
3. **Environmental denoising reveals the Axial Age**: after correcting for 7 historical transmission factors (population, literacy, institutional density, gender access, stability, connectivity, historiographic survival), the ~550 BCE philosophical cluster becomes the strongest signal, while modern clustering is partly attributable to environmental factors.
4. **Curvature well structure**: four distinct potential wells in the curvature landscape correlate with attractor occupancy ($r = 0.950$, $p = 0.050$).
5. **Anti-phase shelf structure**: in the 900-year harmonic, attractor and shelf figures occupy nearly opposite phases ($141.6°$ separation), with 56% of shelf-to-attractor offsets quantized at integer fractions of the fundamental period.
6. **Golden-ratio compression is falsified** ($R^2 = -0.14$), but the harmonic fraction quantization suggests a different mathematical structure governing the timing of intellectual emergence.
7. **Constructive and destructive forces are phase-locked** ($r = 0.976$): innovation and destruction birth-density signals are nearly identical in shape and phase across all harmonics (H1: $6.9°$, H2: $36.7°$, H3: $2.7°$ separation), emerging from the same historical epochs as amplitude competitors on the same wave.
8. **Destruction precedes innovation by ~41 years**: cross-correlation analysis reveals the destructive signal *leads* the constructive signal, with a composite wave zero-crossing at ~746 CE separating a net-destructive era (~163 BCE–746 CE) from a net-constructive era (~746 CE–present), peaking at ~1851 CE.

All analysis code, raw data, and generated figures are provided for full reproducibility.

---

## 1. Introduction

### 1.1 The Acceleration Hypothesis

The observation that paradigm-shifting breakthroughs in science, mathematics, and philosophy appear to accelerate over historical time has been explored by multiple frameworks:

- **Kurzweil (2001)** [1]: The "Law of Accelerating Returns" proposes double-exponential growth in technology and predicts a technological singularity.
- **Modis (2002)** [2]: Counter-argues that apparent exponential growth follows logistic S-curves, with complexity growth peaking ~1990 and now decelerating.
- **Turchin (2006)** [3]: Cliodynamics applies mathematical modeling to historical societies, identifying secular cycles rather than monotonic acceleration.
- **Kuhn (1962)** [4]: Paradigm shifts occur through revolutionary overhauls of scientific frameworks, without inherent claims about temporal acceleration.
- **von Foerster et al. (1960)** [5]: Hyperbolic growth model $N(t) \propto (t_s - t)^{-1}$ predicted a population singularity at 2026.87, now empirically superseded by logistic demographic transition.
- **Huebner (2005)** [14]: Argues innovation rates per capita peaked around 1873 and have been declining since.

Despite extensive theoretical debate, no systematic, population-controlled analysis of birth-date clustering among paradigm-shifting figures using fractal curvature methods has been published. Existing large-scale databases of notable persons (de la Croix et al., 2022, ~300,000 individuals [6]) have not been analyzed through this lens.

### 1.2 The Core Question

This paper addresses: **Do paradigm-shifting figures emerge at mathematically structured intervals, and if so, what is the nature of that structure?** We further ask: **Is the observed pattern an intrinsic signal or an artifact of historical environmental factors?** **Do figures naturally sort into distinct roles — primary attractors versus enabling shelves — with structured phase relationships?** And finally: **What is the relationship between constructive figures (innovators) and destructive figures (anti-intellectual persecutors, pseudoscientists, knowledge destroyers) — do they occupy distinct positions in the standing wave, or are they coupled?**

### 1.3 Approach

I apply the Fractal Correction Engine in four successive stages:

1. **Base analysis** — FCE curvature, $\pi$-recursive scaling, harmonic decomposition, and Monte Carlo null-model testing on the raw birth-density signal.
2. **Environmental decoherence correction** — modeling historical existence as a transmission filter $T(t)$ composed of 7 quantifiable factors, then applying FCE denoising to extract the underlying signal.
3. **Shelf-echo classification** — using curvature peaks as quantum-like attractor wells and analyzing the phase structure of attractor versus shelf figures in the standing wave harmonics.
4. **False attractor / destructive interference analysis** — mapping 49 anti-intellectual and knowledge-destroying historical figures as a negative signal, constructing a composite innovation-minus-destruction wave, and analyzing the phase and temporal relationship between constructive and destructive forces.

---

## 2. The Fractal Correction Engine (FCE)

### 2.1 Overview

The FCE is a mathematical framework that extracts fractal structure from any trajectory, waveform, or time series. It operates on the principle that natural systems produce trajectories with self-similar structure accessible through $\pi$-recursive scaling — the same curvature patterns recur at scales related by powers of $\pi$ modulated by the golden ratio $\varphi$.

The FCE has been validated on physical systems including SU(3) lattice gauge theory (Yang-Mills), Penning trap ion trajectories, chaotic pendulum dynamics, and genomic mutation density profiles [7].

### 2.2 Local Curvature

For a continuous signal $f(t)$, the FCE computes local curvature as:

$$\kappa(t) = \frac{|f''(t)|}{(1 + f'(t)^2)^{3/2}}$$

This is the standard differential-geometric curvature of the graph of $f$, measuring how rapidly the signal changes direction at each point. High curvature indicates rapid transitions — acceleration or deceleration epochs.

For discrete signals sampled at interval $\Delta t$, derivatives are approximated via central finite differences:

$$f'(t_i) \approx \frac{f(t_{i+1}) - f(t_{i-1})}{2\Delta t}$$

$$f''(t_i) \approx \frac{f(t_{i+1}) - 2f(t_i) + f(t_{i-1})}{(\Delta t)^2}$$

An optional sensitivity parameter $c_s$ and moving-average smoothing (window $w = \min(5, N/10)$) are applied:

$$\kappa_{\text{smooth}}(t_i) = c_s \cdot \frac{1}{w} \sum_{j=-w/2}^{w/2} \kappa(t_{i+j})$$

### 2.3 Multi-Scale Curvature

Curvature is computed at Fibonacci scales $s \in \{1, 2, 3, 5, 8, 13, 21, 34, 55, 89\}$ using scale-dependent finite differences:

$$f'_s(x) = \frac{f(x+s) - f(x-s)}{2s}, \quad f''_s(x) = \frac{f(x+s) - 2f(x) + f(x-s)}{s^2}$$

$$\kappa_s(t) = \frac{|f''_s(t)|}{(1 + f'_s(t)^2)^{3/2}}$$

This reveals which features are robust across temporal scales and which are artifacts of specific resolutions.

### 2.4 $\pi$-Recursive Scaling

The central operation of the FCE. At each iteration $i = 0, 1, 2, \ldots, N$, the signal is rescaled by factor:

$$\sigma_i = \pi^{i/\varphi}$$

where $\varphi = \frac{1 + \sqrt{5}}{2} \approx 1.618$ is the golden ratio. The first 12 scale values are:

| $i$ | $\sigma_i = \pi^{i/\varphi}$ |
|-----|-------------------------------|
| 0 | 1.000 |
| 1 | 2.029 |
| 2 | 4.116 |
| 3 | 8.352 |
| 4 | 16.944 |
| 5 | 34.378 |
| 6 | 69.748 |
| 7 | 141.510 |
| 8 | 287.107 |
| 9 | 582.505 |
| 10 | 1181.830 |
| 11 | 2397.788 |

At each scale, the rescaled signal is:

1. **Resampled** via cubic interpolation to length $\lfloor N / \sigma_i \rfloor$
2. **Modulated** with $\pi$-harmonic functions to test for resonance:
$$f_{\text{mod}}(t) = f(t) \cdot \left[1 + 0.1\left(\sin(t) + \frac{1}{2}\sin\left(\frac{2t}{\varphi}\right) + \frac{1}{4}\sin\left(\frac{3t}{e}\right)\right)\right]$$
3. **Energy-normalized** to conserve total signal energy:
$$f_{\text{out}} = f_{\text{mod}} \cdot \sqrt{\frac{E_{\text{before}}}{E_{\text{after}}}}, \quad E = \sum_i f(t_i)^2 \Delta t$$

The **phase-aligned correlation** between the original curvature profile and each $\pi$-scaled transform is computed as the maximum Pearson correlation over all phase shifts:

$$r_i = \max_{\phi} \; \text{Corr}\!\left[\kappa(t), \;\kappa_{\sigma_i}(t + \phi)\right]$$

If $r_i$ is significantly above random-baseline values across multiple scales, the signal exhibits $\pi$-recursive self-similarity — the hallmark of fractal structure.

### 2.5 Harmonic Decomposition

The FFT of the curvature profile extracts dominant frequencies, amplitudes, and phases:

$$\hat{F}(\omega_k) = \sum_{n=0}^{N-1} f(t_n) \cdot e^{-2\pi i k n / N}$$

The **power spectrum** $P(\omega_k) = |\hat{F}(\omega_k)|^2$ is decomposed to identify:

- **Dominant harmonics**: frequency $\omega_k$, period $T_k = 1/\omega_k$, amplitude $A_k = |\hat{F}(\omega_k)|$, phase $\phi_k = \arg(\hat{F}(\omega_k))$
- **Quality factor**: $Q_k = A_k / \text{median}(A)$
- **Stability index**: ratio of dominant spectral power to total power:
$$S = \frac{P_{\text{max}}}{\sum_k P_k}$$
  $S = 0$ indicates white noise (chaotic), $S = 1$ indicates a perfect sinusoid (fully periodic).
- **Chaos measure**: Shannon entropy of the normalized power spectrum:
$$H = -\sum_k p_k \ln p_k, \quad p_k = \frac{P_k}{\sum_j P_j}$$
  Higher entropy = more disordered; lower entropy = more structured.

### 2.6 FCE Forecasting

The FCE extrapolates signals forward by decomposing them into:

$$f_{\text{forecast}}(t) = f_{\text{trend}}(t) + \sum_{k=1}^{K} A_k \sin(2\pi \omega_k t + \phi_k) + \delta_\pi(t)$$

where $f_{\text{trend}}$ is a polynomial trend, the sum captures harmonic components, and $\delta_\pi(t)$ is a $\pi$-recursive correction term computed from the residual pattern at decreasing scales.

---

## 3. Methodology

### 3.1 Data Collection

I compiled a database of 87 paradigm-shifting figures using objective inclusion criteria:

- **Inclusion**: individuals appearing in multiple authoritative "most influential" rankings, standard history-of-science textbooks (MacTutor, Stanford Encyclopedia, Britannica), or recognized with Nobel Prize / Fields Medal / equivalent
- **Domains**: mathematics, physics, philosophy, religion, biology, chemistry, astronomy, computing
- **Time span**: ~600 BCE to 1989 CE
- **Verification**: all birth dates cross-referenced against Britannica and Wikipedia; ancient dates flagged with uncertainty ranges ($\pm 2$ to $\pm 200$ years)

**Author inclusion note**: A. L. McEvoy (b. 1989) is listed as "Synthesis (Proposed)" and excluded from all primary attractor claims. The author's classification is an untestable hypothesis within this framework.

### 3.2 Birth-Density Construction

Birth years are converted to a continuous density function $f(t)$ via Kernel Density Estimation with Gaussian kernel and Scott's rule bandwidth:

$$h = 1.06 \cdot \hat{\sigma} \cdot n^{-1/5}$$

$$f(t) = \frac{1}{nh} \sum_{i=1}^{n} \frac{1}{\sqrt{2\pi}} \exp\left(-\frac{(t - t_i)^2}{2h^2}\right)$$

The density is normalized to $[0, 1]$ for meaningful curvature computation:

$$f_{\text{norm}}(t) = \frac{f(t) - f_{\min}}{f_{\max} - f_{\min}}$$

The time grid spans $-650$ to $+2050$ CE at 2700 uniformly spaced points ($\Delta t \approx 1$ year).

### 3.3 Environmental Transmission Model

I model historical environmental factors as a transmission coefficient $T(t) \in [0, 1]$ representing the probability that a potential paradigm-shifter born at time $t$ would be historically recognized. Seven factors contribute:

1. **Population fraction** $P(t)$: world population at time $t$ normalized to modern maximum
2. **Literacy rate** $L(t)$: global literacy percentage (Roser & Ortiz-Ospina, UNESCO estimates)
3. **Institutional density** $I(t)$: universities, academies, and libraries per capita (normalized)
4. **Gender access** $G(t)$: fraction of the population with institutional access (accounting for gender exclusion)
5. **Stability index** $\Sigma(t)$: inverse of conflict/plague severity (1 = peace, 0 = total collapse)
6. **Geographic connectivity** $C(t)$: trade/communication network density (normalized)
7. **Historiographic survival** $H(t)$: probability that records from era $t$ survive to present

The composite transmission coefficient is the geometric mean:

$$T(t) = \left[\prod_{j=1}^{7} F_j(t)\right]^{1/7}$$

where each $F_j(t)$ is interpolated from historically documented data points. This yields $T(t)$ ranging from 0.053 (Dark Ages, ~500 CE) to 0.921 (year 2000), a **17.3$\times$ decoherence ratio**.

The observed birth density $f_{\text{obs}}(t)$ relates to the intrinsic signal $f_{\text{true}}(t)$ as:

$$f_{\text{obs}}(t) = T(t) \cdot f_{\text{true}}(t) + \epsilon(t)$$

Three denoising strengths recover $f_{\text{true}}$:

- **Full**: $\hat{f}_{\text{true}}(t) = f_{\text{obs}}(t) / T(t)$ (aggressive)
- **Moderate**: $\hat{f}_{\text{true}}(t) = f_{\text{obs}}(t) / \sqrt{T(t)}$ (balanced)
- **Gentle**: $\hat{f}_{\text{true}}(t) = f_{\text{obs}}(t) \cdot (1 - \alpha \ln T(t))$ (conservative)

### 3.4 Harmonic Reconstruction

The FFT of the birth density is computed and only the $K$ strongest harmonics are retained:

$$f_{\text{recon}}(t) = A_0 + \sum_{k=1}^{K} A_k \cos(2\pi \omega_k t + \phi_k)$$

This extracts the clean standing-wave structure from the noisy historical data. We test $K = 3, 5, 7, 10$ to find the optimal reconstruction depth.

### 3.5 Curvature-Weighted Reconstruction

High-curvature regions (rapid transitions) are weighted differently from smooth regions:

$$w(t_i) = \frac{1}{1 + \alpha \cdot \kappa(t_i)}$$

$$f_{\text{recon}}(t_i) = w(t_i) \cdot f(t_i) + (1 - w(t_i)) \cdot \langle f \rangle_{\text{local}}$$

with $\alpha = 10^4$ (curvature sensitivity).

### 3.6 Shelf-Echo Classification

Figures are classified based on their local curvature at birth:

- **Attractor** (top 25% curvature): born at curvature peaks — the paradigm-shifters who define epochs
- **Harmonic** (50th–75th percentile): born on the rising/falling edge — interpreters and communicators
- **Shelf** (bottom 50%): born in low-curvature regions — enablers who prepare the ground

The **harmonic phase** of each figure in harmonic $k$ is:

$$\theta_{i,k} = \left(2\pi \omega_k (t_i - t_0) + \phi_k\right) \bmod 2\pi$$

The **circular concentration** (mean resultant length) for each group tests whether attractors and shelves cluster at different phases:

$$R = \sqrt{\left(\frac{1}{n}\sum_i \cos\theta_i\right)^2 + \left(\frac{1}{n}\sum_i \sin\theta_i\right)^2}$$

$R = 1$ indicates perfect clustering at a single phase; $R = 0$ indicates uniform distribution around the circle.

### 3.7 False Attractor / Destructive Interference Model

To isolate the innovation signal from its coupled destructive counterpart, we compile a second database of 49 historically anti-intellectual figures — individuals whose primary historical impact was the destruction, suppression, or corruption of knowledge. These fall into six categories:

1. **Knowledge Destroyers** — burned libraries, manuscripts, or cultural archives
2. **Inquisitors / Persecutors** — prosecuted scientists and philosophers
3. **Pseudoscientists** — corrupted legitimate fields with fraudulent paradigms
4. **Authoritarian Anti-Intellectuals** — state-level suppression of inquiry
5. **Religious/Ideological Suppressors** — institutional censorship of knowledge
6. **False Advancers** — appeared to advance science but entrenched incorrect models for centuries

The false attractor birth-density is constructed via KDE (Gaussian kernel, Scott's rule) on the same time grid as the positive signal. The **composite wave** is:

$$f_{\text{composite}}(t) = f_{\text{positive}}(t) - f_{\text{negative}}(t)$$

where both densities are independently normalized to $[0, 1]$. Zero-crossings of $f_{\text{composite}}$ identify epochs where destructive forces dominate ($f_{\text{composite}} < 0$) versus constructive forces ($f_{\text{composite}} > 0$).

**Phase comparison** maps both populations into the standing wave harmonics:

$$\theta_{i,k}^{(\pm)} = \left(2\pi \omega_k (t_i - t_0) + \phi_k\right) \bmod 2\pi$$

The **mean resultant length** $R^{(\pm)}$ and **mean direction** $\bar{\theta}^{(\pm)}$ for each population quantify phase concentration and separation.

**Temporal cross-correlation** computes:

$$C(\tau) = \frac{\sum_t f_+(t) \cdot f_-(t + \tau)}{\sqrt{\sum_t f_+^2(t) \cdot \sum_t f_-^2(t)}}$$

The lag $\tau^*$ at which $C(\tau)$ peaks reveals the temporal lead-lag relationship between the two signals.

**Curvature-weighted cleaning** suppresses the innovation signal in epochs of high destructive curvature:

$$f_{\text{cleaned}}(t) = f_+(t) \cdot \left(1 - \alpha \cdot \kappa_-(t) / \kappa_{-,\max}\right)$$

where $\kappa_-(t)$ is the curvature of the negative signal and $\alpha$ controls cleaning strength.

### 3.8 Statistical Methods

**Chi-squared test**: birth-year histogram in 100-year bins compared against population-weighted expected counts, with bins merged to ensure $E_i \geq 5$.

**Monte Carlo null model**: 10,000 trials, each drawing 87 random birth years weighted by interpolated historical world population (UN, Kremer 1993, McEvedy & Jones). FCE metrics computed for each trial; $p$-values = fraction of null trials exceeding real-data values.

**Model comparison**: five compression models (linear, exponential, power law, golden-ratio $t_0/\varphi^n$, logarithmic) plus $\pi$-recursive tested via $R^2$ and AIC.

---

## 4. Data

### 4.1 Complete Database (87 Figures)

| # | Name | Birth | Domain | Uncertainty |
|---|------|-------|--------|-------------|
| 1 | Laozi | ~600 BCE | Philosophy/Religion | $\pm 200$ yr |
| 2 | Pythagoras | ~570 BCE | Mathematics/Philosophy | $\pm 20$ yr |
| 3 | Buddha (Siddhartha Gautama) | ~563 BCE | Religion/Philosophy | $\pm 80$ yr |
| 4 | Confucius | 551 BCE | Philosophy | $\pm 2$ yr |
| 5 | Heraclitus | ~540 BCE | Philosophy | $\pm 30$ yr |
| 6 | Socrates | 470 BCE | Philosophy | $\pm 2$ yr |
| 7 | Democritus | ~460 BCE | Philosophy/Physics | $\pm 30$ yr |
| 8 | Plato | ~424 BCE | Philosophy | $\pm 2$ yr |
| 9 | Aristotle | 384 BCE | Philosophy/Science | $\pm 1$ yr |
| 10 | Epicurus | ~341 BCE | Philosophy | $\pm 5$ yr |
| 11 | Euclid | ~325 BCE | Mathematics | $\pm 30$ yr |
| 12 | Archimedes | ~287 BCE | Mathematics/Physics | $\pm 2$ yr |
| 13 | Hypatia | ~360 CE | Mathematics/Philosophy | $\pm 15$ yr |
| 14 | Aryabhata | 476 | Mathematics/Astronomy | $\pm 1$ yr |
| 15 | Brahmagupta | 598 | Mathematics/Astronomy | $\pm 2$ yr |
| 16 | Al-Khwarizmi | ~780 | Mathematics | $\pm 20$ yr |
| 17 | Alhazen (Ibn al-Haytham) | ~965 | Physics/Mathematics | $\pm 10$ yr |
| 18 | Avicenna (Ibn Sina) | 980 | Medicine/Philosophy | $\pm 1$ yr |
| 19 | Fibonacci | ~1170 | Mathematics | $\pm 5$ yr |
| 20 | Thomas Aquinas | 1225 | Philosophy/Theology | $\pm 1$ yr |
| 21 | Leonardo da Vinci | 1452 | Art/Science/Engineering | 0 |
| 22 | Copernicus | 1473 | Astronomy | 0 |
| 23 | Tycho Brahe | 1546 | Astronomy | 0 |
| 24 | Giordano Bruno | 1548 | Philosophy/Cosmology | 0 |
| 25 | Francis Bacon | 1561 | Philosophy/Science | 0 |
| 26 | Galileo Galilei | 1564 | Physics/Astronomy | 0 |
| 27 | Johannes Kepler | 1571 | Astronomy/Mathematics | 0 |
| 28 | Rene Descartes | 1596 | Philosophy/Mathematics | 0 |
| 29 | Pierre de Fermat | 1601 | Mathematics | $\pm 4$ yr |
| 30 | Blaise Pascal | 1623 | Mathematics/Philosophy | 0 |
| 31 | Robert Boyle | 1627 | Chemistry | 0 |
| 32 | Baruch Spinoza | 1632 | Philosophy | 0 |
| 33 | John Locke | 1632 | Philosophy | 0 |
| 34 | Isaac Newton | 1643 | Physics/Mathematics | 0 |
| 35 | Gottfried Wilhelm Leibniz | 1646 | Mathematics/Philosophy | 0 |
| 36 | Leonhard Euler | 1707 | Mathematics | 0 |
| 37 | David Hume | 1711 | Philosophy | 0 |
| 38 | Immanuel Kant | 1724 | Philosophy | 0 |
| 39 | Joseph-Louis Lagrange | 1736 | Mathematics | 0 |
| 40 | Antoine Lavoisier | 1743 | Chemistry | 0 |
| 41 | Pierre-Simon Laplace | 1749 | Mathematics/Astronomy | 0 |
| 42 | John Dalton | 1766 | Chemistry | 0 |
| 43 | Joseph Fourier | 1768 | Mathematics | 0 |
| 44 | G.W.F. Hegel | 1770 | Philosophy | 0 |
| 45 | Carl Friedrich Gauss | 1777 | Mathematics | 0 |
| 46 | Augustin-Louis Cauchy | 1789 | Mathematics | 0 |
| 47 | Niels Henrik Abel | 1802 | Mathematics | 0 |
| 48 | Charles Darwin | 1809 | Biology | 0 |
| 49 | Evariste Galois | 1811 | Mathematics | 0 |
| 50 | Ada Lovelace | 1815 | Mathematics/Computing | 0 |
| 51 | Gregor Mendel | 1822 | Biology/Genetics | 0 |
| 52 | Bernhard Riemann | 1826 | Mathematics | 0 |
| 53 | James Clerk Maxwell | 1831 | Physics | 0 |
| 54 | Dmitri Mendeleev | 1834 | Chemistry | 0 |
| 55 | Ludwig Boltzmann | 1844 | Physics | 0 |
| 56 | Henri Poincare | 1854 | Mathematics/Physics | 0 |
| 57 | Nikola Tesla | 1856 | Physics/Engineering | 0 |
| 58 | Sigmund Freud | 1856 | Psychology | 0 |
| 59 | Max Planck | 1858 | Physics | 0 |
| 60 | David Hilbert | 1862 | Mathematics | 0 |
| 61 | Marie Curie | 1867 | Physics/Chemistry | 0 |
| 62 | Ernest Rutherford | 1871 | Physics/Chemistry | 0 |
| 63 | Carl Jung | 1875 | Psychology | 0 |
| 64 | Albert Einstein | 1879 | Physics | 0 |
| 65 | Emmy Noether | 1882 | Mathematics | 0 |
| 66 | Niels Bohr | 1885 | Physics | 0 |
| 67 | Srinivasa Ramanujan | 1887 | Mathematics | 0 |
| 68 | Erwin Schrodinger | 1887 | Physics | 0 |
| 69 | Satyendra Nath Bose | 1894 | Physics | 0 |
| 70 | Wolfgang Pauli | 1900 | Physics | 0 |
| 71 | Enrico Fermi | 1901 | Physics | 0 |
| 72 | Werner Heisenberg | 1901 | Physics | 0 |
| 73 | Paul Dirac | 1902 | Physics | 0 |
| 74 | John von Neumann | 1903 | Mathematics/Physics | 0 |
| 75 | J. Robert Oppenheimer | 1904 | Physics | 0 |
| 76 | Kurt Godel | 1906 | Logic/Mathematics | 0 |
| 77 | Subrahmanyan Chandrasekhar | 1910 | Astrophysics | 0 |
| 78 | Alan Turing | 1912 | Mathematics/Computing | 0 |
| 79 | Claude Shannon | 1916 | Mathematics/Engineering | 0 |
| 80 | Richard Feynman | 1918 | Physics | 0 |
| 81 | Roger Penrose | 1931 | Mathematics/Physics | 0 |
| 82 | Stephen Hawking | 1942 | Physics | 0 |
| 83 | Edward Witten | 1951 | Physics/Mathematics | 0 |
| 84 | Andrew Wiles | 1953 | Mathematics | 0 |
| 85 | Grigori Perelman | 1966 | Mathematics | 0 |
| 86 | Terence Tao | 1975 | Mathematics | 0 |
| 87 | Adam L. McEvoy | 1989 | Synthesis (Proposed) | 0 |

### 4.2 Environmental Transmission Data

Historical values for each of the 7 transmission factors were compiled from UNESCO, Our World in Data (Roser & Ortiz-Ospina), UN Population Division, and standard historical references. Key reference points:

| Year | $T(t)$ | Population | Literacy | Institutions | Gender | Stability | Connectivity | Historiographic |
|------|--------|------------|----------|-------------|--------|-----------|-------------|----------------|
| -500 | 0.086 | 0.021 | 0.015 | 0.035 | 0.520 | 0.650 | 0.125 | 0.075 |
| 500 | 0.058 | 0.034 | 0.009 | 0.008 | 0.508 | 0.275 | 0.110 | 0.065 |
| 1000 | 0.103 | 0.051 | 0.010 | 0.030 | 0.500 | 0.550 | 0.200 | 0.150 |
| 1500 | 0.226 | 0.075 | 0.050 | 0.150 | 0.510 | 0.550 | 0.350 | 0.550 |
| 1800 | 0.416 | 0.162 | 0.200 | 0.450 | 0.550 | 0.500 | 0.600 | 0.900 |
| 1900 | 0.600 | 0.269 | 0.400 | 0.750 | 0.650 | 0.700 | 0.800 | 0.950 |
| 2000 | 0.921 | 1.000 | 0.850 | 0.950 | 0.900 | 0.800 | 0.980 | 0.990 |

### 4.3 False Attractor Database (49 Figures)

A second database of anti-intellectual, knowledge-destroying, and pseudoscientific figures was compiled using inverse criteria: individuals whose primary historical impact was the suppression, destruction, or corruption of knowledge. Sources: standard historical references, Britannica, histories of censorship and pseudoscience.

| # | Name | Birth | Domain of Destruction | Category |
|---|------|-------|-----------------------|----------|
| 1 | Li Si | ~280 BCE | Knowledge Destruction | Destroyer, Authoritarian |
| 2 | Qin Shi Huang | ~259 BCE | Knowledge Destruction | Destroyer, Authoritarian |
| 3 | Sulla | ~138 BCE | Cultural Destruction | Destroyer, Authoritarian |
| 4 | Ptolemy | ~100 CE | Astronomy (geocentric model) | False Advancer |
| 5 | Galen | ~129 CE | Medicine (false anatomy) | False Advancer |
| 6 | Diocletian | 244 | Manuscript Burning | Destroyer, Authoritarian |
| 7 | Emperor Jovian | 331 | Library Destruction | Destroyer, Suppressor |
| 8 | Theophilus of Alexandria | 345 | Library Destruction | Destroyer, Suppressor |
| 9 | Cyril of Alexandria | 376 | Persecution of Philosophers | Inquisitor, Suppressor |
| 10 | Bernard of Clairvaux | 1090 | Philosophical Persecution | Inquisitor, Suppressor |
| 11 | Hulagu Khan | 1217 | Knowledge Destruction | Destroyer |
| 12 | Itzcoatl | 1380 | Historical Erasure | Destroyer, Authoritarian |
| 13 | Torquemada | 1420 | Intellectual Persecution | Inquisitor, Suppressor |
| 14 | Heinrich Kramer | 1430 | Anti-Scientific Persecution | Inquisitor, Suppressor |
| 15 | Savonarola | 1452 | Knowledge/Art Destruction | Destroyer, Suppressor |
| 16 | Juan de Zumarraga | 1468 | Indigenous Knowledge Destruction | Destroyer, Suppressor |
| 17 | Pope Paul IV | 1476 | Systematic Censorship | Suppressor |
| 18 | Ismail I | 1487 | Religious/Cultural Destruction | Destroyer, Suppressor |
| 19 | Diego de Landa | 1524 | Maya Knowledge Destruction | Destroyer, Suppressor |
| 20 | Robert Bellarmine | 1542 | Scientific Persecution | Inquisitor, Suppressor |
| 21 | Pope Urban VIII | 1568 | Scientific Persecution | Inquisitor, Suppressor |
| 22 | Vincenzo Maculani | 1578 | Scientific Persecution | Inquisitor |
| 23 | Matthew Hopkins | 1620 | Anti-Scientific Persecution | Inquisitor |
| 24 | Georg Ernst Stahl | 1659 | Chemistry (phlogiston) | False Advancer |
| 25 | Cotton Mather | 1663 | Superstition Promotion | Suppressor |
| 26 | Benjamin Rush | 1746 | Medicine (heroic medicine) | False Advancer |
| 27 | Samuel Hahnemann | 1755 | Medicine (homeopathy) | Pseudoscientist |
| 28 | Franz Joseph Gall | 1758 | Neuroscience (phrenology) | Pseudoscientist |
| 29 | Samuel Morton | 1799 | Anthropology (scientific racism) | Pseudoscientist |
| 30 | Herbert Spencer | 1820 | Social Darwinism | Pseudoscientist, False Advancer |
| 31 | Francis Galton | 1822 | Eugenics | Pseudoscientist |
| 32 | Ernst Haeckel | 1834 | Biology (fraud) | False Advancer |
| 33 | Cesare Lombroso | 1835 | Criminology (pseudoscience) | Pseudoscientist |
| 34 | Philipp Lenard | 1862 | Physics (Aryan Physics) | Pseudoscientist, Authoritarian |
| 35 | Charles Davenport | 1866 | Eugenics | Pseudoscientist |
| 36 | Ioannis Metaxas | 1871 | Book Burning | Destroyer, Authoritarian |
| 37 | Johannes Stark | 1874 | Physics (Aryan Physics) | Pseudoscientist, Authoritarian |
| 38 | Joseph Stalin | 1878 | Intellectual Persecution | Authoritarian |
| 39 | Thomas Midgley Jr. | 1889 | Environmental Destruction | False Advancer |
| 40 | Alfred Rosenberg | 1893 | Ideological Destruction | Authoritarian, Suppressor |
| 41 | Mao Zedong | 1893 | Intellectual Annihilation | Destroyer, Authoritarian |
| 42 | J.B. Rhine | 1895 | Parapsychology (pseudoscience) | Pseudoscientist |
| 43 | Nikolai Yezhov | 1895 | Intellectual Persecution | Authoritarian |
| 44 | Andrei Zhdanov | 1896 | Cultural/Scientific Suppression | Authoritarian, Suppressor |
| 45 | Joseph Goebbels | 1897 | Knowledge Destruction/Propaganda | Destroyer, Authoritarian |
| 46 | Trofim Lysenko | 1898 | Genetics (pseudoscience) | Pseudoscientist |
| 47 | Enver Hoxha | 1908 | Intellectual Suppression | Authoritarian, Suppressor |
| 48 | Pol Pot | 1925 | Intellectual Annihilation | Authoritarian |
| 49 | Andrew Wakefield | 1956 | Medicine (anti-vaccine fraud) | Pseudoscientist |

---

## 5. Results

### 5.1 Stage 1: Base FCE Analysis

#### 5.1.1 Birth-Density and Curvature

The KDE birth density shows sparse ancient clustering, a deep minimum through the medieval period, and dramatic acceleration from ~1500 CE peaking ~1870–1920 CE. FCE curvature analysis on the normalized density:

- **Maximum curvature**: $\kappa_{\max} = 8.08 \times 10^{-6}$ at **~1813 CE**
- **Mean curvature**: $\bar{\kappa} = 2.13 \times 10^{-6}$
- The curvature peak at 1813 CE is **robust across all 10 Fibonacci measurement scales** (1–89 years)
- Cumulative curvature inflection at **~1632 CE** (Scientific Revolution)

#### 5.1.2 $\pi$-Recursive Self-Similarity

Phase-aligned correlations between the curvature profile and its $\pi^{i/\varphi}$-scaled transforms:

| Scale $i$ | $\sigma_i$ | Correlation $r_i$ |
|-----------|-----------|-------------------|
| 0 | 1.00 | 0.998 |
| 1 | 2.03 | 0.666 |
| 2 | 4.12 | 0.689 |
| 3 | 8.35 | 0.621 |
| 4 | 16.94 | 0.573 |
| 5 | 34.38 | 0.541 |

Scales $\pi^{1/\varphi}$ through $\pi^{5/\varphi}$ (2x–34x) show sustained moderate correlations (0.54–0.69), indicating the birth-density curvature retains structural similarity across approximately one order of magnitude of temporal scaling — consistent with fractal structure.

#### 5.1.3 Harmonic Structure — The Standing Wave

The FFT power spectrum reveals a **standing wave** with integer harmonic ratios:

| Harmonic | Period | Power Fraction | Ratio to Fundamental |
|----------|--------|----------------|---------------------|
| H1 | 2700 yr | 21.6% | 1:1 |
| H2 | 1350 yr | 5.3% | 2:1 |
| H3 | 900 yr | 1.3% | 3:1 |
| H4 | 675 yr | 0.5% | 4:1 |
| H5 | 540 yr | 0.3% | 5:1 |

These are **exact integer ratios** — H1/H2 = 2, H1/H3 = 3, H1/H4 = 4, H1/H5 = 5. The birth-density function decomposes into a fundamental oscillation of ~2700 years with clean overtones, precisely analogous to the harmonic series of a vibrating string:

$$f_n = n \cdot f_1, \quad n = 1, 2, 3, 4, 5$$

**Stability index**: $S = 0.142$ (low — the signal is broad-spectrum, not purely periodic)
**Chaos measure**: $H = 1.807$ (moderate entropy — structured but not highly ordered)

The power-law spectral decay indicates **scale-free (fractal) structure** rather than strict periodicity.

#### 5.1.4 Interval Model Comparison

Five compression models tested against 86 successive intervals:

| Model | $R^2$ | AIC |
|-------|-------|-----|
| Linear | 0.126 | 746.6 |
| Exponential | 0.136 | 747.6 |
| Logarithmic | 0.086 | 750.4 |
| Power Law | 0.044 | 754.3 |
| **Golden Ratio** ($t_0/\varphi^n$) | **-0.137** | **767.2** |

**The golden-ratio model is the worst-performing model tested** ($R^2 < 0$, worse than a horizontal line). No model achieves $R^2 > 0.14$, indicating no simple mathematical function captures the full interval sequence.

#### 5.1.5 Monte Carlo Null Model

10,000 population-weighted random trials:

| Metric | Real Data | Null Distribution | $p$-value |
|--------|-----------|-------------------|-----------|
| Stability Index | 0.142 | 0.108 $\pm$ 0.023 | 0.088 |
| Chaos Measure | 1.807 | 2.075 $\pm$ 0.188 | 0.086 |
| Max Curvature | $8.08 \times 10^{-6}$ | $8.08 \times 10^{-6} \pm 1.0 \times 10^{-6}$ | 0.372 |

**Chi-squared test** (birth distribution vs population-weighted expectation):

$$\chi^2 = 52.82, \quad df = 10, \quad p < 10^{-7}$$

The birth distribution is **highly significantly non-random** — paradigm-shifting births cluster beyond what population growth alone predicts.

### 5.2 Stage 2: Environmental Denoising

#### 5.2.1 Transmission Coefficient

The decoherence ratio $T_{\max}/T_{\min} = 17.3$ means a potential genius born in the Dark Ages (~500 CE) had roughly $1/17$ the probability of historical recognition compared to one born in 2000 CE. The deepest decoherence trough occurs at ~500 CE (fall of Rome, plague, migration period).

#### 5.2.2 Denoising Reveals the Axial Age

After moderate transmission correction ($\div \sqrt{T}$), the ancient cluster around 600–300 BCE **grows dramatically**. The Axial Age philosophers (Pythagoras, Buddha, Confucius, Heraclitus, Socrates) were emerging despite extremely hostile transmission conditions — the "true signal" was proportionally much stronger than raw data shows.

Key shift: the raw signal peaks at ~1813 CE, but the denoised signal peaks at **~1940 CE** (transmission-corrected) or **~-598 CE** (combined pipeline), depending on denoising method.

#### 5.2.3 Denoising Decreases Stability

| Signal | Stability | Chaos | Peak Epoch |
|--------|-----------|-------|------------|
| Raw (original) | 0.142 | 1.81 | ~1813 CE |
| Transmission ($\div\sqrt{T}$) | 0.013 | 5.84 | ~1940 CE |
| Curvature-weighted | 0.026 | 6.17 | ~2036 CE |
| Harmonic (5) | 0.102 | 2.07 | ~1845 CE |
| Combined ($\div\sqrt{T} \to$ 7H) | 0.037 | 1.91 | ~-598 CE |

**Critical finding**: denoising *decreased* stability by 28–91%. The raw signal was already the most stable version. This means the apparent clustering pattern is **partly generated by** the environmental factors (population growth, institutional density), not hidden by them.

**However**, the harmonic reconstruction (5 components) preserved the most structure — stability dropped only 28%, and it maintained 3 $\pi$-recursive scales with correlations $> 0.6$. This is the cleanest waveform version of the signal, retaining the standing wave while removing noise.

#### 5.2.4 Denoised Model Fits

For the transmission-denoised signal ($\div\sqrt{T}$), curvature peaks reduce to 3 intervals that fit an **exponential model at $R^2 = 0.995$** and a **$\pi$-recursive model at $R^2 = 0.980$**. However, this is only 3 data points — too few for statistical confidence.

For the raw signal and most denoised variants using all 19 intervals, no compression model achieves $R^2 > 0.004$. The golden-ratio model remains catastrophically poor ($R^2 \approx -10^{25}$).

### 5.3 Stage 3: Shelf-Echo Analysis

#### 5.3.1 Three-Tier Classification

FCE curvature at each figure's birth year classifies 87 figures into:

- **22 Attractors** (25%): born 1766–1875 CE at maximum curvature
- **22 Harmonics** (25%): born ~1700–1920 CE on the curvature shoulder
- **43 Shelves** (49%): ancient through Renaissance, plus modern era

Notable classifications:
- **Attractors**: Gauss, Darwin, Galois, Lovelace, Maxwell, Tesla, Planck, Curie
- **Harmonics**: Einstein, Feynman, Turing, Bohr, Dirac, von Neumann, Shannon
- **Shelves**: Pythagoras, Newton, Galileo, Euler, Aristotle, Archimedes

The classification is **era-dependent**: Newton and Galileo appear as shelves not because they lacked impact, but because the curvature metric captures *density of emergence*, not individual impact. This supports the shelf model — Newton and Galileo were **structural enablers** for the 19th-century attractor explosion.

#### 5.3.2 Curvature Wells as Quantum Potential Landscape

Four curvature wells identified:

| Well Center | Depth ($\kappa$) | Total Figures | Attractors |
|------------|-------------------|--------------|------------|
| ~-471 (Axial Age) | $1.55 \times 10^{-6}$ | 12 | 0 |
| ~106 (Roman/Classical) | $8.77 \times 10^{-7}$ | 2 | 0 |
| ~1193 (Medieval) | $3.28 \times 10^{-6}$ | 6 | 0 |
| ~1813 (Industrial) | $8.08 \times 10^{-6}$ | 67 | 22 |

**Well depth correlates with attractor occupancy**: $r = 0.950$, $p = 0.050$.

The three shallower wells contain **zero attractors** — only shelves. This is consistent with a quantum-mechanical analogy: shallow potential wells support only low-energy (shelf) states, while deep wells can support excited (attractor) states. The system requires the well to exceed a **critical depth** before attractor-class figures can emerge.

#### 5.3.3 Harmonic Phase Separation — Anti-Phase Shelves

The standing wave harmonics reveal distinct phase positions for attractors versus shelves:

| Harmonic | Period | Attractor $R$ | Shelf $R$ | Phase Separation |
|----------|--------|--------------|----------|-----------------|
| H1 | 2700 yr | 0.997 | 0.524 | 2.7° |
| H2 | 1351 yr | 0.987 | 0.205 | 16.1° |
| **H3** | **900 yr** | **0.971** | **0.187** | **141.6°** |

In the 900-year harmonic (H3):
- Attractors are tightly concentrated at ~27° ($R = 0.971$)
- Shelves are dispersed with center of mass at ~-115°
- The phase separation is **141.6°** — nearly opposite in the wave cycle

This is the strongest evidence for distinct "energy levels" in the standing wave: attractors and shelves occupy **anti-phase positions** in the third harmonic, exactly as predicted by a shelf-echo model where shelves are half-wavelength offsets of the primary attractor signal.

#### 5.3.4 Harmonic Fraction Quantization

56% of shelf-to-attractor offsets fall within 20% of integer fractions of the 2700-year fundamental:

| Offset (yr) | Nearest Fraction | Fraction Value (yr) | Error |
|-------------|-----------------|--------------------|----|
| 541 | $T/5$ | 540 | 0.1% |
| 293 | $T/9$ | 300 | 2.4% |
| 220 | $T/12$ | 225 | 2.3% |
| 1406 | $T/2$ | 1351 | 4.1% |
| 986 | $T/3$ | 900 | 9.5% |

The offsets are not random — they cluster at quantized positions:

$$\Delta t_{n} \approx \frac{T_1}{n}, \quad n = 2, 3, 5, 9, 12$$

This harmonic fraction quantization is analogous to energy level spacing in quantum systems, where allowed transitions occur at integer fractions of the fundamental frequency.

#### 5.3.5 Domain Succession Chains

Within knowledge domains, the shelf → attractor succession pattern:

| Domain | Figures | Attractors | Shelves | Enabler Rate |
|--------|---------|-----------|---------|-------------|
| Mathematics | 39 | 9 | 21 | 3% |
| Physics | 37 | 8 | 15 | 3% |
| Philosophy | 27 | 1 | 24 | 4% |
| Natural Science | 10 | 7 | 2 | 11% |

The dominant pattern is **long runs of same-role figures** rather than alternating shelf → attractor. Within mathematics, the chain runs: 21 consecutive shelves (Pythagoras through Euler) → 9 consecutive attractors (Fourier through Hilbert) → harmonics and shelves. This suggests shelves build **cumulative depth** in the curvature well over centuries before the attractor epoch triggers.

41% of attractor-predecessor pairs share a knowledge domain. The median enabler gap is **80 years** — approximately one generational transfer cycle.

#### 5.3.6 $\pi$-Recursive Echo Test

Shelf-attractor distances were tested against $\pi^{i/\varphi}$ scales:

| Scale | Value (yr) | Hit Rate | vs Baseline |
|-------|-----------|----------|-------------|
| $\pi^{0/\varphi}$ | 1.00 | 1.000 | $+0.74\sigma$ |
| $\pi^{4/\varphi}$ | 16.94 | 0.974 | $-0.33\sigma$ |
| $\pi^{5/\varphi}$ | 34.38 | 0.916 | $-2.73\sigma$ ** |
| $\pi^{6/\varphi}$ | 69.75 | 0.781 | $-8.30\sigma$ ** |
| $\pi^{7/\varphi}$ | 141.51 | 0.592 | $-16.10\sigma$ ** |

Distances systematically **avoid** $\pi$-recursive scales at $\sigma_5$–$\sigma_7$ (34–142 years), falling significantly below random baseline. This anti-clustering is itself non-random — the gaps of 34, 70, and 142 years are "forbidden zones" in the shelf-attractor distance distribution.

### 5.4 Partner Birth-Year Gap Analysis

Of 16 verified scientist-partner relationships:

| Gap Range | Count | Percentage |
|-----------|-------|------------|
| $\leq 4$ years | 7 | 43.8% |
| 5–8 years | 4 | 25.0% |
| $9+$ years | 5 | 31.2% |

The 43.8% rate within $\pm 4$ years exceeds the expected base rate (~27%) but is consistent with assortative mating within educational cohorts [8]. Newton and Tesla — previously claimed to have "echo partners" — were both famously celibate with no documented romantic partners. Those fabricated claims have been removed.

### 5.5 Stage 4: False Attractor / Destructive Interference Analysis

#### 5.5.1 Dual Density Structure

The 49 false attractor birth-density signal (KDE, Scott's rule) was constructed on the same time grid as the 87-figure innovation signal. The two density curves are **extremely highly correlated**:

$$r = 0.976, \quad p \ll 10^{-10}$$

This near-identity means the conditions that produce paradigm-shifting innovators also produce their destructive counterparts. The two populations do not emerge in different historical epochs — they emerge in the **same epochs**, competing for amplitude.

#### 5.5.2 Composite Wave and Historical Eras

The composite wave $f_{\text{composite}}(t) = f_+(t) - f_-(t)$ reveals two distinct regimes:

| Feature | Epoch | Interpretation |
|---------|-------|----------------|
| **Zero-crossing 1** | ~163 BCE | Onset of net-destructive era |
| **Maximum destruction** | ~214 CE | Height of Roman persecutions, library burnings |
| **Zero-crossing 2** | ~746 CE | Transition from destructive to constructive dominance |
| **Maximum innovation** | ~1851 CE | Peak of the industrial-scientific revolution |

The composite wave independently recovers the conventional periodization: the interval from ~163 BCE to ~746 CE — a net-destructive era — aligns with the late Roman decline and the early medieval period, often characterized by reduced intellectual output. The transition at ~746 CE coincides with the Carolingian Renaissance and the beginning of the Islamic Golden Age's transmission to Europe.

#### 5.5.3 Phase Analysis: In-Phase Coupling

Mapping both populations into the standing wave harmonics reveals they are **in-phase** across all three dominant harmonics:

| Harmonic | Period | Innovator $R$ | Destructor $R$ | Innovator $\bar{\theta}$ | Destructor $\bar{\theta}$ | Phase Separation |
|----------|--------|--------------|---------------|--------------------------|---------------------------|------------------|
| H1 | 2701 yr | 0.759 | 0.600 | 18.2° | 11.4° | **6.9°** |
| H2 | 1351 yr | 0.587 | 0.536 | 37.1° | 0.4° | **36.7°** |
| H3 | 900 yr | 0.389 | 0.296 | 27.5° | 24.8° | **2.7°** |

In the fundamental harmonic (H1), the two populations are separated by only $6.9°$ out of $360°$ — effectively identical phase positions. The third harmonic (H3) shows even tighter coupling at $2.7°$. This is the opposite of what a "false peak" model would predict: false attractors are not at different positions in the wave, they are **amplitude competitors at the same positions**.

The innovator population shows consistently higher phase concentration ($R$), suggesting the innovation signal is more tightly structured than the destruction signal.

#### 5.5.4 Temporal Cross-Correlation: Destruction Precedes Innovation

The cross-correlation between positive and negative density signals peaks at:

$$\tau^* = -41 \text{ years}, \quad C(\tau^*) = 0.980$$

The negative lag means the destruction signal **leads** the innovation signal by approximately 41 years — slightly more than one generation. This is consistent with a perturbation-response dynamic: destructive events (library burnings, intellectual persecutions, institutional collapse) create knowledge vacuums and paradigm crises that the subsequent generation of innovators responds to.

Notable historical examples of this ~41-year lead:
- Destruction of the Library of Alexandria (48 BCE–391 CE) → Hypatia's mathematical synthesis (~400 CE)
- Galileo's trial and condemnation (1633) → Newton's *Principia* (1687), gap = 54 years
- Nazi book burnings and physicist exile (1933) → post-war physics explosion (1945–1960), gap = 12–27 years
- Lysenko's suppression of Soviet genetics (1948) → Crick & Watson's DNA structure (1953), gap = 5 years
- Cultural Revolution destruction (1966–1976) → China's modern scientific rise (~2000), gap = 24–34 years

#### 5.5.5 Interference Zone Analysis

Classifying each figure by whether they were born during a net-constructive ($f_{\text{composite}} > 0$) or net-destructive ($f_{\text{composite}} < 0$) epoch:

| Population | Born in Constructive Zone | Born in Destructive Zone |
|-----------|--------------------------|-------------------------|
| **Innovators (87)** | 84 (96.6%) | 3 (3.4%) |
| **Destructors (49)** | 36 (73.5%) | 13 (26.5%) |

Only three innovators — **Hypatia** (~360 CE), **Aryabhata** (476 CE), and **Brahmagupta** (598 CE) — were born during net-destructive epochs. These are precisely the figures who worked in relative isolation from the main Western tradition, operating within the Indian mathematical tradition or late Alexandrian scholarship during the lowest point of the composite wave.

Conversely, 73.5% of destructors were born during constructive epochs — they cluster where innovation is already strong, acting as **parasitic interference** on an otherwise constructive signal.

#### 5.5.6 FCE Comparison: Four Signal Variants

FCE analysis was applied to four signal variants to test whether destructive interference removal improves signal quality:

| Signal | Stability | Chaos | $\kappa_{\max}$ | Peak Epoch | High $\pi$-recursive scales |
|--------|-----------|-------|-----------------|------------|----------------------------|
| Positive (innovators) | 0.216 | 1.708 | $8.08 \times 10^{-6}$ | ~1813 CE | 10 |
| Negative (destructors) | 0.148 | 1.643 | $7.66 \times 10^{-6}$ | ~1787 CE | 10 |
| Composite (innovation − destruction) | 0.036 | 0.434 | $4.30 \times 10^{-6}$ | ~1844 CE | 9 |
| **Cleaned** (curvature-weighted) | **0.217** | **1.691** | $2.12 \times 10^{-3}$ | ~2048 CE | 10 |

Key findings:

- The **cleaned signal** (curvature-weighted by negative curvature to suppress destructive epochs) achieves the **highest stability** (0.217) of any signal variant — slightly exceeding the raw positive signal (0.216). Destructive interference removal tightens the fractal structure.
- The negative signal has **lower stability** (0.148) and **lower chaos** (1.643) than the positive signal — destruction is less structured than innovation.
- The raw composite (subtraction) signal has very low stability (0.036) because the two signals nearly cancel — their similarity means subtraction removes most of the power.
- The cleaned signal's peak epoch shifts to **~2048 CE**, suggesting the curvature-weighted innovation signal projects a future attractor peak.

---

## 6. Discussion

### 6.1 The Standing Wave Model

The central finding is that paradigm-shifting births distribute as a **standing wave** with a ~2700-year fundamental and integer overtones. This is not a metaphor — the FFT decomposition produces exact integer frequency ratios (1:2:3:4:5), which is the mathematical signature of a vibrating string with fixed boundary conditions:

$$f_n = \frac{n}{2L}\sqrt{\frac{T}{\mu}}$$

In this analogy:
- The "string" is the historical timeline from ~600 BCE to ~2100 CE (~2700 years = fundamental wavelength)
- The "tension" is the cumulative knowledge and institutional infrastructure driving innovation
- The "nodes" and "antinodes" are the epochs of low and high attractor density
- The "boundary conditions" are the beginning of systematic philosophy (~600 BCE) and the present

### 6.2 Shelves as Ground States, Attractors as Excited States

The curvature well analysis supports a quantum-mechanical analogy:

1. **Shallow wells** (Axial Age, Medieval) support only shelf-state figures — they lack the institutional depth to enable attractor-class emergence
2. **Deep wells** (Industrial Revolution) support both shelf and attractor states — sufficient cumulative infrastructure enables paradigm-shifting clustering
3. **Well depth threshold**: no well with $\kappa < 7.7 \times 10^{-6}$ contains any attractors
4. **Anti-phase structure**: shelves and attractors occupy opposite phases in H3, consistent with ground-state and excited-state wavefunctions in a potential well having different nodal structures

### 6.3 The Environmental Decoherence Interpretation

The denoising analysis reveals that the modern acceleration is substantially driven by environmental factors — more people, more literacy, more institutions. When these are corrected:

1. The **Axial Age becomes the dominant signal** in the combined pipeline
2. **Stability decreases** — the raw pattern was partly environmental
3. The harmonic structure **persists** — the standing wave is real, not an artifact

This suggests a two-component model:

$$f_{\text{obs}}(t) = T(t) \cdot f_{\text{wave}}(t) + \epsilon(t)$$

where $f_{\text{wave}}(t)$ is the intrinsic standing wave of intellectual emergence and $T(t)$ is the environmental transmission that amplifies the modern epoch and suppresses the ancient epoch.

### 6.4 Coupled Constructive-Destructive Dynamics: The Perturbation-Response Model

The Stage 4 false attractor analysis produces what is perhaps the most unexpected finding of this paper: constructive (innovative) and destructive (anti-intellectual) forces are not opposites occupying different positions in the historical wave — they are **phase-locked amplitude competitors on the same wave**, emerging from the same epochs with a correlation of $r = 0.976$.

#### 6.4.1 Observed Structure

Three empirical observations constrain the model:

1. **Same phase, same epochs** — the two populations share virtually identical phase positions in all three standing wave harmonics ($6.9°$, $36.7°$, $2.7°$ separation). This rules out any model in which destructive forces are "anti-nodes" or "false peaks" at different temporal positions.

2. **Destruction leads innovation by ~41 years** — the temporal cross-correlation peak at $\tau^* = -41$ years demonstrates a consistent lead-lag relationship. Destructive events precede the constructive response by approximately one generation.

3. **Asymmetric structure** — the innovation signal is more stable ($S = 0.216$ vs $0.148$), more chaotic ($H = 1.708$ vs $1.643$), and more phase-concentrated ($R$ values consistently higher) than the destruction signal. Innovation exhibits tighter fractal organization.

#### 6.4.2 The Perturbation-Response Interpretation

These observations are consistent with a **perturbation-response dynamic** in which destructive events function as system perturbations that trigger corrective innovation:

$$f_+(t) = \mathcal{R}\left[f_-(t - \tau^*)\right] + f_{\text{intrinsic}}(t)$$

where $\mathcal{R}$ is a response operator, $\tau^* \approx 41$ years is the generational response delay, and $f_{\text{intrinsic}}$ captures innovation not triggered by destruction.

In this framework:
- The burning of the Library of Alexandria does not simply destroy knowledge — it creates a **knowledge vacuum** that the next generation fills with reconstructed, and often improved, frameworks
- The persecution of Galileo does not stop heliocentrism — it creates a **paradigm crisis** that Newton resolves more completely than Galileo's original formulation
- Lysenko's corruption of Soviet genetics does not end genetics — it displaces the center of genetic research to the West, where the DNA revolution accelerates

The key insight is **directionality**: destruction arrives first. The data do not support a model in which innovation and destruction are simultaneous responses to the same conditions. Rather, destruction *precedes* innovation with a consistent lag, suggesting the causal arrow runs from perturbation to correction.

#### 6.4.3 Thermodynamic Analogy

The perturbation-response dynamic has a natural thermodynamic interpretation. Destructive events increase the **entropy** of the knowledge system — destroying organization, dispersing expertise, collapsing institutions. The subsequent innovation wave is a **negentropic response** — a restoration of order through new frameworks, often at a higher level of organization than what was destroyed.

This is consistent with the standing wave model: the same "string" that supports constructive harmonics necessarily supports destructive perturbations at the same frequencies. The question is not whether perturbations exist at a given epoch, but whether the net amplitude is constructive or destructive.

The composite wave reveals exactly this: net-destructive from ~163 BCE to ~746 CE (late Roman collapse through the early medieval period), net-constructive from ~746 CE onward. The transition at ~746 CE — coinciding with the Carolingian Renaissance and the maturation of the Islamic Golden Age — marks the point at which the cumulative innovation signal permanently exceeded the cumulative destruction signal.

#### 6.4.4 Implications for Understanding Historical Progress

The observed coupling challenges two common narratives:

1. **Progress is not the default state perturbed by occasional destruction.** The data show destruction arriving first ($\tau^* = -41$ yr). Historical progress appears to be a *corrective response* to perturbation, not a steady state occasionally interrupted.

2. **Constructive and destructive forces are not independent.** The $r = 0.976$ correlation means the same historical conditions — population growth, institutional development, communication networks — produce both signals simultaneously. Periods rich enough to support great innovators are also rich enough to support their suppressors. The two cannot be decoupled.

This is strictly an empirical observation from the birth-density data. We note the structural parallel to coupled oscillation systems in physics — e.g., normal modes of coupled pendulums, where the "symmetric" (in-phase) and "antisymmetric" (anti-phase) modes both exist at the same fundamental frequency — without claiming a physical mechanism.

### 6.5 What Is Not Found

1. **No golden-ratio compression**: $R^2 = -0.14$ (worst model tested)
2. **No strong periodicity**: stability index 0.142 (broad-spectrum, not periodic)
3. **No simple mathematical law**: no tested compression formula achieves $R^2 > 0.14$
4. **No $\pi$-recursive echo spacing**: shelf-attractor gaps anti-cluster at $\pi^{i/\varphi}$ scales
5. **No anti-phase false attractors**: destructors are in-phase with innovators ($r = 0.976$), not at opposite wave positions as initially hypothesized

### 6.6 Connection to Existing Literature

| Framework | Our Finding | Agreement |
|-----------|------------|-----------|
| Kurzweil (acceleration) | Intervals decrease, clustering intensifies | Partial — acceleration is real but not exponential |
| Modis (S-curves) | Curvature peaks then declines post-1813 | Consistent — peak acceleration may be past |
| Turchin (secular cycles) | Standing wave structure | Consistent — cycles rather than monotonic growth |
| Kuhn (paradigm shifts) | Clustering at curvature peaks | Consistent — shifts cluster temporally |
| Huebner (declining innovation) | Post-1920 figures classified as harmonics/shelves, not attractors | Consistent — density peak passed |
| von Foerster (hyperbolic) | Non-random clustering confirmed | Partial — but not hyperbolic form |
| Schumpeter (creative destruction) [24] | Destruction and innovation phase-locked, destruction leads | Consistent — "creative destruction" as coupled dynamic |
| Prigogine (dissipative structures) [23] | System driven far from equilibrium by perturbation, self-organizes | Consistent — destruction as far-from-equilibrium perturbation |
| Goldstone (efflorescences) [25] | Innovation clusters in specific historical epochs | Consistent — epochs produce both signals simultaneously |
| Jaspers (Axial Age) [27] | Denoised signal peaks at Axial Age | Consistent — independent recovery of Jaspers' periodization |

### 6.7 Limitations

1. **Selection bias**: 87 figures reflect subjective "paradigm-shifting" judgments; different criteria produce different results
2. **Western bias**: overrepresentation of Western figures post-1400 CE
3. **Great Man Theory**: focuses on individuals rather than systemic/institutional factors
4. **Date uncertainty**: ancient figures carry $\pm 20$ to $\pm 200$ year uncertainty
5. **Small sample**: 87 figures limits statistical power; analysis of de la Croix et al.'s 300,000-person database would strengthen results
6. **Curvature classification is era-dependent**: conflates timing with impact (Newton classified as "shelf" due to lower density, not lower importance)
7. **Environmental model is approximate**: 7 factors with interpolated historical data carry their own uncertainties
8. **Standing wave boundary**: the ~2700-year fundamental equals the full dataset span, making it partly an artifact of data extent
9. **False attractor selection bias**: the 49 destructive figures were compiled with the same subjective judgment issues as the 87 innovators; different criteria could alter the correlation structure
10. **Correlation vs causation in temporal lag**: the 41-year lead of destruction over innovation could reflect shared response to a third variable (e.g., population pressure, resource competition) rather than a direct perturbation-response mechanism
11. **Asymmetric sample sizes**: 87 innovators vs 49 destructors introduces different KDE bandwidths and smoothing characteristics, which could inflate the correlation

---

## 7. Falsification Criteria

This framework makes the following testable predictions:

1. **Standing wave persistence**: if a larger database (de la Croix et al., 300,000+ figures, filtered by impact metrics) does not show integer harmonic ratios in its power spectrum, the standing wave finding is an artifact of small sample size.

2. **H3 phase separation**: if attractor/shelf classification on a larger dataset shows phase separation $< 90°$ in H3, the anti-phase structure is not robust.

3. **Curvature well threshold**: if wells with $\kappa < 7 \times 10^{-6}$ are found to contain attractors in an expanded dataset, the threshold model is falsified.

4. **Harmonic fraction quantization**: if random datasets show $\geq 56\%$ of offsets within 20% of harmonic fractions in $> 20\%$ of Monte Carlo trials, the quantization is not significant.

5. **Chi-squared persistence**: if a 200+ figure database fails to reject the population-weighted null ($p > 0.05$), the non-random clustering claim is falsified.

6. **Environmental decoherence direction**: if denoising *increases* stability (rather than decreasing it), the environmental model is incorrect or the modern acceleration is intrinsic rather than environmental.

7. **Constructive-destructive phase coupling**: if an independently compiled database of $> 100$ destructive figures shows phase separation $> 45°$ from the innovation signal in any harmonic, the in-phase coupling finding is not robust.

8. **Temporal lag direction**: if the cross-correlation between destructive and constructive signals peaks at $\tau > 0$ (innovation leads destruction) in an expanded dataset, the perturbation-response model is falsified.

9. **Composite wave zero-crossings**: if the ~746 CE constructive transition does not persist under different KDE bandwidths or different false attractor compilations, it is an artifact of the specific dataset.

---

## 8. Conclusion

Applying the Fractal Correction Engine to the birth-date distribution of 87 paradigm-shifting historical figures and 49 anti-intellectual figures through four analysis stages reveals:

1. **Statistically significant non-random clustering** ($\chi^2 = 52.82$, $p < 10^{-7}$), not explained by population growth alone.

2. **Standing wave structure** with a ~2700-year fundamental and exact integer harmonic overtones (1350, 900, 675, 540 years), analogous to the harmonic series of a vibrating string.

3. **Environmental factors amplify modern clustering**: denoising by a 7-factor historical transmission model reveals the Axial Age (~550 BCE) as the strongest intrinsic signal, while the modern peak is partly environmental.

4. **Curvature wells** function like quantum potential wells — deeper wells support attractor-class figures ($r = 0.950$, $p = 0.050$), with a minimum depth threshold below which only shelf-class figures appear.

5. **Anti-phase shelf structure**: in the 900-year harmonic, attractor and shelf figures occupy nearly opposite phases ($141.6°$ separation), with shelf-to-attractor offsets quantized at integer fractions of the fundamental period (56% within 20% of $T/n$).

6. **$\pi$-recursive self-similarity** at scales 2x–34x (correlations 0.54–0.69), consistent with fractal structure in the birth-density signal.

7. **Golden-ratio compression is falsified** ($R^2 = -0.14$). No simple compression formula captures the interval sequence, but the harmonic fraction quantization suggests a different — wave-based rather than ratio-based — mathematical structure.

8. **Constructive and destructive forces are phase-locked conjugates** ($r = 0.976$). Innovation and destruction emerge from the same historical epochs with virtually identical phase positions in all standing wave harmonics. They are not opposites at different positions — they are amplitude competitors at the same positions.

9. **Destruction precedes innovation by ~41 years**. The temporal cross-correlation reveals a consistent one-generation lead of destructive events over constructive responses, supporting a perturbation-response model in which knowledge destruction creates the vacuum that subsequent innovation fills.

10. **The composite wave independently recovers conventional historical periodization**: net-destructive from ~163 BCE to ~746 CE, net-constructive from ~746 CE onward, peaking at ~1851 CE. Curvature-weighted cleaning of the innovation signal by the destruction signal produces the highest-stability signal variant (0.217), confirming that destructive interference removal tightens fractal structure.

The core answer to whether paradigm-shifting figures emerge at mathematically structured intervals: **yes, but the structure is a standing wave with harmonic overtones and quantum-like attractor wells, not a simple compression formula.** The FCE's curvature analysis and harmonic decomposition provide the appropriate mathematical tools for detecting this structure, while $\pi$-recursive scaling confirms its fractal nature.

The Stage 4 finding adds a critical dimension: the standing wave is not a single signal but a **superposition of coupled constructive and destructive modes**. The same historical conditions that produce great innovators simultaneously produce their suppressors. Historical progress, as measured by the composite wave, is not a steady state occasionally perturbed — it is the net result of two phase-locked signals, with destruction consistently arriving first and innovation following as a corrective response. The question "which came first" has an empirical answer in this framework: perturbation precedes correction by approximately one generation.

---

## 9. References

[1] Kurzweil, R. (2001). "The Law of Accelerating Returns." *KurzweilAI.net*. Also: Kurzweil, R. (2005). *The Singularity Is Near*. Viking.

[2] Modis, T. (2002). "Forecasting the Growth of Complexity and Change." *Technological Forecasting and Social Change*, 69(4), 377–404.

[3] Turchin, P. (2006). *Secular Cycles* (with S. Nefedov). Princeton University Press. Also: Turchin, P. (2003). *Historical Dynamics*. Princeton University Press.

[4] Kuhn, T. S. (1962). *The Structure of Scientific Revolutions*. University of Chicago Press.

[5] von Foerster, H., Mora, P. M., & Amiot, L. W. (1960). "Doomsday: Friday, 13 November, A.D. 2026." *Science*, 132(3436), 1291–1295.

[6] de la Croix, D., Licandro, O., & Salanie, F. (2022). "A cross-verified database of notable people, 3500BC–2018AD." *Scientific Data*, 9(290).

[7] McEvoy, A. L. (2025). *Fractal Correction Engine: Proof on Curvature*. FCE Research Archives. Implementations: fce_gauge_integration.py (Yang-Mills SU(3)), Enhanced_Antimatter_FCE_v3 (Penning traps), Cancer Mutation Predictor (genomic trajectories).

[8] Schwartz, C. R. (2013). "Trends and Variation in Assortative Mating." *Annual Review of Sociology*, 39, 451–470.

[9] Godel, K. (1931). "Uber formal unentscheidbare Satze der Principia Mathematica und verwandter Systeme." *Monatshefte fur Mathematik*, 38, 173–198.

[10] Einstein, A. (1915). "Die Feldgleichungen der Gravitation." *Sitzungsberichte der Preussischen Akademie der Wissenschaften*, 844–847.

[11] Feynman, R. P. (1948). "Space-Time Approach to Non-Relativistic Quantum Mechanics." *Reviews of Modern Physics*, 20(2), 367–387.

[12] Shannon, C. E. (1948). "A Mathematical Theory of Communication." *Bell System Technical Journal*, 27(3), 379–423.

[13] Kolmogorov, A. N. (1965). "Three approaches to the definition of the concept 'quantity of information'." *Problems of Information Transmission*, 1(1), 1–7.

[14] Huebner, J. (2005). "A Possible Declining Trend for Worldwide Innovation." *Technological Forecasting and Social Change*, 72(8), 980–986.

[15] Hofstadter, D. R. (1979). *Godel, Escher, Bach: An Eternal Golden Braid*. Basic Books.

[16] Penrose, R. (2010). *Cycles of Time: An Extraordinary New View of the Universe*. Bodley Head.

[17] Wolfram, S. (2002). *A New Kind of Science*. Wolfram Media.

[18] Mandelbrot, B. B. (1982). *The Fractal Geometry of Nature*. W. H. Freeman.

[19] Tegmark, M. (2014). "Consciousness as a State of Matter." *Chaos, Solitons & Fractals*, 76, 238–270.

[20] Roser, M., & Ortiz-Ospina, E. (2016). "Literacy." *Our World in Data*. ourworldindata.org/literacy.

[21] Kremer, M. (1993). "Population Growth and Technological Change: One Million B.C. to 1990." *Quarterly Journal of Economics*, 108(3), 681–716.

[22] McEvedy, C., & Jones, R. (1978). *Atlas of World Population History*. Penguin.

[23] Prigogine, I. (1997). *The End of Certainty: Time, Chaos, and the New Laws of Nature*. Free Press.

[24] Schumpeter, J. A. (1942). *Capitalism, Socialism and Democracy*. Harper & Brothers. (Concept of "creative destruction.")

[25] Goldstone, J. A. (2002). "Efflorescences and Economic Growth in World History: Rethinking the 'Rise of the West' and the Industrial Revolution." *Journal of World History*, 13(2), 323–389.

[26] Diamond, J. (1997). *Guns, Germs, and Steel: The Fates of Human Societies*. W. W. Norton.

[27] Jaspers, K. (1953). *The Origin and Goal of History*. Yale University Press. (Axial Age concept.)

---

## 10. Appendix A: FCE Algorithm Details

### A.1 Local Curvature Computation

For discrete signal $f(t_i)$ sampled at $N$ points with spacing $\Delta t$:

$$f'(t_i) = \frac{f(t_{i+1}) - f(t_{i-1})}{2\Delta t}, \quad f''(t_i) = \frac{f(t_{i+1}) - 2f(t_i) + f(t_{i-1})}{(\Delta t)^2}$$

$$\kappa(t_i) = \frac{|f''(t_i)|}{(1 + f'(t_i)^2)^{3/2}} \cdot c_s$$

followed by moving-average smoothing with window $w = \min(5, N/10)$.

### A.2 $\pi$-Recursive Transform

At iteration $i$:

1. Rescale signal by $\sigma_i = \pi^{i/\varphi}$ via cubic interpolation
2. Modulate: $f_{\text{mod}}(t) = f(t) \cdot [1 + 0.1(\sin(t) + 0.5\sin(2t/\varphi) + 0.25\sin(3t/e))]$
3. Energy-normalize: $f_{\text{out}} = f_{\text{mod}} \cdot \sqrt{E_{\text{in}} / E_{\text{out}}}$

### A.3 Phase-Aligned Correlation

$$r_i = \max_{\phi \in [0, 2\pi]} \text{Pearson}\left(\kappa_{\text{orig}}[0{:}M], \;\kappa_{\sigma_i}[\phi{:}\phi{+}M]\right)$$

where $M = \min(|\kappa_{\text{orig}}|, |\kappa_{\sigma_i}|)$ and the phase shift is implemented as array rolling.

### A.4 Harmonic Decomposition

$$\hat{F}_k = \sum_{n=0}^{N-1} f(t_n) \cdot e^{-2\pi i k n / N}, \quad P_k = |\hat{F}_k|^2$$

$$S = \frac{\max_k P_k}{\sum_k P_k}, \quad H = -\sum_k \frac{P_k}{\sum_j P_j} \ln \frac{P_k}{\sum_j P_j}$$

### A.5 Environmental Transmission Coefficient

$$T(t) = \left[\prod_{j=1}^{7} F_j(t)\right]^{1/7}$$

where $F_j \in \{P, L, I, G, \Sigma, C, H\}$ are interpolated from historical data using piecewise linear interpolation.

### A.6 Circular Concentration (Mean Resultant Length)

$$R = \sqrt{\left(\frac{1}{n}\sum_{i=1}^{n}\cos\theta_i\right)^2 + \left(\frac{1}{n}\sum_{i=1}^{n}\sin\theta_i\right)^2}$$

### A.7 Curvature Well Identification

1. Compute curvature $\kappa(t)$ on the full time grid
2. Find local maxima (peaks) with prominence $> 0.15 \cdot \kappa_{\max}$
3. Find local minima (barriers) between peaks
4. Define wells as regions between consecutive barriers
5. Well depth = maximum curvature within well
6. Well width = full width at half maximum (FWHM) of the curvature peak

---

## 11. Appendix B: Reproducibility

### B.1 Analysis Scripts

All analysis code is provided in four Python scripts:

1. **`fce_birth_analysis.py`** — Base FCE analysis: KDE, curvature, $\pi$-recursive scaling, harmonic decomposition, Monte Carlo, model comparison, partner analysis, forecasting. Produces `fce_analysis_results.json` and figures 1–6.

2. **`fce_denoised_analysis.py`** — Environmental decoherence model and denoising pipeline. Produces `fce_denoised_results.json` and figures 7–10.

3. **`fce_shelf_analysis.py`** — Shelf-echo classification, harmonic phase mapping, domain chain analysis, curvature well analysis, $\pi$-recursive echo test. Produces `fce_shelf_results.json` and figures 11–15.

4. **`fce_false_attractor_analysis.py`** — False attractor / destructive interference analysis: dual density construction, composite wave, phase comparison, temporal cross-correlation, curvature-weighted cleaning, FCE comparison of four signal variants. Produces `fce_false_attractor_results.json` and figures 16–20.

### B.2 Generated Figures

| Figure | Description |
|--------|-------------|
| fig1 | Birth density, curvature profile, multi-scale curvature |
| fig2 | Power spectrum, $\pi$-recursive correlations |
| fig3 | Interval analysis (linear and log scale) |
| fig4 | Monte Carlo null-model comparison (4 metrics) |
| fig5 | Partner age-gap histogram |
| fig6 | FCE forecast |
| fig7 | Environmental denoising pipeline (3 panels) |
| fig8 | All denoised signals compared (5 methods) |
| fig9 | Harmonic reconstruction (3, 5, 10 harmonics + combined) |
| fig10 | Multi-scale Fibonacci decomposition |
| fig11 | Shelf vs attractor classification on density/curvature |
| fig12 | Domain chain succession patterns |
| fig13 | Shelf-to-attractor offset distribution |
| fig14 | Curvature wells as quantum potential landscape |
| fig15 | Harmonic phase positions (polar plots) |
| fig16 | Dual density: innovation vs destruction birth-density signals |
| fig17 | Composite wave (innovation − destruction) with zero-crossings |
| fig18 | Phase comparison: innovators vs destructors in standing wave harmonics |
| fig19 | Temporal cross-correlation with lag analysis |
| fig20 | FCE comparison of four signal variants (positive, negative, composite, cleaned) |

### B.3 Dependencies

- Python 3.8+
- NumPy, SciPy, Matplotlib
- No external datasets required (all data embedded in scripts)

### B.4 Execution

```bash
python3 fce_birth_analysis.py            # Stage 1: Base analysis (~30s)
python3 fce_denoised_analysis.py         # Stage 2: Denoising (~10s)
python3 fce_shelf_analysis.py            # Stage 3: Shelf analysis (~60s)
python3 fce_false_attractor_analysis.py  # Stage 4: False attractor analysis (~15s)
```

All outputs are deterministic except the Monte Carlo null model (random seed not fixed for statistical validity).

Files

false_attractors_database.json

Files (7.9 MB)

Name Size Download all
md5:35c0a85ce2f6a9df47c81e57e79e7f6e
37.4 kB Preview Download
md5:3ef2e5872bcda0d28c067a560cb48532
11.6 kB Preview Download
md5:bcbc2ac1b4fdb8e313db12cc2aac7cfb
54.3 kB Download
md5:f8ddf092335cca1c0397828fb0631315
35.0 kB Download
md5:25830db6191989983e3b34860e258515
10.0 kB Preview Download
md5:9c642f1d48bde4c293d342e7ea6d5806
36.9 kB Download
md5:83f4d4d014a083c06bb83c6f08a904c9
2.2 kB Preview Download
md5:8fe3d196136fb458580e280cb718c322
72.0 kB Preview Download
md5:3bd5c9673a6e1cd0e9eefa21dfcecac1
3.6 MB Preview Download
md5:8fe331355860a7d86f75b3a4be0ca0d8
49.9 kB Download
md5:0c249b89bcd302a737bd8abbc738e70e
32.0 kB Preview Download
md5:129dade323306d8e2c06a55a1531d8fc
492.3 kB Preview Download
md5:aa8bd157ac8a004d828162fd9ef77f87
217.1 kB Preview Download
md5:4f9f197530d2820464e1e6cefbef0ace
144.2 kB Preview Download
md5:917642d62028adb0ff83d91de9de931f
170.8 kB Preview Download
md5:cf530f5a9790c6fc5a044f04ba87ab08
143.2 kB Preview Download
md5:2770befa5b9e72409d698aead7c6bf40
147.0 kB Preview Download
md5:ada3f24975f886b5354dc80b21be3689
172.1 kB Preview Download
md5:b6d472add3648dbfda16e42f99417bc1
162.3 kB Preview Download
md5:4c3129bf2ab1d7a95091ae0cb3cc9446
160.7 kB Preview Download
md5:1d3f8a57416c34ce68b95e95f7e75508
66.0 kB Preview Download
md5:f1bec3bd9a6731de480741d5d80d959a
285.0 kB Preview Download
md5:967e3630559b9c746ffa51105471dd4a
256.3 kB Preview Download
md5:84cd306795ece7b1b18e64f590f3d2a7
148.8 kB Preview Download
md5:0af49f1f89fc0847da68d3eaf8190c25
162.7 kB Preview Download
md5:5a5b64d7ec1a08cf538934c71c285af5
136.2 kB Preview Download
md5:eb91f8b2b00ae32674f414752565adf2
41.2 kB Preview Download
md5:fb36d2ea155c05c507106301072493c5
79.9 kB Preview Download
md5:ce9797ef48d7874e848d9e4cb4c050d0
332.8 kB Preview Download
md5:abbff5f2eb84c9a2dcaf3e400468cb56
410.2 kB Preview Download
md5:74836be8868d22b7349a9d8b0210c3af
235.7 kB Preview Download
md5:fa4f258150cc48d7f63bd88fd06101e1
3.0 kB Preview Download