Cosmology, Philosophy of Physics, Speculative Physics, Variable Light Speed May 23, 2026 11 min read

No Universal Speed Limit: A Test-Driven Thought Experiment Against Cosmic c

A companion ArcSecs essay arguing that if distant galaxies can separate faster than light under standard cosmology, then “nothing can exceed c” is not a universal architectural law. It is a local rule protected by the language of spacetime.

ARCSECS POSITION PAPER · TDD cosmology · Relational motion · No universal speed limit

In the previous ArcSecs article, A Systems Architecture of the Universe, the central claim was that spacetime may be a mathematical abstraction mistaken for physical reality. This article continues that same systems-architecture argument, but aims it at one of the most protected assumptions in modern physics: the idea that the universe contains an absolute speed limit.

The standard statement is familiar: nothing can travel faster than light in a vacuum. The claim is usually presented as if it were a hard universal law. But when we look at cosmology through a test-driven development mindset, the rule starts to look less like a universal invariant and more like a local implementation constraint.

The ArcSecs claim is not that every object can be locally accelerated to infinite speed. The claim is sharper: there is no proven universe-wide speed limit on the rate at which two distant things can become separated.

The speed-limit sign for the universe may not say c. It may say .

1. The TDD Test: Do Two Objects Ever Separate Faster Than Light?

In software, a theory is not protected because it is elegant. It is protected only if it passes the test suite. If the observed output violates the claimed invariant, the invariant must be questioned.

So the test is simple:

assert(separation_rate(Object_A, Object_B) <= c)

If the universe contains a true universal speed limit, this test should never fail. No matter how large the system becomes, no two physical objects should be able to increase their separation at a rate greater than c.

But standard cosmology already contains a counterexample. Under Hubble-style expansion, recession velocity scales with distance:

v = H × D

That means that at a sufficiently large distance, the recession rate becomes greater than the speed of light. Mainstream cosmology does not deny this mathematical result. It explains it by saying the objects are not locally moving through space faster than light; rather, the space between them is expanding.

ArcSecs reads that as a failing unit test being hidden behind an abstraction layer.

2. The One-Object Universe and the Two-Object Universe

Start with the cleanest possible thought experiment.

Imagine a universe with only one object in it. Is that object moving?

The question has no physical meaning. With no second object, no ruler, no background grid, no reference frame, and no external observer, motion cannot be measured. Motion is not an internal property of the object. It is a relationship.

Now add a second object.

Suddenly, the universe has one physically meaningful measurement: the changing distance between Object A and Object B. They can move toward each other, away from each other, or remain at constant separation. But there is still no external stage called “space” that can be independently inspected. There is only the relation between things.

In that two-object universe, if the distance between A and B increases faster than light would cross the same interval, then the relational state of the universe is simple:

The two things are separating faster than light.

There is no third entity available to rescue the speed limit by saying, “the objects are not moving; the space between them is moving.” In a relational architecture, “space” is not a substance. It is the measured absence between things. If that absence increases faster than c, then the test has failed.

3. The Mainstream Escape Hatch: Space Expands, Objects Do Not Speed

The standard answer is not foolish. It is mathematically sophisticated and internally consistent inside the spacetime framework. It says that special relativity limits local motion through space, not global recession caused by cosmological expansion.

This is why mainstream sources can say, at the same time, that nothing locally outruns light and that sufficiently distant galaxies can have recession velocities greater than light. In the standard interpretation, the recession speed is caused by the changing geometry of the universe, not by galaxies firing engines through space.

ArcSecs does not ignore that answer. ArcSecs rejects the ontology required by that answer.

If spacetime is real, the mainstream defense can compile. But if spacetime is a model layer rather than a physical thing, then the defense becomes circular. It says:

Objects do not exceed the speed limit because the expanding thing between them is exempt from the speed limit.

But what exactly is that expanding thing?

If space is not a physical fabric, then “space itself expands” is not an explanation. It is a phrase. It is a patch. It is a way of preserving the speed-limit doctrine by moving the violation into a category called geometry.

