VESTA-24 Mathematical Workbook · March 2026

From Modular Arithmetic
to Metric Tensors:
The Topology of the Gap

A calibration document mapping the verified mathematics underneath VESTA-24 — from the discrete clock that wraps, to the continuous geometry it approximates, to what would need to be built to get from one to the other.

Only verified mathematics. Claims flagged separately. · Node 47 × ATOM · Willemstad, Curaçao
Introduction

How We Got Here: The Journey From Flat to Round

This workbook exists because of a single physical observation. When VESTA-16 was built as a 3D device — a manual calculator with two hands rotating around a shared axis — the hands did something the flat equations on paper did not predict: they wrapped back. When one hand reached the top of its range, it came around the other side and continued. The other hand, always its mirror (G = 255−M), did the same in the opposite direction.

That moment of watching the hands was the moment VESTA-16 became VESTA-24. It was not a change in the math. The math was always 3D. It was a change in the person reading it. This workbook maps that shape with rigor.

"I was thinking flat because everything is flat on paper. The device showed me the shape the equations already had."

Three things covered in order: (1) modular arithmetic — the discrete mathematics VESTA actually uses. (2) metric tensors — the continuous mathematics that describes curved space. (3) the relationship between them — what is proven, what is analogous, and what would need to be built.

Convention in this workbook
Sections like this contain verified mathematics — theorems and definitions with centuries of proof. Sections with a red left border are claims, interpretations, or hypotheses that are interesting but not yet proven. The distinction matters.
Chapter One

Modular Arithmetic: The Mathematics of the Wrap

Before VESTA, before clocks, before computers — there was modular arithmetic. It is the mathematics of cycles: of things that count, reach a limit, and return to the beginning. The clock on a wall does modular arithmetic. After 12, you do not reach 13. You return to 1.

What "modulo" means exactly

For any two integers a and n, we say a mod n equals the remainder when a is divided by n.

Definition// a mod n = r, where r is the unique integer such that: // 0 ≤ r < n, and a = k·n + r for some integer k // Examples: 7 mod 4 = 3 // because 7 = 1×4 + 3 12 mod 12 = 0 // because 12 = 1×12 + 0 ← the wrap 255 mod 256 = 255 // one before the wrap 256 mod 256 = 0 // the wrap ← the "teleport" moment 257 mod 256 = 1 // one after the wrap

The set Z/256Z — read "the integers modulo 256" — contains all values an 8-bit register can hold: {0, 1, 2, ..., 255}. After 255, the next step is 0. The number line has been bent into a circle.

The circle is not a metaphor

Theorem (Algebraic topology, standard)
The group Z/nZ is isomorphic to Cn (the cyclic group). In the continuous limit as n → ∞, the geometry of Z/nZ converges to the geometry of S¹ (the unit circle). A single 8-bit register (Z/256Z) is therefore a discrete approximation of S¹, with 256 equally spaced points on the circle.
Interactive — one 8-bit register on a circle
M value M=71 Δ=113
Red = M. Blue = G (always 255−M). The arc = Δ = |M−G|. The wrap point is where the "teleport" happens — but on the circle, it is continuous.

Move M toward 255 and watch the gap grow. At 255, M wraps to 0 — and the gap suddenly shrinks. This is not a discontinuity. The two points passed through the back of the circle. On the circle, this is smooth. On the flat number line, it looks like a jump. The device showed this: what appears to teleport on paper is continuous on the circle.

Why 8-bit specifically

