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.
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.
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.
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.
For any two integers a and n, we say a mod n equals the remainder when a is divided by n.
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.
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.
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.
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.
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 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.
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.
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 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.
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.
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.
| Property | Space Invaders / VESTA | Alcubierre drive |
|---|---|---|
| Mathematics | Modular arithmetic, discrete | Differential geometry, continuous |
| Space type | Z/256Z³ (lattice points) | Lorentzian manifold (smooth) |
| Topology | T³ (3-torus, discrete) | Locally flat, globally exotic |
| Distance | L1 norm: |M−G| | gμν from Einstein's equations |
| Shared insight | The object is stationary relative to its local space. The space itself does the work. This is a genuine topological parallel. | |
VESTA-24 currently lives in the discrete world of modular arithmetic. Three steps would move it toward a metric tensor formulation.
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.
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.
| Statement | Status | Source |
|---|---|---|
| Z/256Z is a discrete circle S¹ | PROVEN | Standard algebraic topology |
| Two registers → torus T² | PROVEN | Product of topological spaces |
| Three registers → 3-torus T³ | PROVEN | Product of topological spaces |
| Pacioli line is a (1,1)-torus knot | PROVEN | Differential geometry of flat torus |
| Δ = |M−G| is a valid metric (L1 norm) | PROVEN | L1 norm satisfies metric axioms |
| (M,G,C) is a vector in Z/256Z³ | PROVEN | Definition of vector space |
| Screen wrap (SI) and Alcubierre share topology | PROVEN | Both use non-simply-connected spaces |
| The physical device reveals helix geometry | OBSERVED | Physical construction + topology of T³ |
| CENTER encodes epigenetic-style context | CLAIM | Useful analogy, not a derived theorem |
| VESTA measures CI_substrate for BCI | CLAIM | Requires empirical validation |
| Depth-weighted metric (N-dependent Δ) | HYPOTHESIS | Mathematically well-formed, not yet defined |
| Full metric tensor formulation of VESTA | OPEN PROBLEM | The natural next mathematical step |