A programmer would call that a leaky abstraction.

4. The Requirement Was Changed After the Test Failed

The universal-speed-limit claim sounds like this:

Nothing can move faster than light.

But when cosmology produces superluminal recession, the claim becomes more complicated:

Nothing can move locally through space faster than light, but the distance between distant things can increase faster than light if the increase is assigned to expanding space rather than object motion.

That may be valid inside general relativity, but it is no longer the same claim. The original rule sounded universal. The defended rule is local, conditional, and dependent on a particular spacetime architecture.

That distinction matters.

Claim TDD Version ArcSecs Result
Nothing can exceed c. assert(any_speed <= c) Fails at cosmological separation.
No object locally passes another object faster than c. assert(local_relative_velocity <= c) May pass as a local rule.
Space can expand so distant separations exceed c. assert(recession_rate_can_exceed_c) Admits the global speed limit is not universal.
Spacetime explains why this is allowed. require(spacetime_is_real) Rejected by the ArcSecs architecture.

The issue is not whether the equations can be made to work. The issue is whether the language has quietly swapped the original invariant for a narrower one.

5. Relativistic Mass Was the Wrong Defense Anyway

Popular explanations often say that an object cannot reach light speed because its mass increases toward infinity. This was taught for a long time, but it is not the clean modern way to describe relativity.

Modern physics generally treats mass as invariant. A moving object does not become a different object with more rest mass. Instead, the relativistic energy and momentum required to keep accelerating it grow according to the structure of the theory.

This matters because the phrase “mass increases with speed” is often used as if it were a mechanical proof of a cosmic speed wall. ArcSecs sees that as another bad abstraction. If the speed limit is defended by outdated classroom language, then that defense should be removed from the architecture.

To be fair, removing “relativistic mass” does not automatically prove faster-than-light travel. It does not magically make special relativity disappear. But it does remove one of the most common popular explanations for why c must be treated as an absolute physical wall.

At minimum, the serious version of the debate must stop saying “mass gets infinite” and start admitting the real issue:

The speed limit is not a simple mass story. It is an assumption built into the chosen spacetime and energy-momentum architecture.

6. Local Bandwidth Is Not the Same as a Universal Speed Limit

A better way to read c may be as a local bandwidth constraint. It may describe the propagation behavior of light, fields, clocks, and interactions under ordinary local conditions. That is very different from saying the entire universe has a global relational speed cap.

In software terms, a local service can have a request limit without the whole distributed system having a universal state-change limit. A local API can impose a bandwidth rule. A network can impose latency. A database can impose transaction order. But none of those local constraints automatically define the maximum rate at which two remote system states can diverge.

Likewise, c may be real and important without being metaphysically universal.

It may be the speed of ordinary electromagnetic propagation. It may be the limiting behavior of local interaction. It may be the clock rate of a physical substrate. But once cosmology admits that distant separations can grow faster than light, the absolute slogan has already been weakened.

The more precise statement would be:

No local signal has yet been shown to transmit usable information faster than light under ordinary tested conditions.

That is a much narrower claim than:

Nothing in the universe can exceed the speed of light.

7. Massive Photons and the Question of What c Really Measures

The previous ArcSecs article argued that light bending near gravity should not automatically be interpreted as proof that massless photons follow curved spacetime. The cleaner TDD instinct is to begin with the observed result: light bends. Then ask what physical architecture would produce that output.

A massive-photon or effectively massive-light model is one possible implementation target. It is not the mainstream model, and it is tightly constrained by experiment. But it is not meaningless. Proca-style massive electrodynamics is a known mathematical framework for exploring what changes if the photon has a nonzero rest mass.

If photons are not perfectly massless, or if light propagation is affected by a deeper physical substrate, then c stops looking like an eternal metaphysical boundary. It becomes a property of a particular propagation regime.

That would reframe the speed-limit debate completely.

Instead of asking why nothing can exceed light, we would ask why light behaves so consistently locally, why deviations are so small, and whether cosmic-scale propagation reveals effects too tiny to detect in laboratory-scale tests.

