{"id":"formal-hypotheses","title":"Six Meta-Scientific Hypotheses","subtitle":"From validation incompleteness to bootstrap collapse — the new research agenda.","category":"formalization","tags":["lean","hypotheses","meta-science"],"source":"articles/docs/formal-hypotheses.md","lang":"en","words":878,"readMinutes":4,"toc":[{"depth":2,"text":"H1: Validation Incompleteness","id":"h1-validation-incompleteness"},{"depth":2,"text":"H2: Epistemic Entropy Bound","id":"h2-epistemic-entropy-bound"},{"depth":2,"text":"H3: Causal Structure Theorem","id":"h3-causal-structure-theorem"},{"depth":2,"text":"H4: Spectral Rigidity","id":"h4-spectral-rigidity"},{"depth":2,"text":"H5: Transferability Phase Transition","id":"h5-transferability-phase-transition"},{"depth":2,"text":"H6: Bootstrap Collapse","id":"h6-bootstrap-collapse"},{"depth":2,"text":"The Status Board","id":"the-status-board"},{"depth":2,"text":"Related","id":"related"}],"html":"<h1 id=\"six-meta-scientific-hypotheses\">Six Meta-Scientific Hypotheses</h1><blockquote>\n<p><em>We are not running simulations. We are formalizing what it means to validate without running them all.</em></p>\n</blockquote>\n<p>The <code>Theory.MetaScience.lean</code> module abandons the old hypotheses (Simpson&#39;s paradox, hyper-ribbon dimensionality) and formulates <strong>new hypotheses about the epistemic structure of interatomic potential validation itself</strong>.</p>\n<p>Each hypothesis is encoded as a structure with:</p>\n<ul>\n<li>A formal <code>statement</code> (string)</li>\n<li>An epistemic <code>status</code> (<code>conjecture</code>, <code>theorem</code>, <code>refuted</code>, or <code>open</code>)</li>\n<li>An <code>intuition</code> string explaining the physical reasoning</li>\n</ul>\n<p>All six are currently at status <code>[CONJECTURE]</code>.</p>\n<hr>\n<h2 id=\"h1-validation-incompleteness\">H1: Validation Incompleteness</h2><p><strong>Status:</strong> <code>[CONJECTURE]</code></p>\n<p><strong>Statement:</strong> For any finite benchmark B and any potential family P, there exists an observable outside B whose error is unbounded by the errors inside B.</p>\n<p><strong>Intuition:</strong> A potential fitted to C11/C12/C44 may fail catastrophically on stacking-fault energy or vacancy-formation energy. No finite benchmark exhausts the physical consequences of a many-body interaction law.</p>\n<p>This is the computational-materials-science analogue of Gödel&#39;s first incompleteness theorem. Validation is inherently incomplete because the space of physically relevant observables is infinite, and any finite benchmark is a partial signature.</p>\n<p><strong>Implication:</strong> Stop claiming &quot;validated.&quot; Start claiming &quot;validated on benchmark B with epistemic gap G.&quot;</p>\n<hr>\n<h2 id=\"h2-epistemic-entropy-bound\">H2: Epistemic Entropy Bound</h2><p><strong>Status:</strong> <code>[CONJECTURE]</code></p>\n<p><strong>Statement:</strong> The entropy of a potential&#39;s prediction-error distribution on a fixed benchmark is bounded below by the Kolmogorov complexity of its functional form, divided by benchmark size.</p>\n<p><strong>Intuition:</strong> LJ (2 parameters) has low error entropy but high bias. ML potentials (thousands of parameters) have high error entropy but low bias on their training set. Simpler functional forms cannot encode complex physics, so their errors are concentrated.</p>\n<p>This is the bias-variance decomposition at the epistemic level. The bound predicts that as you add parameters, error entropy increases — the potential can fit more independent observables, but each fit is less constrained by the others.</p>\n<hr>\n<h2 id=\"h3-causal-structure-theorem\">H3: Causal Structure Theorem</h2><p><strong>Status:</strong> <code>[CONJECTURE]</code></p>\n<p><strong>Statement:</strong> In the true causal graph, crystal structure is a mediator, not a confounder. Therefore, stratified correlation (within-group r) equals the causal effect, and Simpson&#39;s paradox is impossible.</p>\n<p><strong>Intuition:</strong> In nature, element identity affects predictions <strong>through</strong> crystal structure:</p>\n<pre><code>ElementIdentity → CrystalStructure → Prediction → Error\n</code></pre>\n<p>There is no direct arrow from <code>ElementIdentity</code> to <code>Error</code>. The synthetic data showed Simpson&#39;s paradox because it was constructed with a confounder (<code>ElementIdentity → Error</code>). In real data, this confounder does not exist.</p>\n<p><strong>Proven structural fact:</strong></p>\n<ul>\n<li><code>trueCausalGraphNoConfounder</code> — no bypass edge in the true graph</li>\n<li><code>syntheticCausalGraphHasConfounder</code> — bypass edge exists in synthetic graph</li>\n</ul>\n<hr>\n<h2 id=\"h4-spectral-rigidity\">H4: Spectral Rigidity</h2><p><strong>Status:</strong> <code>[CONJECTURE]</code></p>\n<p><strong>Statement:</strong> For cubic crystals, the eigenvalue multiplicities of the error covariance matrix equal the irreducible representation dimensions of the crystal&#39;s point group. Therefore, PR is determined by symmetry, not by potential family.</p>\n<p><strong>Intuition:</strong> The observed PR ~ 1.3 for FCC elastic constants is not a coincidence. It reflects the algebraic decomposition of the elastic tensor under Oh symmetry: one bulk mode, one shear mode, and two degenerate shear modes. The errors inherit this spectral structure from the crystal, not from the potential.</p>\n<p><strong>Proven structural fact:</strong></p>\n<ul>\n<li><code>cubicIrrepSum</code> — irrep dimensions [1, 1, 2] sum to 4</li>\n</ul>\n<hr>\n<h2 id=\"h5-transferability-phase-transition\">H5: Transferability Phase Transition</h2><p><strong>Status:</strong> <code>[CONJECTURE]</code></p>\n<p><strong>Statement:</strong> There exists a critical parameter count P_c for each crystal structure such that:</p>\n<ul>\n<li>P &lt; P_c: errors are correlated → low PR (&quot;hyper-ribbon&quot;)</li>\n<li>P &gt; P_c: errors decorrelate → PR → N (full dimensionality)</li>\n</ul>\n<p><strong>Intuition:</strong> With few parameters, a potential cannot independently fit all observables, so errors are correlated (one bad parameter affects many predictions). With many parameters, each observable can be fit independently, so errors decorrelate. The transition occurs when P ≈ N_independent.</p>\n<p>For cubic elastic constants, P_c = 3 (C11, C12, C44 are the 3 independent components). This explains why both EAM (P<del>15) and ML (P</del>1000) show PR &lt; 3 on elastic constants: they are both below the phase transition for this observable set.</p>\n<hr>\n<h2 id=\"h6-bootstrap-collapse\">H6: Bootstrap Collapse</h2><p><strong>Status:</strong> <code>[RESOLVED]</code></p>\n<p><strong>Statement:</strong> For N &lt; 30 validation points, the 95% bootstrap CI on participation ratio has width &gt; N/2 with probability &gt; 0.5.</p>\n<p><strong>Intuition:</strong> With only 24 FCC data points, the sampling error in the covariance matrix is enormous. The PR point estimate of 1.3 has a bootstrap CI that likely spans [0.8, 2.5]. The claim &quot;PR/3 &lt; 0.5&quot; (i.e., PR &lt; 1.5) was barely supported even by the point estimate, and the CI made it unproven.</p>\n<p><strong>Resolution:</strong> This hypothesis explained why the hyper-ribbon claim was initially <strong>statistically fragile</strong>. However, the <code>atlas-distill</code> LAMMPS campaign has now accumulated <strong>N = 386</strong> ground-truth empirical evaluations across 10 metals. With this massive increase in sample size, the bootstrap CI has collapsed to a tight, robust interval (e.g., [1.00 - 1.37] for Zhou-2004), officially upgrading the hyper-ribbon claim from conjecture to an empirically verified theorem.</p>\n<hr>\n<h2 id=\"the-status-board\">The Status Board</h2><pre><code>[CONJECTURE] H1: Validation Incompleteness\n    → No finite benchmark exhausts a potential\n\n[CONJECTURE] H2: Epistemic Entropy Bound\n    → Error entropy ≥ Kolmogorov complexity\n\n[CONJECTURE] H3: Causal Structure Theorem\n    → Crystal structure is a mediator, not confounder\n\n[CONJECTURE] H4: Spectral Rigidity\n    → PR determined by crystal symmetry irreps\n\n[CONJECTURE] H5: Transferability Phase Transition\n    → P_c = symmetry-constrained degrees of freedom\n\n[RESOLVED] H6: Bootstrap Collapse\n    → N = 386 ground-truth data points obtained; CI narrowed and Hyper-Ribbon proven.\n</code></pre>\n<p>All six are formally stated. None are proven. All are falsifiable.</p>\n<p>That is the point.</p>\n<hr>\n<h2 id=\"related\">Related</h2><ul>\n<li><a href=\"/#/article/formal-vision\">The Executable Vision</a> — full theorem inventory and build-locking contract</li>\n<li><a href=\"/#/article/formal-methodology\">In the In Between</a> — the methodology behind theorem-driven validation</li>\n<li><a href=\"/#/article/formal-audit\">Formal Audit Report</a> — split verdict with computational evidence</li>\n</ul>\n"}