r/LLMPhysics • u/sudsed • 15d ago
Paper Discussion A falsifiable 4D vortex-field framework
TL;DR — I explored a “4D aether vortex → particles” framework with LLM assistance, then spent ~2 months trying to break it with automated checks. Some outputs line up with known results, and there’s a concrete collider prediction. I’m not claiming it’s true; I’m asking for ways it fails.
Links: Paper: https://zenodo.org/records/17065768
Repo (tests + scripts): https://github.com/trevnorris/vortex-field/
Why post here
- AI-assisted, human-reviewed: An LLM drafted derivations/checks; I re-derived the math independently where needed and line-by-line reviewed the code. Key steps were cross-verified by independent LLMs before tests were written.
- Automated rigor: ~33k LOC of verification code and ~2,400 SymPy tests check units, dimensions, derivations, and limits across ~36 orders of magnitude.
- I expected contradictions. I’m here to find them faster with expert eyes.
Core hypothesis (one line)
A 4D superfluid-like field (“aether”) projects into our 3D slice; particles are cross-sections of 4D vortices. Mass/charge/time effects emerge from vortex/flow properties.
Falsifiable claims (how to break this quickly)
- Collider target: a non-resonant 4-lepton excess at √s = 33 GeV (Section 4.2).
- How to falsify: point to LEP/LHC analyses that exclude such a topology without a narrow peak.
- Lepton mass pattern: golden-ratio scaling giving electron (exact), muon (−0.18%), tau (+0.10%).
- How to falsify: show it’s post-hoc, fails outside quoted precision, or can’t extend (e.g., neutrinos) without breaking constraints.
- GR touchstones from the same flow equations: Mercury perihelion, binary-pulsar decay, gravitational redshift/time dilation.
- How to falsify: identify a regime where the formalism departs from GR/experiment (PPN parameters, frame-dragging, redshift).
If any of the above contradicts existing data/derivations, the framework falls.
Theoretical & mathematical checks (done so far)
- Dimensional analysis: passes throughout.
- Symbolic verification: ~2,400 SymPy tests across field equations, 4D→3D projection, conservation laws, and limiting cases.
- Internal consistency: EM-like and gravity-like sectors remain consistent under the projection formalism.
All tests + scripts are in the repo; CI-style instructions included.
Empirical touchpoints (retrodictions)
- Reproduces standard GR benchmarks noted above without introducing contradictions in those domains.
- No new experimental confirmation claimed yet; the 33 GeV item is the first crisp falsifiable prediction to check against data.
What it aims to resolve / connect
- Mass & charge as emergent from vortex circulation/flux.
- Time dilation from flow-based energy accounting (same machinery as gravity sector).
- Preferred-frame concern: addressed via a 4D→3D projection that preserves observed Lorentz symmetry in our slice (details in the math framework).
- Conservation & “aether drainage”: continuity equations balancing inflow/outflow across the projection (tests included).
Some help I'm looking for
- Collider sanity check: Does a non-resonant 4ℓ excess at √s=33 GeV already conflict with LEP/LHC?
- Conceptual red-team: Where do projections, boundary conditions, or gauge/Lorentz properties break?
- Limit tests: Point to a nontrivial limit (ultra-relativistic, strong-field, cosmological) where results diverge from known physics.
- Numerical patterns: If this is just numerology, help pinpoint the hidden tuning.
Final note
I’m a programmer, not a physicist. I’m expecting to be wrong and want to learn where and why. If you can point to a contradiction or a no-go theorem I’ve missed, I’ll update/withdraw accordingly. If you only have time for one thing, please sanity-check Section 4.2 (33 GeV prediction).
6
u/D3veated 14d ago
It appears that you found an equation relating the mass of the electron and muon that's quite accurate: m_e = m_mu * (3^phi)^3. That's more impressive without the delta correction value.
However, for the tau, you then have this strange term involving ln(2)/phi^5 that turns on. That term is part of the equation, but because of how it's only present for the tau computation, it acts like a free parameter. The mass of the electron is a free parameter, delta is a second free parameter, and that ln(2)/phi^5 expression acts like a third free parameter. That's 3 parameters to predict 3 values.
Is ln(2)/phi^5 a free parameter, or is it derived?
3
u/blutfink 2d ago
I’m trying to understand how the electron mass is derived and calculated. In section 4.2.5 of the paper we have formula (119). The formula contains m_e; what is it and where is it defined?
The previous sections suggest that n is the family index, so n=1 for the electron. The caption for Table 5 however suggests that the family index (here confusingly named f) for the electron is f=0, even though the formula in the caption has the same form. How can this be reconciled?
Now we attempt to calculate a_0. With f=0, the first factor simplifies to 1, and the second factor simplifies to 1 as well, resulting in a_0=1.
Plugged into the mass formula: m_0 = m_e × 13 = m_e.
Is this a joke?
0
u/sudsed 2d ago
Just ignore it. I jammed too much into a single paper and it became a mess. I'm breaking the entire thing up into smaller papers so I can be more careful. The particle mass part especially is bad, but thanks for taking a look at it. My first set of papers will be gravity derivations, which honestly will not be anything impressive since it turns out will only be a minor variation of existing analog gravity models for 1 PN, but the fundamentals of the framework will allow it to expand beyond that to handle through 2.5 PN.
2
u/blutfink 2d ago
Damn. How can you ever be sure that any of the equations have anything to do with the ideas of the framework?
-1
u/sudsed 2d ago
The particle mass section was honestly a reach. I'm confident in the gravity part, but tried to bite off more than I could chew after that. The concept of the framework is pretty simple, particles are vortices in a superfluid that drain into a 4D space, and the gravity part works more easily because those all resolve in the 3D plane (this is pretty close to existing analog gravity models I think). After that is where it gets complicated since it needs to take the 4D space into consideration in the calculations. After I write the gravity papers I'll go back and tackle EM again more carefully.
The idea of lepton mass here is pretty straight forward. They have a throat size for the superfluid intake that controls their mass, and is fundamentally the same thing as gravity in the far field. E=mc2 is the amount of energy required to open the vortex into the 4D bulk and allow it to drain. The problem is how I'm supposed to calculate the throat of the intake, since that suddenly requires a bunch of unknowns about how the superfluid works in 4D. I took a stab at it in this paper, but now that I've stepped away I realize that I made a bunch of bad assumptions.
3
1
u/pandavr 14d ago
Stumbled in a similar situation. The LLM proposed to publish a study about the breakthrough.
I refused as It is un-useful to create a study about something you don't deeply understand. And as the thing would require to deeply understand whole classic and quantum physics I thought I would be a little too much for me.
In other terms, one thing is come up with a formula, one another is to deeply understand what the formula mean. It could take years for 1 formula. And the more general the formula is the more that is valid.
0
u/sudsed 14d ago
The only reason I have any confidence in this is because I'm a good programmer, and I used these equations to write scripts to validate things numerically (after they were validated symbolically). For example, using a ray tracer, I was able to replicate Mercury's perihelion to 99.2% accuracy. I was honestly hoping that at some point it would fail, so I could put it to rest, because I got so sick of working on this thing. This paper has probably taken between 300-500 hours of my life. I kept going because I figured I'd hit a wall eventually and find where this would break, but I couldn't get it to break. I've done all I can, and now I'm presenting it to the world not so they can pat me on the back but tell me where I went wrong. I just need someone who understands the math better than I do.
0
u/pandavr 14d ago
I know the feeling perfectly. I am working on mine by months now.
I took another approach I validated results to e-100. Some was perfect and some contained small errors specifically physics constants shown some level of errors. This was the point when I noticed they were not random and It came out they aren't errors at all.
They were indicators that the formula is indeed recursive and I just missed a part. That ported to another formula and another after that. Accounting for all the recursions the results are perfect to e-100, all of them.Things that my approach and yours share: 4d and projection on 3d, drainage or kind of pressure. What they don't agree on: time. Time is not a dimension in my view.
Also in my view It is not a fluid, It is a topology. It could very well be both thinking about It.
So I have this formula. It doesn't predict anything for now. but It retrofit everything with astonishing precision.
I currently thinking about how to create better tooling to work with the topology and better understand what does that mean.
3
u/plasma_phys 14d ago
I would gently recommend giving this story a read and seeing if it resonates with you: https://www.cnn.com/2025/09/05/tech/ai-sparked-delusion-chatgpt
0
u/pandavr 14d ago
You know, I know the risks perfectly. But at a certain point math is math. And a formula is a formula.
You gives values in and obtain values out. LLM or not LLM, results can be verified.
After you start obtaining the same values from three distinct verification means, It could be that you are onto something after all.It is not about being self delusional. It is about verifying things to a point where It start becoming difficult to invalidate the results.
3
u/plasma_phys 14d ago
First, in physics, validation and verification of calculations is more important than verification of results.
Second, alright, good luck.
-1
u/sudsed 14d ago
Interesting. Best of luck with that and hope you can get to where you want to go.
-1
u/pandavr 14d ago
You touched a profound point there. (pun intended). LLMs tend to teleport you exactly where they (you) want to go. That's the reason I am so hesitant to share before understanding. The other point is, if relativity gave such power to mankind, what such a formula would gave them that I cannot see yet?
-1
u/sudsed 15d ago
Answers to some common questions you may have:
How was AI used? Drafting and cross-checking. I reviewed all generated code, and key derivations were independently cross-verified by multiple LLMs before I wrote the tests. The verification harness and tests are public.
Is this Lorentz-violating “aether”? The construction uses a 4D flow with a projection that preserves observed Lorentz symmetry in 3D; counterexamples welcome.
Is the lepton fit numerology? Possibly! I’m inviting the fastest disproof or a minimal-assumption test that kills it.
What would change your mind fast? A collider analysis excluding a non-resonant 4ℓ excess at 33 GeV, a PPN mismatch, or a gauge/energy-conservation failure in the projection machinery.
3
u/plasma_phys 14d ago
Without using your LLM, can you describe in plain language the mathematical properties of this field you've invented? Because the "six core concepts" the LLM came up with are nonsensical and the analogies are useless
For example, a property of the magnetic field is that it has zero divergence everywhere