That is an implementation problem, not a reason to stop asking.

8. The Opposing Theories and the Holes ArcSecs Sees in Them

Opposing theory 1: Special relativity forbids faster-than-light motion.
ArcSecs response: Special relativity is a local framework. It works extremely well for local measurements, but the cosmological speed-limit question is global and relational. Once the debate shifts to distant recession, the standard answer already admits that the simple slogan does not apply cleanly.

Opposing theory 2: General relativity solves the issue with expanding space.
ArcSecs response: That solution requires treating spacetime geometry as the explanatory layer. But ArcSecs rejects literal spacetime as physical hardware. If space is only distance between things, then “space expands” is not a mechanism. It is a redescription of increasing separation.

Opposing theory 3: Infinite energy prevents anything from reaching c.
ArcSecs response: That argument is meaningful only inside the relativistic architecture being questioned. It also gets distorted by the outdated language of relativistic mass. A serious alternative model would need its own energy rules, not inherited slogans from the model under challenge.

Opposing theory 4: Faster-than-light separation cannot transmit information.
ArcSecs response: That may be true, but it is a different claim. A no-communication limit is not the same as a universal relational speed limit. The inability to send a message faster than light does not prove that no two distant objects can increase separation faster than light.

Opposing theory 5: The speed of light is built into causality itself.
ArcSecs response: That is precisely the assumption under review. If causality is implemented through a deeper physical substrate, then c may be an emergent local rule rather than the final foundation of reality.

9. The ArcSecs Refactor: Replace the Global Speed Limit With Local Interaction Limits

The cleaner architecture is not:

The universe has one speed limit, and every exception is explained by spacetime.

The cleaner architecture is:

The universe has local interaction limits, propagation constraints, and measurement rules, but no proven global cap on relational separation.

This preserves what is actually tested. Local light propagation remains highly constrained. Local accelerators still obey their measured dynamics. Local clocks still show rate changes under motion and gravity. But the global slogan is removed.

That is the systems-architecture move: keep the passing tests, delete the overclaimed abstraction.

10. Conclusion: The Build Fails at the Edge Case

The speed-of-light limit is treated as one of the most certain ideas in physics. But in TDD, certainty does not come from authority. It comes from passing the edge cases.

Cosmology is the edge case.

If the universe can contain two distant objects whose separation increases faster than light, then the statement “nothing can exceed light speed” is not universal. It has been narrowed into something more technical: no local object passes another local object faster than light inside the accepted spacetime model.

That may be a useful rule. It may be a powerful rule. But it is not the same as a universal speed limit.

ArcSecs does not accept that a failed global test should be rescued by giving the test harness physical reality.

Space is not a thing. Time is not a substance. Spacetime is not hardware. If two things are separating faster than light, then the simplest relational reading is that the universe permits faster-than-light separation.

The sign at the cosmic highway does not say 299,792,458 m/s.

It says .

Works Cited and Further Reading

  1. Tamara M. Davis and Charles H. Lineweaver, “Expanding Confusion: common misconceptions of cosmological horizons and the superluminal expansion of the Universe.” arXiv:astro-ph/0310808.
  2. Charles H. Lineweaver and Tamara M. Davis, “Misconceptions about the Big Bang.” Scientific American. ScientificAmerican.com.
  3. NASA Hubble, “Cosmological Redshift.” NASA Science.
  4. Sean Carroll, “The Universe Never Expands Faster Than the Speed of Light.” Preposterous Universe.
  5. L.-C. Tu, J. Luo, and G. T. Gillies, “The mass of the photon.” Reports on Progress in Physics. PDF.
  6. L. B. Okun, “The Concept of Mass in the Einstein Year.” arXiv:hep-ph/0602037.

Signal note: ArcSecs essays are speculative cosmology thought experiments. The goal is not to pretend the replacement model is already complete. The goal is to identify where the inherited architecture may be hiding failed tests behind beautiful abstractions.

Leave a Reply

Your email address will not be published. Required fields are marked *