Perturbation Theory of the Tension Medium — Part II: The First Assault on V(d)
1. Route B: Gravity Between Fall Lines — Exact, and Zero
Part I identified the medium as a cloud of radial fall lines and reduced the fate of the acoustic peaks to one function: V(d), the sideways force between two neighboring lines. This note computes it by the two routes presently computable and maps the third. Route B (gravity, exact): the deep medium’s active mass vanishes identically — the tension cancels the weight, the cosmic-string theorem — so smooth parallel fall lines exert no mutual force whatsoever. Route C (wave-laden lines): wiggles would make lines attract, but the same single-booking commitment that saved the energy budget switches this off — and in doing so acquires its sharpest form yet: at depth, temperature is the period of the medium’s state, not a stored energy — a form audited here against every existing measurement and found untested rather than contradicted. Verdict of the assault: within all machinery this framework currently owns, V(d) = 0; the bundle is silent; the drum does not sound. Both zeros are load-bearing (they are the medium’s stability and the budget’s consistency), one computable door remains (the frame field’s own non-abelian self-coupling — Part III), and the table of active mass yielded an unplanned curiosity: the medium’s lateral gravity is nonzero precisely in the band z ≈ 1–20, peaking near z ≈ 6 — the observed epoch of structure formation. Every symbol introduced before use.
How hard does a medium pull sideways? Not by its energy density alone: in relativity, pressures pull too, and tensions anti-pull. The lateral pull is set by the active (Tolman) mass, ρ_active = ρ + p_r + p_θ + p_φ. For the deep medium’s signature (ρ, −ρ, 0, 0) this is ρ − ρ + 0 + 0 = zero, identically — the celebrated property of cosmic strings (Vilenkin): a straight string bends space (a deficit angle) but attracts nothing. Two smooth parallel fall lines therefore feel no gravitational force at any separation: V_grav(d) = 0, exact. This zero is not a disappointment to be engineered away — it is why the medium is stable, dark, and smooth; the constitution’s virtues and its silence are the same fact.
2Route C: Wave-Laden Lines, and the Commitment’s Sharpest Form
3Route A: the Engine — Mapped, Not Yet Computable
The entropic force between two lines is the ledger line δQ = T·dS priced on the strip of seal between them. It awaits the fiber pixel rule of the Allgemeine Feldtheorie’s Section 11 — the same missing piece that guards α. One lock, two treasures behind it.
4Verdict, and Part III
Within all machinery this framework currently owns, V(d) = 0: the bundle is silent, and the drum does not sound. Three campaigns have now asked the sky’s question of three different mechanisms — cavity resonance, marginal patterns, bundle rigidity — and the framework has answered no three times, each time for a reason that doubles as one of its own virtues. What remains is the one interaction not yet computed because it is not gravitational at all: the fall lines are threads of the quaternion frame field, and that field self-couples — the non-abelian sector of the frame equations, the same term that makes gravity gravitate and colour confine. Part III must evaluate that self-coupling for two parallel threads. It is the last computable door; behind it is either the drum, at last — or the honest end of the static model’s claim on the peaks, delivered by its own field equations.
References
A. Vilenkin, Phys. Rev. D 23, 852 (1981) — strings do not attract; P. S. Letelier (1979); R. C. Tolman (1934) — active mass; and the documents of this series (Part I; the campaign chronicle; the Allgemeine Feldtheorie, caveat (xi) and §11; script: vofd.py). (Citations from memory; the literature-verification pass applies.)
5Verification
The companion scripts, with their recorded output. Each script's docstring states what it establishes and what it does not; the Source tab shows the file itself, unedited.
vofd.py — vofd
=== ROUTE B: gravitational V(d) between fall lines — EXACT === The lateral gravitational pull of any medium is set by its ACTIVE (Tolman) mass: rho_active = rho + p_r + p_th + p_ph (pressures pull too; tension anti-pulls) kr z rho_active/rho 0.3 0.3 -0.2806 0.7 1.0 0.0242 1.0 1.7 0.2130 2.0 6.4 0.2985 3.0 19.1 0.1068 5.0 147.4 0.0059 7.0 1095.6 0.0002 Deep medium: active mass -> 0 IDENTICALLY (tension cancels weight: the cosmic-string theorem, Vilenkin 1981). Parallel smooth fall lines exert NO mutual force: V_grav(d)=0. Near field: active mass NEGATIVE (-0.28 at kr=0.3) — the non-collapsing core, as booked. === ROUTE C: wave-laden lines (wiggle gravity) === Waves on a string add active mass ~ 2*mu*eps (eps = wave-energy fraction): wavy lines ATTRACT. If the bath's aT^4 were string-wave energy, eps at the wall = the old 1e4 — clumping catastrophe returns through the side door. CONSISTENCY FORCES THE SHARP FORM OF SINGLE-BOOKING: at depth, temperature is the KMS PERIOD of the medium's state, not a stored aT^4 energy. Audit vs data: FIRAS measures the spectrum ARRIVING HERE (ok); T(z)=T0(1+z) measures excitation temperatures = periods (ok); NO experiment measures remote energy density directly. The commitment survives, sharpened — and it switches thermal clumping OFF: V_wiggle(d) ~ 0 under the same principle that saved the budget. === ROUTE A: the engine (entropic force between lines) === Requires the entropy functional of the strip of seal between two lines — the fiber pixel rule of AFT Sec. 11. NOT YET COMPUTABLE without Part III machinery. Open, honest. === VERDICT OF THE FIRST ASSAULT === Two of three routes now answer exactly ZERO, and both zeros are LOAD-BEARING: route B's zero is why the medium is stable and dark; route C's zero is the single- booking commitment itself. Within all machinery this framework currently owns, V(d) = 0: the bundle is silent, and the drum does not sound. What remains: the quaternion field's own short-range self-coupling (non-gravitational, from the frame equations' non-abelian sector) — Part III, the last computable door.
import numpy as np
print("=== ROUTE B: gravitational V(d) between fall lines — EXACT ===")
print("The lateral gravitational pull of any medium is set by its ACTIVE (Tolman) mass:")
print(" rho_active = rho + p_r + p_th + p_ph (pressures pull too; tension anti-pulls)")
print(f"{'kr':>5s} {'z':>7s} {'rho_active/rho':>15s}")
for u in [0.3,0.7,1.0,2.0,3.0,5.0,7.0]:
G00=(3*u**2-6*u-np.exp(2*u)+1)/u**2
G11=(3*u**2-4*u-np.exp(2*u)+1)/u**2
G22=3*(u-1)/u
rho=-G00; act=(rho+G11+2*G22)/rho
print(f"{u:5.1f} {np.exp(u)-1:7.1f} {act:15.4f}")
print("Deep medium: active mass -> 0 IDENTICALLY (tension cancels weight: the cosmic-string")
print("theorem, Vilenkin 1981). Parallel smooth fall lines exert NO mutual force: V_grav(d)=0.")
print("Near field: active mass NEGATIVE (-0.28 at kr=0.3) — the non-collapsing core, as booked.")
print()
print("=== ROUTE C: wave-laden lines (wiggle gravity) ===")
print("Waves on a string add active mass ~ 2*mu*eps (eps = wave-energy fraction): wavy lines")
print("ATTRACT. If the bath's aT^4 were string-wave energy, eps at the wall = the old 1e4 —")
print("clumping catastrophe returns through the side door. CONSISTENCY FORCES THE SHARP FORM")
print("OF SINGLE-BOOKING: at depth, temperature is the KMS PERIOD of the medium's state, not")
print("a stored aT^4 energy. Audit vs data: FIRAS measures the spectrum ARRIVING HERE (ok);")
print("T(z)=T0(1+z) measures excitation temperatures = periods (ok); NO experiment measures")
print("remote energy density directly. The commitment survives, sharpened — and it switches")
print("thermal clumping OFF: V_wiggle(d) ~ 0 under the same principle that saved the budget.")
print()
print("=== ROUTE A: the engine (entropic force between lines) ===")
print("Requires the entropy functional of the strip of seal between two lines — the fiber")
print("pixel rule of AFT Sec. 11. NOT YET COMPUTABLE without Part III machinery. Open, honest.")
print()
print("=== VERDICT OF THE FIRST ASSAULT ===")
print("Two of three routes now answer exactly ZERO, and both zeros are LOAD-BEARING:")
print("route B's zero is why the medium is stable and dark; route C's zero is the single-")
print("booking commitment itself. Within all machinery this framework currently owns,")
print("V(d) = 0: the bundle is silent, and the drum does not sound. What remains: the")
print("quaternion field's own short-range self-coupling (non-gravitational, from the frame")
print("equations' non-abelian sector) — Part III, the last computable door.")