The Photon Is Invisible in Its Own Domain: Hub Shadow in the Standard Model
The photon is the second most connected particle in the force-coupling layer of the Standard Model — and has exactly zero connections in the decay-channel layer. The first pre-registered IRDME experiment in particle physics: 5/5 hypotheses confirmed. W boson is the universal decay hub. Photon is the first physics domain hub shadow.
A particle that interacts with everything but decays to nothing
The photon couples electromagnetically to every charged particle in the Standard Model. In the force-coupling layer of a multilayer graph of the 17 fundamental particles, the photon ranks 3rd by degree — connecting to all six quarks, all three charged leptons, the W boson, and itself through gauge self-interaction. By force-coupling topology, the photon is nearly a universal hub.
In the decay-channel layer, the photon has degree zero.
No particle in the Standard Model decays primarily to a photon as a tree-level product through a renormalizable vertex. Photons are massless, stable, and absent from the dominant decay products of any unstable particle. They are invisible in the layer that describes what particles become.
This is the photon hub shadow — the first confirmed hub shadow in a physics domain.
The experiment
- d1 — force_coupling: particles connected by shared QFT interaction vertices (QCD, QED, weak charged current, weak neutral current, Higgs Yukawa)
- d2 — decay_channel: particles co-appearing in dominant tree-level decay products (top→Wb, W→lν, Z→ff̄, H→bb̄/WW/ZZ/ττ)
- d3 — mass_proximity: particles within approximately one order of magnitude in mass (grouping the SM mass hierarchy: massless, sub-eV neutrinos, light fermions, GeV cluster, electroweak scale)
M_PHYSICS_1 was the first pre-registered IRDME experiment applied to particle physics. The dataset: 17 fundamental particles (6 quarks, 6 leptons, 4 gauge bosons, 1 Higgs) modeled as a multilayer graph with three layers:
Pre-registered before any analysis. Hash 00294a59, commit 191f64a, May 25, 2026.
Result: 5/5 hypotheses confirmed
h1 — FPL directional inequality: r(force_coupling ↔ decay_channel) = 0.569 (p = 0.010) > r(force_coupling ↔ mass_proximity) = 0.501 (p = 0.030).
Particles that share gauge interaction vertices (force coupling) agree more strongly in their decay topology than in their mass-scale grouping. The causal layer (d1→d2) dominates over the phenomenological similarity layer (d1→d3).
h2 — W boson is #1 hub in force_coupling: W boson degree = 15. It connects to all 12 fermions (via charged-current weak interaction), the Z boson (via WW→ZZ electroweak vertex), the photon (WWγ coupling), and the Higgs (WWH vertex). ✅
h3 — W boson is #1 hub in decay_channel: W boson degree = 14. Every unstable fermion decays through the W — the top quark (t→Wb), the bottom quark (b→cW), the strange quark (s→uW), the muon (μ→eνν via W propagator), the tau lepton (τ→eνν, μνν via W). The W itself decays to all lepton-neutrino pairs and light quark pairs. ✅
h4 — r(force_coupling ↔ decay_channel) > 0.35 and positive: Observed r = 0.569 >> 0.35. ✅
h5 — Z boson is in top-2 of decay_channel: Z boson degree = 12, ranked #2 behind the W boson. The Z decays to all fermion-antifermion pairs and contributes to H→ZZ*. ✅
The unexpected finding: kinematic mass thresholds
- The strongest layer-pair correlation was not the one predicted by the FPL:
- r(decay_channel ↔ mass_proximity) = 0.604 (p = 0.006) — strongest pair
- r(force_coupling ↔ decay_channel) = 0.569
- r(force_coupling ↔ mass_proximity) = 0.501
Mass proximity predicts decay-channel structure even more strongly than force coupling does.
This has a clean physical explanation. In the Standard Model, a particle can only decay to products lighter than itself — this is a hard kinematic constraint from energy-momentum conservation. The W and Z bosons are both at the electroweak scale (~80–91 GeV) and both have high decay-channel degree because they can decay to essentially all lighter fermions. The Higgs (125 GeV) and top quark (173 GeV) are at the top of the mass hierarchy and co-appear heavily in decay products with the EW-scale gauge bosons. Neutrinos cluster together in the sub-eV regime with similar (minimal) decay connectivity.
Mass scale creates a structural ordering in decay topology that is partially independent of gauge coupling. The gauge coupling layer (force_coupling) tells you why interactions happen. The mass hierarchy tells you which decays are kinematically accessible. Both encode different aspects of the same Lagrangian.
This is the law working correctly: all three layers are structurally aligned, but for different physical reasons. The FPL inequality still holds (d1↔d2 > d1↔d3), confirming the pre-registered prediction.
Why the photon hub shadow exists
The photon couples to all charged particles. It is structurally central in the force-coupling layer because electromagnetic interactions are universal across all charged matter.
But the photon is massless. It cannot be the decay product of any massive particle without violating four-momentum conservation in a two-body decay (you need at least two photons, e.g. H→γγ, but this is a loop-level process, not a tree-level decay, and is not included in the dominant decay channels). Massless gauge bosons are kinematically forbidden from appearing as single-particle dominant decay products.
This creates a structural split: the photon is central in the topology of how particles interact but absent from the topology of what particles become. Gauge universality and kinematic accessibility point in opposite directions for massless particles. The photon hub shadow is not a coincidence — it is a theorem of gauge symmetry and special relativity working simultaneously.
What hub shadows reveal in other domains
In software systems, hub shadows appear when a module is the most imported file (high force-coupling degree) but rarely changes together with the modules that import it (low co-change degree). This identifies architectural anchors — foundational abstractions so stable that their importers never need to change them together. They look important in the import graph but are invisible in the change-coupling graph.
In the p53 protein regulatory network, hub shadows identify proteins that appear in the declared interaction database as connectivity hubs but are not differentially co-expressed under stress conditions — potential data artifacts or context-specific activators.
In the Standard Model, the photon hub shadow identifies a fundamentally stable entity: a massless particle that organizes interactions without participating in decay dynamics. It is the structural signature of gauge symmetry itself — the most elementary, stable, non-decaying mediator sits at the center of force topology and at the edge of decay topology.
Running the experiment
The dataset (sm_particles.json, 17 nodes, 3 layers) is available on irdme.com/datasets. The pre-registration record is public: github.com/vladi160/preregistrations.
To replicate:
npx irdme law sm_particles.json
npx irdme hubs sm_particles.json
npx irdme null sm_particles.json --samples 500
The pre-registration hash 00294a59 covers the five hypothesis statements. Anyone can verify that the predictions were committed to the public repository before the analysis was run.