1. Deep Review of the Current Page Goal and audience Goal: public-facing scientific web page with technical depth. Target audience: scientifically literate readers, graduate students, physicists, astronomers, and technical reviewers. The current page argues that BeeTheory starts from a single wave-field postulate, validates a Yukawa-like interaction form at molecular scale, scales that interaction to galactic geometry, and then predicts galaxy rotation velocities for 159 SPARC galaxies without per-galaxy dark-matter halo fitting. The embedded data array does contain 159 galaxy entries, and the headline statistics are internally consistent: 128/159 galaxies within ±20%, median absolute error 10.4%, four galaxies above 50% error, and log–log Pearson correlation ≈ 0.9655. Externally, SPARC is indeed a major benchmark database: it contains 175 late-type galaxies with Spitzer 3.6 μm photometry and high-quality H I/Hα rotation curves, designed for testing galaxy mass models. What the page does well 1. It presents a clear causal structure The strongest part of the page is the feed-forward chain: ρ bar ​ →ρ dark ​ →M dark ​ (50%)=4, median(∣ϵ∣)=10.4%, r logV ​ ≈0.9655. So the chart’s central numerical claims are internally reproducible from the data included in the page. What needs correction or tightening Issue 1 — “Blind prediction” is too strong as currently written The page says the model is blind, but it also states that two gas-geometry parameters, w c ​ =0.678,f f ​ =6.09, were fitted on the full 159-galaxy sample. That means the result is not fully blind in the strict statistical sense. It is better described as: A globally calibrated, zero-per-galaxy-parameter prediction. That is still scientifically meaningful, but it is weaker than a true blind prediction. A stricter test would freeze all global parameters on a training subset and evaluate on a held-out subset, or better, on an external catalogue. Issue 2 — The origin of K 0 ​ is inconsistent One section says: K 0 ​ =0.3759,c disk ​ =3.17,c sph ​ =0.41 are frozen from Milky Way calibration. Another table says K 0 ​ was determined from a SPARC 20-galaxy Q=1 fit. That must be corrected. There are three possible clean versions: Milky Way-only calibration: all three constants come from the Milky Way. Hybrid calibration: c disk ​ and c sph ​ come from the Milky Way, while K 0 ​ comes from a SPARC quality subset. SPARC calibration: all constants are fitted on a SPARC subset. The page should state exactly which one is true. Issue 3 — The molecular-to-galactic scaling is a hypothesis, not a derivation yet The page claims that the hydrogen molecular result fixes the functional form: D 2 (1+αD)e −αD ​ . Then it replaces the microscopic scale a 0 ​ with a galactic coherence scale: ℓ i ​ =c i ​ R i ​ . That is the conceptual bridge of the model. But as written, the page does not yet prove this bridge from first principles. It introduces a scale-transition rule. That rule may be useful, but it should be described as a scaling hypothesis or renormalized coherence ansatz, unless a full derivation is supplied. A stronger wording would be: BeeTheory assumes that the same kernel form survives coarse-graining, while its coherence length renormalizes from the microscopic orbital scale to the macroscopic source-geometry scale. Issue 4 — The H₂ validation needs a stronger standard The page says that with fitted constants, the H₂ bond length, dissociation energy, and vibrational frequency are reproduced very accurately. That is interesting, but it is not yet enough to claim a fundamental derivation unless the page shows: κ, α eff ​ are independently determined, not simply fitted to molecular observables. H₂ spectroscopic constants are very well measured, and any alternative molecular model must be benchmarked against quantum chemistry, not only against three numbers. NIST provides experimental molecular data for H₂, including spectroscopic constants used as benchmarks. Issue 5 — The disk gravity approximation must be clarified The page writes: V bar ​ (R)= R GM bar ​ (galactic disk is not spherical. For a thin exponential disk, the circular velocity should be computed from the disk potential, not merely from enclosed spherical mass. SPARC itself provides Newtonian mass models including disk and gas contributions, so the rigorous implementation should either use the SPARC rotation components directly or explicitly justify the spherical approximation. Issue 6 — The spiral-arm claim is overstated The page says Newtonian gravity sees zero net effect from spiral arms because the azimuthal average vanishes. That is too strong. A better statement is: In an axisymmetric rotation-curve average, the first-order azimuthal contribution of an ideal sinusoidal spiral perturbation can average to zero. However, real spiral arms can still produce local non-circular motions, torques, and higher-order effects. BeeTheory predicts an additional nonlinear field contribution from arm concentration, which should be tested against residual velocity fields. Issue 7 — Pearson correlation is not enough The reported log–log Pearson coefficient, r≈0.966, looks impressive, but it is not a sufficient validation statistic. Galaxy velocities span a wide dynamic range, so many reasonable baryonic or halo-based models will produce high log–log correlations. The page should also report: ΔlogV=log 10 ​ ( V f ​ V BT ​ ​ ), RMS scatter in dex, median absolute percentage error, residuals versus galaxy properties, uncertainty-weighted χ 2 , and comparison against baselines such as BTFR, RAR/MOND-like fits, and standard halo fits. The BTFR and RAR are especially relevant because SPARC already shows very tight empirical baryon–rotation relations. The radial acceleration relation reports a strong correlation between observed acceleration and the acceleration predicted by baryons, and BTFR studies using SPARC find very small scatter when the flat rotation velocity is used. 2. Proposed Verification Protocol Verification goal The verification should answer four questions: Reproducibility: Can an independent researcher reproduce the 159-galaxy numbers from the stated inputs and code? Non-circularity: Does V f obs ​ enter only after the prediction is complete? Predictive power: Does the model work on held-out galaxies, not only on the calibration sample? Physical consistency: Does the same framework remain compatible with molecular physics, disk dynamics, Milky Way data, lensing, and cosmology? Tier 0 — Internal arithmetic check This is already possible from the page. Confirmed from the embedded data Quantity Page claim Internal check Number of galaxy entries 159 159 Within ±20% 128/159 128/159 20–50% error 27/159 27/159 >50% error 4/159 4/159 Median absolute error 10.4% 10.4% Pearson r, log–log 0.966 ≈0.9655 The four >50% outliers in the embedded data are: Galaxy V f ​ obs. V BT ​ pred. Error KK98-251 17.0 31.1 +82.9% DDO064 26.0 44.2 +70.1% ESO444-G084 27.0 44.8 +66.0% NGC3741 51.0 77.4 +51.7% These are all verifiable from the supplied page. Not yet verifiable from the page alone The page claims that the Q=1 subsample gives 36/40 within ±20%, but the embedded JavaScript array does not include Q flags. That claim requires either the SPARC quality labels or a separate data table. Tier 1 — Reproducibility package A serious verification should provide a repository with: /data sparc_raw/ sparc_processed/ milky_way_calibration/ /src kernel.py geometry.py gas_model.py velocity_prediction.py statistics.py /notebooks 00_data_manifest.ipynb 01_milky_way_calibration.ipynb 02_sparc_predictions.ipynb 03_residual_analysis.ipynb /results predictions_159.csv residuals.csv figures/ The repository should include: exact SPARC files used; explanation of why 159 galaxies were selected from the 175-galaxy SPARC catalogue; all constants and their provenance; units for every variable; code that regenerates the table and plot; a hash of the frozen input data; a single command such as: python reproduce.py –config configs/beetheory_v3.yaml Tier 2 — Non-circularity audit The model should be represented as a dependency graph. Allowed dependencies: R d ​ , Σ(R), M HI ​ , T, D galaxy ​ , i→ρ bar ​ →ρ dark ​ →V BT ​ . Forbidden dependency: V f obs ​ →ρ dark ​ orV f obs ​ →K i ​ per galaxy. Audit rule During prediction generation, the code should not load the observed flat velocity column. The observed velocity file should be joined only after the prediction file is written. A clean pipeline would be: Step A: input photometry/gas/morphology only Step B: compute BeeTheory prediction Step C: write predictions_159.csv Step D: load observed velocities Step E: compute residuals This would make the feed-forward claim objectively testable. Tier 3 — Statistical validation 3.1 Train/test split Because w c ​ and f f ​ are fitted on the 159-galaxy sample, the current result is not fully blind. The minimum next test is: Split the 159 galaxies into 80% training and 20% test. Fit w c ​ and f f ​ only on training. Freeze them. Predict the test set. Repeat with 100 random splits. Report: median(∣ϵ test ​ ∣), RMS(ΔlogV test ​ ), P(∣ϵ∣<20%). 3.2 K-fold cross-validation Use 5-fold or 10-fold cross-validation. The output should be a distribution, not a single number. Example acceptance criterion: median folds ​ (∣ϵ∣)≤12%, P(∣ϵ∣<20%)≥75%, with no strong residual trend versus gas fraction, surface brightness, inclination, distance, or Hubble type. 3.3 External validation The strongest validation would use galaxies not involved in any parameter choice. BIG-SPARC is relevant here because it is being developed as a much larger, more homogeneous database, expected to increase the SPARC-scale sample by more than a factor of 20. A strong test would be: Calibrate on SPARC→predict BIG-SPARC subset→compare to baselines. Tier 4 — Baseline comparison BeeTheory should not be judged only by “within 20%.” It should be compared against: Simple BTFR predictor M bar ​ =AV f β ​ . RAR/MOND-like predictor The RAR is a known tight empirical relation between observed acceleration and baryonic acceleration in rotationally supported galaxies. NFW or Einasto halo models with priors Empirical baryon-only scaling models SPARC Newtonian baryonic rotation components The key question is not only: Does BeeTheory work? The key question is: Does BeeTheory work better, with fewer assumptions, on data not used for calibration? Tier 5 — Physics consistency checks Molecular scale The H₂ section must demonstrate whether κ and α eff ​ are independently predicted or fitted. A fair test would compare BeeTheory against the H₂ potential-energy curve over many bond lengths, not only three observables. Galactic scale The model should predict full rotation curves: V(R j ​ ) at every measured SPARC radius, not only V f ​ or V(5R d ​ ). Milky Way The model should be tested against Gaia DR3-based Milky Way rotation data. Recent Gaia DR3 studies compare ΛCDM, MOND, and relativistic approaches and find non-baryonic or non-Newtonian contributions becoming important beyond roughly 10–15 kpc; another Gaia DR3-based study reports a significant decline in the Milky Way rotation curve beyond approximately 15 kpc. Lensing and clusters Any gravity model that replaces or geometrizes dark matter must eventually address: gravitational lensing; galaxy clusters; Bullet Cluster-like systems; cosmic microwave background constraints; structure formation. The current page is about galaxy rotation curves only. That should be stated clearly. 3. Rewritten Page in English SEO package SEO title: BeeTheory and Galaxy Rotation: What It Means Meta description: BeeTheory predicts galaxy rotation from baryonic matter using a wave-based gravity kernel. Here is what the result means and how to verify it. Slug: /beetheory-galaxy-rotation-meaning Primary keyword: BeeTheory galaxy rotation Secondary keywords: wave-based gravity, SPARC galaxies, dark matter alternative, baryonic Tully-Fisher relation, rotation curves, gravitational kernel BeeTheory and Galaxy Rotation: What It Means TL;DR BeeTheory proposes that matter generates a wave-based gravitational field whose effective influence depends on source geometry. In the current galaxy test, the model uses observed baryonic matter — stars, gas, bulges, disks, and spiral structure — to compute an additional dark-like density field. It then predicts circular velocities for 159 SPARC galaxies without fitting a separate dark-matter halo for each galaxy. The embedded result is notable: 128 out of 159 galaxies fall within ±20% of the observed flat rotation velocity, with a median absolute error of 10.4%. But the claim should be stated carefully. Because two gas-geometry parameters are calibrated on the same 159-galaxy sample, the result is not yet a fully blind external prediction. The next step is independent verification: freeze the parameters, reproduce the pipeline, and test the model on held-out or new galaxies. 1. The central idea BeeTheory begins from a simple physical intuition: Matter does not merely sit in space and attract other matter through a static law. It emits or sustains a wave-like field, and the accumulated structure of that field contributes to gravitational behavior. In the page’s formulation, each mass element contributes a kernel of the form: K(D)= D 2 (1+αD)e −αD ​ , where: D is the distance between source and field point; α=1/ℓ; ℓ is an effective coherence length. At microscopic scale, the page connects this form to the hydrogen 1s orbital and the H₂ molecule. At galactic scale, the same kernel form is used, but the coherence length is no longer atomic. It is tied to the size and geometry of the source: ℓ i ​ =c i ​ R i ​ . This is the key BeeTheory bridge: the same wave-kernel shape is preserved, while its effective scale changes with the organized geometry of matter. 2. What is being predicted? The target is the circular velocity of disk galaxies. In ordinary Newtonian modeling, visible matter alone often predicts a rotation curve that declines too rapidly. Observed galaxy rotation curves usually remain flatter than expected. This is one of the classic motivations for dark matter. BeeTheory approaches the problem differently. Instead of adding a fitted dark-matter halo, it computes a dark-like density field from the observed baryonic distribution: ρ dark ​ (r)= i ∑ ​ R i ​ K 0 ​ ​ ∫ρ i ​ (r ′ ) D 2 (1+α i ​ D)e −α i ​ D ​ dV i ′ ​ , with: D=∣r−r ′ ∣. The index i runs over galactic components such as: thin stellar disk; thick stellar disk; gas disk or ring; bulge; spiral-arm excess. The circular velocity is then computed from the baryonic and BeeTheory dark-like contributions: V c ​ (R)= V bar 2 ​ (R)+ R GM dark ​ (applies BeeTheory to 159 galaxies from this context and reports: 128/159=81% within ±20% of the observed flat velocity, median absolute error=10.4%, and r logV ​ ≈0.966. Those numbers are internally consistent with the embedded dataset in the page. 4. What the result means If the result holds under independent verification, it would mean that galaxy rotation curves contain more information about baryonic geometry than standard halo-fitting language usually emphasizes. More specifically, it would suggest that: The missing gravitational component is not arbitrary. It may be computable from the luminous and gaseous matter distribution. Geometry matters. A disk, a bulge, and a gas ring would not generate the same field merely because they have the same mass. Their spatial organization would determine the effective coherence length. Dark-matter-like behavior could emerge from baryonic wave structure. BeeTheory would not need a separately fitted halo for each galaxy. Instead, it would produce a dark-like field as a functional of baryonic matter: ρ dark ​ =F[ρ bar ​ ]. The baryon–rotation connection would become dynamical, not merely empirical. Observed relations such as the baryonic Tully-Fisher relation and the radial acceleration relation already show a tight link between baryons and rotation. BeeTheory attempts to explain that link using a wave-kernel mechanism rather than treating it as an empirical regularity. 5. What the result does not yet prove The current page should not claim that BeeTheory has already replaced dark matter. It supports a more careful statement: BeeTheory provides a promising feed-forward galaxy-rotation model whose embedded 159-galaxy test is numerically consistent, but whose strongest claims require independent reproduction, parameter freezing, and external validation. The current result does not yet prove: that the molecular-to-galactic scaling is fundamental; that the same framework explains gravitational lensing; that galaxy clusters are explained; that cosmological structure formation is explained; that the model beats all standard baselines on held-out data; that dark matter is unnecessary in every astrophysical context. Those are future tests. 6. The difference between fitting and prediction A model becomes circular when it uses the answer to construct the answer. For example, if a model observes a galaxy’s rotation curve and then tunes a halo profile to reproduce it, the resulting halo is not a blind prediction. It is a fit. BeeTheory aims to do something stricter: photometry + gas + geometry→dark-like field→predicted velocity→comparison with observation. That is the correct direction. However, the current page also states that two gas-geometry parameters are calibrated on the 159-galaxy sample. That means the result is not fully blind. The right phrase is: globally calibrated prediction with zero per-galaxy free halo parameters. That is still valuable. It simply needs to be described accurately. 7. A clean verification test The next BeeTheory validation should be performed as follows. Step 1 — Freeze the model Before looking at the test galaxies, publish: K 0 ​ ,c disk ​ ,c sph ​ ,c arm ​ ,w c ​ ,f f ​ , and all morphology rules. Step 2 — Hide the observed velocities The prediction code should receive only: surface-brightness profiles; gas masses; scale radii; morphology; distances and inclinations where needed. It should not receive V f obs ​ . Step 3 — Generate predictions For each galaxy, compute: ρ dark ​ (r), M dark ​ (model is not yet a full gravity theory. BeeTheory must also predict lensing maps. Clusters and cosmology The framework must eventually confront galaxy clusters, the cosmic microwave background, structure formation, and large-scale gravitational statistics. Glossary Baryonic matter Ordinary matter made of protons, neutrons, and electrons: stars, gas, dust, and stellar remnants. Rotation curve A plot of orbital velocity versus radius in a galaxy. Flat velocity V f ​ The approximately constant velocity measured in the outer part of many disk galaxies. SPARC A database of nearby disk galaxies with Spitzer photometry and high-quality rotation curves. Yukawa-like kernel A force or field profile containing an exponential decay term, often written in forms involving e −αD . Coherence length In this page, the characteristic scale over which the BeeTheory wave-field contribution remains organized. BTFR The baryonic Tully-Fisher relation, an empirical relation between baryonic mass and rotation velocity. RAR The radial acceleration relation, an empirical relation between observed acceleration and baryonic acceleration in disk galaxies. Accessibility notes Use descriptive chart labels: “Predicted velocity versus observed velocity for 159 galaxies.” Avoid color-only interpretation: label within-20%, 20–50%, and >50% groups directly. Add alt text for the scatter plot: “Log–log scatter plot comparing BeeTheory predicted galaxy velocity with observed SPARC flat velocity.” Keep equations optional on mobile: provide a plain-language explanation immediately after each equation. Use “globally calibrated prediction” instead of “blind prediction” unless the test is performed on a held-out dataset. FAQ Does BeeTheory prove that dark matter does not exist? No. The current result is a galaxy-rotation test. It suggests that BeeTheory may reproduce many galaxy velocities without per-galaxy dark halos, but it does not yet address all evidence normally attributed to dark matter, such as gravitational lensing, clusters, and cosmology. Is the current 159-galaxy result blind? Not strictly. The page states that two gas-geometry parameters were fitted on the same 159-galaxy sample. The result is better described as a globally calibrated prediction with zero per-galaxy halo parameters. Why is SPARC important? SPARC provides high-quality photometry and rotation curves for nearby disk galaxies, making it a standard benchmark for testing mass models and alternatives to dark matter. What is the strongest next test? Freeze every parameter, hide the observed velocities, predict a held-out galaxy sample, and publish the full code and residuals. What would make BeeTheory convincing? Independent reproduction, strong held-out performance, full rotation-curve prediction, successful lensing predictions, and consistency with Milky Way, cluster, and cosmological constraints. Further reading Lelli, McGaugh & Schombert — SPARC mass models for 175 disk galaxies. SPARC public database. McGaugh, Lelli & Schombert — radial acceleration relation. Lelli et al. — baryonic Tully-Fisher relation using SPARC. Beordo, Crosta & Lattanzi — Gaia DR3 Milky Way rotation-curve comparison. Haubner et al. — BIG-SPARC, the next larger database.