# Agent Report — Two Mechanisms, Not Three: The Prime Decorrelation Is Not a Hierarchy

**Date**: 2026-04-07 06:37
**Piano**: 39
**Tension explored**: POISSON_CONVERGENCE (0.9), SPECTRAL_NICHE (0.85), GAP_ANTICORR (0.75)

## Claim Under Test

> "Three independent observables (beta, <r>, acf1) predict Poisson at p*~10^{14}. Hierarchy: shape decorrelates first, ratio second, sequential memory last." — Is this hierarchy prime-specific or generic?

## Question

If I create synthetic gap sequences with the SAME marginal distribution as prime gaps but tunable lag-1 correlation (AR(1) via Gaussian copula), does diluting the correlation reproduce the same hierarchy? Or is the hierarchy an artifact of confounding two different mechanisms?

## Experiment Design

- **Primes**: sieve to 10^8 (5.76M primes), 15 log-spaced windows of 50K gaps each
- **Synthetic**: AR(1) Gaussian copula with empirical prime gap marginal, rho from -0.044 (empirical) to 0 (Poisson), 12 steps, 10 trials each, N=100K
- **Observables**: <r> (spacing ratio), beta (Brody parameter), acf1 (lag-1 autocorrelation)
- **Null baseline**: rho=0 synthetic (same marginal, no correlation = Poisson correlations)

## Results

### Primes at multiple scales

| log10(p) | <r>    | beta   | acf1    |
|----------|--------|--------|---------|
| 5.79     | 0.4581 | 0.4121 | -0.0549 |
| 6.42     | 0.4552 | 0.3866 | -0.0384 |
| 7.06     | 0.4518 | 0.3666 | -0.0370 |
| 7.53     | 0.4493 | 0.3468 | -0.0348 |
| 8.00     | 0.4443 | 0.3285 | -0.0315 |

All three decrease toward Poisson with scale. Linear extrapolation to Poisson:
- acf1 → 0 at log10(p) ~ 10.8
- beta → 0 at log10(p) ~ 16.6
- <r> → 0.386 at log10(p) ~ 17.7

### Synthetic AR(1): the discriminant

| rho      | <r>    | beta   | acf1    |
|----------|--------|--------|---------|
| -0.0443  | 0.4698 | 0.4083 | -0.0374 |
| -0.0282  | 0.4722 | 0.4079 | -0.0218 |
| -0.0121  | 0.4746 | 0.4077 | -0.0110 |
| +0.0000  | 0.4769 | 0.4086 | +0.0021 |

**Critical finding**: beta and <r> are FLAT across rho. They do not respond to the correlation structure. Only acf1 tracks rho (by construction — it IS the lag-1 correlation).

### Residual: primes vs AR(1)-matched synthetic

| Observable | Primes  | AR(1)-matched | Residual |
|------------|---------|---------------|----------|
| <r>        | 0.4583  | 0.4704        | -0.0121  |
| beta       | 0.4086  | 0.4106        | -0.0020  |
| acf1       | -0.0443 | -0.0391       | -0.0052  |
| acf(2)     | -0.0155 | +0.0014       | -0.0168  |
| acf(3)     | -0.0035 | -0.0027       | -0.0008  |

## Key Findings

1. **The "hierarchy" is not a hierarchy — it's two independent mechanisms.** Beta and <r> change with scale because the prime gap DISTRIBUTION changes (gaps widen relative to their mean as primes thin out). Acf1 changes because sequential CORRELATIONS decay. These are independent processes that happen to approach the same limit (Poisson). The AR(1) synthetic proves it: varying correlation leaves beta and <r> unchanged.

2. **Primes carry structure beyond AR(1).** The <r> residual (-0.012) means primes have lower spacing ratio than an AR(1) process with matched marginal and matched lag-1 correlation. This is lag-2 structure: acf(2) = -0.016 for primes vs +0.001 for AR(1). Primes have MULTI-LAG anti-correlation that a simple AR(1) cannot reproduce.

3. **The acf(2) residual is the discriminant.** At lag 1, the difference is small (-0.005). At lag 2, it's 3x larger (-0.017). Primes don't just alternate big-small — they have a SECOND-ORDER pattern (big-small-medium? or some subtler structure). This is Hardy-Littlewood beyond nearest neighbors.

4. **The "universal crossover at 10^14" is partially an artifact.** The three observables don't converge to a single point because of a single mechanism. Beta and <r> are driven by the gap distribution (which changes as PNT dictates: gap/mean ~ 1/ln(p)), while acf1 is driven by number-theoretic correlations (Hardy-Littlewood). Their convergence near 10^{14} may be coincidental — or may reveal a deeper connection between the distribution shape and the correlation structure of primes.

## Verdict

**CONSTRAINT + NEW** — The "hierarchy" claim is falsified as stated: it's not three observables decorrelating in order, it's two mechanisms (distribution shape + sequential correlation) that happen to approach Poisson at comparable scales. NEW: the acf(2) residual (-0.017) reveals multi-lag prime structure beyond AR(1), not previously measured. This is the next target.

## Consecutio

The acf(2) anti-correlation is the unexplored structure. Questions:
- Does acf(k) for primes follow a specific decay law? (exponential = AR(p), power-law = long memory, oscillating = periodic structure)
- Is the multi-lag correlation explained by the Z/6Z confinement (F2), or is it deeper?
- At what scale does acf(2) reach zero? If at a DIFFERENT scale than acf(1), the crossover is genuinely multi-scale (cascade confirmed by mechanism, not just by extrapolation).

## Files

- Script: `/tmp/exp_hierarchy_universality.py`
- Data: `tools/data/reports/hierarchy_data.json`
- Report: `tools/data/reports/agent_20260407_0637.md`
