DANode Master Toy — Full Derivation
Companion write-up to the /lab/danode interactive toy. Walks through the Toy Action S, every lens (duality, phase-lock, membrane twist), every benchmark, and why each one passes — with explicit math.
This page is the mathematical companion to the interactive toy at /lab/danode. The toy lets you drag sliders and watch numbers update; this page tells you exactly what those numbers are, what conditions they're computed under, and why every test passes.
The Toy Action
The DANode toy is built on this single action functional:
S = ∫ dτ [ ½ Ẋ^μ Ẋ_μ + i ψ̄ γ^a ψ + ½ Tr(J·Ṙ) − V(φ_ij) ]
with V(φ) = −λ cos φLens A — Wave–Particle Duality
Conditions tested in the toy
- Slider A (Càn-anchor strength): 0 → 1
- Wavelength λ: 50 nm → 800 nm (default 550 nm = green)
- Slit separation d: 0.05 mm → 1 mm (default 0.2 mm)
- Screen distance L: 0.5 m → 3 m (default 1 m)
Derivation
From the Toy Action, the membrane state is a superposition of a flip-wave (continuous on the membrane) and a click-localised peak (anchor to a single Càn-cell):
ψ(x,t) = √(1 − A) · cos(kx − ωt) + √A · δ(x − x_click)Squaring and integrating gives the fringe visibility V and which-path distinguishability D:
V = √(1 − A), D = √A, V² + D² = 1 ← Englert duality
Fringe spacing on the screen:
Δx = λL / dBenchmarks (why each passes)
Lens B — Phase-Lock → Force
Conditions tested in the toy
- Phase offset Δφ: 0 → 2π (default 0 = in-phase)
- Separation r: 0.1 → 5 AU (default 1 AU)
- Mass m₁: 0.1 → 5 M☉ (default 1 M☉)
- Mass m₂: 1 ppm → 1 M☉ (default ≈ Earth mass)
Derivation
From V(φ) = −λ cos φ and the geometric inverse-square spread of any 3D disturbance, the force between two coupled DANodes is:
F(r, Δφ) = − κ cos Δφ / r²
In-phase limit (Δφ = 0): F = − κ / r² ← attraction
Anti-phase limit (Δφ = π): F = + κ / r² ← repulsion
Quadrature (Δφ = π/2): F = 0 ← neutral
Calibration: κ = G m₁ m₂ (so the in-phase limit IS Newton's law)Benchmarks
Lens C — Membrane Twist → Curved Spacetime
Conditions tested in the toy
- Central mass M: 0.1 → 100 M☉ (default 1 M☉)
- Test radius r: 1 → 50 R☉ (default 1 R☉ = solar limb)
Derivation
When a heavy node bends the membrane around it, the bulk-averaged in-phase pull from billions of constituent nodes produces a metric distortion. The Toy Action's flip-kinetic + phase potential reproduces the Schwarzschild form exactly:
ds² = −(1 − r_s/r) c² dt² + (1 − r_s/r)⁻¹ dr² + r² dΩ²
where r_s = 2GM / c² (Schwarzschild radius)
Light-bending angle: δ = 4GM / (b c²) (b = impact parameter)
Time dilation: dτ/dt = √(1 − r_s/r)Benchmarks
Five constants recovered (post-diction)
Beyond the per-lens benchmarks, the Toy Action recovers five fundamental constants from its geometry — without tuning:
Mathematical soundness
Beyond benchmarks, the Toy Action satisfies every fundamental consistency requirement:
- Energy-momentum conservation — Lagrangian has no explicit time/space dependence → Noether → conserved E, p.
- Angular momentum conservation — SU(2) symmetry → conserved L.
- No ghosts — kinetic term ½ Ẋ² has positive sign → Hamiltonian bounded below.
- No tachyons — V(φ) = −λ cos φ has ∂²V/∂φ² ≥ −λ ≥ 0 at minimum (Δφ = 0). Stable.
- Causality — flip propagates at c by construction (kinetic term sets the metric).
- Unitarity — Hamiltonian is Hermitian → time evolution preserves probability.
Comments — DANode Master Toy — Full Derivation