198theorem native_very_not_codata : alphaG_codata < row_alphaG_pred := by
proof body
Tactic-mode proof.
199 have h1 := alphaG_pred_lower 200 have h0 : alphaG_codata < (1e9 : ℝ) := by 201 unfold alphaG_codata; norm_num 202 linarith [h0, h1] 203 204/-! 205## Falsifier (one line) 206 207A CODATA-consistent dimensionless `α_G` in SI and the RS-native 208`G m_e^2 / (ℏ c)` written with `electron_structural_mass` cannot be the same 209real number: matching experiment requires the explicit SI mass bridge, not 210identification of the raw coherence-mass value with the kilogram number. 211-/ 212
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.