Preprint

The Functional Proximity Law: Hub Centrality Preservation in Multilayer Networks Across Domains

Abstract

We propose and empirically test the Functional Proximity Law: in any multilayer network, degree-centrality hub scores correlate more strongly between layers encoding functionally similar relationships than between layers encoding dissimilar ones. This holds across domains, independently of network size, layer definition, or data origin. We test the law across 23 independent domains spanning biology, engineering, linguistics, physics, neuroscience, and social science. 16 domains confirm the law. 7 are denied — each denial receives a distinct, named mechanistic explanation (resolution mismatch, institutional operating model, adversarial construction). All hypotheses are pre-registered via SHA-256 hash + UTC timestamp before each experiment run, proving predictions preceded results. All experiments are reproducible with IRDME, a zero-external-dependency pure Python 3 tool.

Confirmed Domains (16)

Domainnr similarr dissim.p
CPU Block Design10+0.6217−0.64900.030
Cytokine Cascade Network18+0.5122−0.4082
East African Savanna Food Web (v1)15+0.4262−0.12130.116
East African Savanna Food Web (v2)15+0.5586−0.06470.034
English Lexical Network20+0.2759−0.74770.241
European City Road Network10
Full Periodic Table of Elements118
Global Internet AS Topology18+0.5160−0.26710.026
Global Supply Chain14
Human Brain Connectome16+0.7029+0.17800.004
IRDME Codebase (v1.1)14+0.9411−0.30370.283
Linux Kernel Architecture (v6.x)30+0.7028−0.14520.002
p53 DNA Damage Response15
p53 Network — 4-Layer15+0.9276+0.73210.012
p53 Network — STRING v1215+0.9729−0.16130.643
Social Trust Network15

p = two-tailed permutation test (200 shuffles, seed=42). — = not stored or not applicable. CONFIRMED = r(similar) > r(dissimilar), pre-registered.

Boundary Conditions — Denied Domains (7)

Denied results are discoveries, not failures. Each reveals a named constraint on the law.

2008 Financial Crisis
Derivatives and equity are both market-trading layers (investment banks); credit is a lending layer. Proximity axis = institutional operating model, not contract semantics.
4-Layer Organization Network
Hub identity differs across layers by design — authority hierarchy (reports_to) vs informal advice networks are structurally inverted.
Adversarial PTM Network
Network was constructed adversarially to violate the law — a stress test confirming the law has testable boundaries.
Global Semiconductor Industry
Market competition and patent cross-licensing are both strategic layers (r=0.61); supply chain is an operational layer. Resolution mismatch: strategic vs operational proximity.
IRDME Codebase (structural_coupling)
Structural coupling and scale proximity layers are both degenerate (r=0.0) — a measurement artifact, not a law violation.
Mathematical Concept Network
Formal containment (atomic DAG) vs proof usage (holistic cross-cutting) — layer resolution mismatch.
Psychiatric Symptom Network
DSM co-occurrence mirrors treatment categories more than mechanistic cascade — epidemiological surface vs causal deep.

Methodology

For each multilayer graph G = (V, E₁…Eₖ), degree centrality d_i(v) is computed per layer i and item v. Pearson r is computed between d_i and d_j for all layer pairs. Spearman r is used as a robustness check (introduced v4.4, all confirmed domains show sign agreement). A permutation test shuffles item labels 200 times to generate an empirical p-value.

Layer pairs are classified as similar or dissimilar a priori, before running experiments, via pre-registration. Pre-registration uses SHA-256[:16] hashes of hypothesis statements + UTC timestamps, stored as sidecar files alongside every experiment JSON. This creates a public log of predictions with git timestamps — a history and audit trail, not a cryptographic proof against private prior analysis.

CONFIRMED = r(similar) > r(dissimilar). This is the directional test. Statistical significance (p < 0.05) is achieved in 6 of 16 confirmed domains; the remaining 10 confirm the directional law without reaching significance, consistent with small-n designs (n = 9–118).

Pre-registration & Reproducibility

All experiment files include SHA-256-hashed, UTC-timestamped hypothesis statements committed before each run. To reproduce: python main.py <experiment.json> output.json. Pre-registration repository (experiment files + hashes): github.com/vladi160/the-beginning. The IRDME engine itself is closed-source; the pre-registration record and all experiment configs are public.