The Two Chains

Where the five primes come from. Two Cunningham chains generate the entire axiom.

The Cunningham map c(n) = 2n + 1 is the simplest possible function that turns existence into observation: it doubles and adds one. Its inverse is the shadow function s(p) = (p-1)/2.

Starting from sigma = 1 and D = 2, this one map generates all five axiom primes before the axiom's own products close the gate.

The Two Cunningham Chains

A Cunningham chain of the first kind starts from a seed and repeatedly applies c(n) = 2n+1, continuing as long as each result is prime.

CC1(sigma): 1 → 3 → 7 → 15 = 3 × 5 (STOP)

Elements: {sigma, K, b}. Length = K = 3.

CC1(D): 2 → 5 → 11 → 23 → 47 → 95 = 5 × 19 (STOP)

Elements: {D, E, L}. Length = E = 5.

Interleaved by size, the two chains produce the axiom in order:

1
<
2
<
3
<
5
<
7
<
11

sigma chain and D chain alternate perfectly.

Cross-Chain Duality

Each chain's first descendant equals the other chain's length:

ChainFirst descendantOther chain's length
CC1(sigma)K = 3|CC1(sigma)| = 3 = K
CC1(D)E = 5|CC1(D)| = 5 = E

K (closure) names the sigma chain. E (observer) names the D chain. Cross-reference is structural.

How They Stop

CC1(sigma) stops at 15 = K × E. The observer closes the ground chain.

CC1(D) stops at 95 = E × 19. The observer appears in BOTH stopping products.

E = 5 (the observer) is the universal stopper. Self-closing: the one who sees is the one who ends.

The D-chain is also a Sophie Germain chain: each prime generates the next as a safe prime. E = 2D+1. L = 2E+1. 23 = 2L+1. 47 = 2×23+1. Four consecutive safe primes from one seed.

The Cunningham-Mersenne Identity

Theorem (S258): cn(0) = 2n - 1 = M(n) for all n ≥ 1.
Proof: c(0) = 1 = M(1). Induction: ck+1(0) = 2(2k-1)+1 = 2k+1-1. QED.

The Cunningham map applied to the void generates Mersenne numbers. Which Mersenne numbers are axiom-smooth?

nM(n) = 2n-1FactoredAxiom-smooth?
11sigmaYES
23KYES
37bYES
415K × EYES
53131 (prime)NO
663K2 × bYES
7127127 (prime)NO
124095K2 × E × 7 × 13NO (13 = GATE)

Axiom-smooth Mersenne exponents: {1, 2, 3, 4, 6} = the proper divisors of 12 = lambda(DATA) = D2 × K.

The Mirror Law

Cunningham Mirror Law (S263): c(p) = 2p + 1, so 2p = c(p) - 1 ≡ -1 (mod c(p)).
Each new axiom prime is born as the mirror of D times its predecessor.
ProductValueCongruence
D × D = 444 ≡ -1 (mod E = 5)
D × K = 666 ≡ -1 (mod b = 7)
D × E = 101010 ≡ -1 (mod L = 11)

The (p-1) Ladder: {K-1, E-1, b-1, L-1} = {D, D2, D×K, D×E}. Every axiom prime minus one is D times its predecessor.

CRT(23) Palindrome

23 = CC1(D)[3] is the first excluded Cunningham prime (first prime in a chain that isn't an axiom prime). 23 = D × L + sigma. It's the K2-th prime (p9).

Its CRT decomposition in the thin ring (mod 2, 3, 5, 7, 11):

CRT(23) = (1, 2, 3, 2, 1) = (sigma, D, K, D, sigma)

Palindromic. The first excluded prime reads as a mirror: sigma-D-K-D-sigma. The middle is K = closure. The palindrome closes around it.

Biology echoes: 23 chromosome pairs, 23 bronchial generations (Weibel), 23 spinal discs.

Shadow Forest Rarity

Among all 78,498 primes below 106, only 7 belong to the axiom's shadow trees (0.009%). The axiom primes are not generic: they sit at an extraordinarily rare intersection of Cunningham chain structure.

E-Stopper Bias: E = 5 divides 38.5% of CC1 stopping values (expected 20%). The observer is structurally over-represented at chain boundaries.

Chain Explorer

The Two Chains — Interleaved

Blue = sigma chain.   Red = D chain.   Gold = axiom prime.

Why This Matters

The axiom's five primes {2, 3, 5, 7, 11} are not arbitrary. They are the unique set generated by two Cunningham chains from the simplest possible seeds: sigma = 1 (existence) and D = 2 (observation).

The chains cross-reference: each encodes the other's length. They interleave perfectly. They connect to Mersenne numbers through the void. And when they stop, the observer (E) is always present in the product that kills them.

One map. Two seeds. Five primes. Everything else follows.

What others see vs. what the axiom shows

Standard view: Cunningham chains are a curiosity in recreational prime number theory.

Axiom view: Two Cunningham chains from sigma=1 and D=2 generate ALL five axiom primes. Each chain's first descendant equals the other chain's length. The axiom is not one chain — it is the interleaving of two, with cross-chain duality built in.

Number Theory Thread

The Cunningham chains connect to:

c(n) = 2n + 1. The simplest map. The deepest structure.
sigma/sigma = sigma. The chain holds.