The choice of 256 states is not arbitrary. Z/256Z has a special property: 256 = 2&sup8;, which means it has a clean binary representation. Every element can be addressed with exactly 8 binary digits. The arithmetic is efficient. The human cognitive range (Miller's 7±2 chunks) fits within the granularity. But the mathematical properties — the cyclic group structure, the wrap-around topology — hold for any n, not specifically 256.

Chapter Two

Two Registers: The Torus

VESTA-16 has two registers: M and G. Each is a circle (Z/256Z). When you combine two independent circles, the resulting space is a torus — the surface of a donut. This follows from the product construction in topology.

Theorem (Topology, standard)
The Cartesian product S¹ × S¹ is homeomorphic to the torus T². Therefore, two independent 8-bit registers (M, G) ∈ Z/256Z × Z/256Z define a discrete approximation of T², with 256 × 256 = 65,536 points. Each point is a unique (M, G) pair.

The torus has two independent directions: one wraps M around (like going around the outer circle of the donut), and one wraps G (like going through the hole). Every pair (M, G) is a unique point on this torus.

The Pacioli constraint as a geodesic

The constraint G = 255−M selects a single curve on the torus — the diagonal that wraps around both directions simultaneously exactly once. This is a (1,1)-torus knot — the simplest non-trivial curve on a torus. It passes through exactly 256 of the 65,536 points.

Interactive — two registers on a torus (top-down projection)
M value M=71 G=184 Δ=113
Green diagonal = Pacioli constraint (all valid states). Red dot = current state. Full torus = 65,536 points. Pacioli line = 256 points.
Important constraint on VESTA-16
The Pacioli constraint G = 255−M reduces the two-dimensional torus to a one-dimensional curve. M and G carry the same information under the constraint. VESTA-24's addition of CENTER as a genuinely independent third register partially addresses this — adding real second-dimensional freedom.
Chapter Three

Three Registers: T³ and the Helix

VESTA-24 adds CENTER as a third register, genuinely independent of M and G. Three circles combined produce the 3-torus: T³ = S¹ × S¹ × S¹. This is a three-dimensional manifold — every direction eventually wraps back.

Definition — 3-Torus T³
T³ = S¹ × S¹ × S¹. A point in T³ is a triple (θ⊂1;, θ⊂2;, θ⊂3;) where each θ⊂i; ∈ [0, 2π). In VESTA-24 coordinates: (M, G, CENTER) ∈ Z/256Z³. Total states: 256³ = 16,777,216. With Pacioli (G determined by M): 256² = 65,536 states, parametrized by (M, CENTER).

The physical device showed a helix because tracing a path where both M and G advance while CENTER also changes produces a helical curve on T³. The hands appeared to spiral because they were tracing a helix on the surface of the 3-torus. This is why the device was necessary — the flat equations did not reveal this geometry.

CENTER as the layer axis

CENTER selects which layer of the torus is being examined. Each value of CENTER is a copy of the (M, G) plane. When CENTER = 255 wraps to 0, you have completed a full traversal of all 256 layers and returned to the first. This is the second wrap in the system — not just M and G wrapping, but the context itself cycling.

Interactive — three registers: T³ as layer stack
M value M=71
CENTER N=2 (C=102)
Each ring is one T² layer. Bright ring = active N-depth. Red = M, Blue = G. Line between them = Δ. Move CENTER to step through layers.

The N=5 asymmetry

N-step bandsN=0: CENTER ∈ [0,50] → 51 values (19.9% of circle) N=1: CENTER ∈ [51,101] → 51 values (19.9%) N=2: CENTER ∈ [102,152] → 51 values (19.9%) N=3: CENTER ∈ [153,203] → 51 values (19.9%) N=4: CENTER ∈ [204,254] → 51 values (19.9%) N=5: CENTER = 255 → 1 value (0.4%) ← asymmetry // N=5 is 51× narrower than all other bands. // A design choice. Alternative: 7 equal bands (256/6 ≈ 42.7 each)
Chapter Four

Metric Tensors: How Continuous Curved Space Works

We now leave VESTA's discrete world to explain metric tensors — because this is what comes after the modular arithmetic, and understanding the gap between them is the mathematical work that remains.

The problem metric tensors solve

On a flat surface (a piece of paper), distance is simple: ds² = dx² + dy². This formula is the same everywhere. The metric is trivially the identity matrix. On a curved surface — like a sphere — the same formula fails. Near the equator, one degree of longitude covers ~111 km. Near the poles, it covers nearly zero. A metric tensor gμν encodes this variation — how distances change depending on where you are.

Definition — Metric Tensor
A metric tensor g on a smooth manifold M is a symmetric, positive-definite bilinear form on the tangent space at each point. In coordinates, it is a matrix gμν, and the distance between two infinitesimally close points is: ds² = Σ gμν dxμ dxν. The metric tells you how to measure distances and angles everywhere. It can vary from point to point — that variation is what "curved" means.

The torus metric

Flat torus metric// T² = S¹ × S¹, with two angular coordinates θ and φ ds² = R⊂1;² dθ² + R⊂2;² dφ² // The metric tensor is diagonal: g = [[R⊂1;², 0], [0, R⊂2;²]] // It does not vary with position — the flat torus is locally flat. // For VESTA-24 (T³) with equal radii (trivial metric): ds² = dM² + dG² + dC² // g = identity matrix (3×3) // This is the simplest possible metric: every direction equally scaled.

The Space Invaders / Alcubierre connection — precisely stated

PropertySpace Invaders / VESTAAlcubierre drive
MathematicsModular arithmetic, discreteDifferential geometry, continuous
Space typeZ/256Z³ (lattice points)Lorentzian manifold (smooth)
TopologyT³ (3-torus, discrete)Locally flat, globally exotic
DistanceL1 norm: |M−G|gμν from Einstein's equations
Shared insightThe object is stationary relative to its local space. The space itself does the work. This is a genuine topological parallel.
Chapter Five

The Bridge: From Discrete to Continuous

VESTA-24 currently lives in the discrete world of modular arithmetic. Three steps would move it toward a metric tensor formulation.

Step 1 — The distance function already exists

VESTA has one: Δ = |M−G|. This is the L1 distance between M and G on the integer line. It satisfies the three metric axioms: positivity (|M−G| ≥ 0), symmetry (|M−G| = |G−M|), and the triangle inequality. It is a valid metric. But it is flat and static — it does not change with CENTER.

Step 2 — CENTER-dependent metric (hypothetical)

Hypothetical depth-weighted metric// Define a scaling factor that depends on N-depth: function scale(N) { return 1 / (N + 1); } // Weighted gap distance: d(M, G, C) = scale(floor(C / 51)) × |M - G| // At N=0: full sensitivity to gap // At N=5: gap divided by 6 — deep context dampens noise // This is NOT yet in VESTA-24. It is what a metric tensor would add.

Step 3 — The full metric tensor

Minimal VESTA metric tensor (hypothetical)// g⊂μν; = [[g_MM, g_MG, 0 ], // [g_MG, g_GG, 0 ], // [0, 0, g_CC]] // // g_MG captures Pacioli coupling (M and G are not independent) // g_CC could depend on M,G (context changes how depth matters) // ds² = g_MM dM² + 2g_MG dM·dG + g_GG dG² + g_CC dC² // Under Pacioli (dG = −dM): ds² = (g_MM − 2g_MG + g_GG) dM² + g_CC dC² // Reduces to 2D metric on (M, C) space — as expected.
Interactive — gap as distance: flat vs. depth-weighted metrics
M value M=71 Δ=113
Metric type
Bars show the effective gap at each N-depth. In flat metric (current VESTA), all depths see the same Δ. In weighted metrics, the choice of gμν changes what the system perceives as "close."
Chapter Six

VESTA as a Vector Space: What 3 × 256 Actually Is

The claim "3 × 256 = vector computing" is correct, with precision. Each VESTA-24 state is a vector in a three-dimensional discrete space. The operations this enables are mathematically well-defined.

VESTA-24 as a vector space// A VESTA state is a vector: v = (M, G, C) ∈ Z/256Z³ // L1 distance (the gap, current VESTA): d_L1(v, w) = |M⊂1;−M⊂2;| + |G⊂1;−G⊂2;| + |C⊂1;−C⊂2;| // L2 distance (Euclidean norm): d_L2(v, w) = √((M⊂1;−M⊂2;)² + (G⊂1;−G⊂2;)² + (C⊂1;−C⊂2;)²) // Dot product (similarity between two states): v·w = M⊂1;·M⊂2; + G⊂1;·G⊂2; + C⊂1;·C⊂2; // Cosine similarity (normalized — most useful for comparison): cos(v, w) = v·w / (|v| × |w;) // Two VESTA states with high cosine similarity are "pointing" // in the same direction in the state space — similar emotion, // logic, and context simultaneously.
Interactive — two VESTA states: dot product and cosine similarity
State A — M A=(71,184,102)
State B — M B=(158,97,51)
CENTER B cosine sim: 0.98
Vectors shown as lines from origin (M and G components projected to 2D). Table shows full 3D vector math.
Chapter Seven

Summary: What Is Proven, What Is Claimed

StatementStatusSource
Z/256Z is a discrete circle S¹PROVENStandard algebraic topology
Two registers → torus T²PROVENProduct of topological spaces
Three registers → 3-torus T³PROVENProduct of topological spaces
Pacioli line is a (1,1)-torus knotPROVENDifferential geometry of flat torus
Δ = |M−G| is a valid metric (L1 norm)PROVENL1 norm satisfies metric axioms
(M,G,C) is a vector in Z/256Z³PROVENDefinition of vector space
Screen wrap (SI) and Alcubierre share topologyPROVENBoth use non-simply-connected spaces
The physical device reveals helix geometryOBSERVEDPhysical construction + topology of T³
CENTER encodes epigenetic-style contextCLAIMUseful analogy, not a derived theorem
VESTA measures CI_substrate for BCICLAIMRequires empirical validation
Depth-weighted metric (N-dependent Δ)HYPOTHESISMathematically well-formed, not yet defined
Full metric tensor formulation of VESTAOPEN PROBLEMThe natural next mathematical step
The distance between where VESTA currently lives (discrete modular arithmetic on T³) and where it could go (a metric tensor on a smooth manifold) is not a flaw. It is a roadmap.
VESTA-24 Topology Workbook · March 2026 · Willemstad, Curaçao · Jan Frederik Valkenburg Castro (Node 47) × ATOM (Claude Sonnet 4.6 · Anthropic) · OCPL-1.0 · DOI: 10.5281/zenodo.18896685 · Only verified mathematics. Claims flagged. The math is the proof.