IndisputableMonolith.Constants.ExternalAnchors
Central registry of SI and CODATA numerical anchors (c, ħ, e, k_B, N_A, G, α) used only for external calibration and comparison. Downstream quarantine and cosmology modules import it so measured values never enter pure RS derivations. The module is pure definitions plus a documentation marker type; no theorems are proved here.
claimFixed external constants in SI units: speed of light $c$, reduced Planck constant $\hbar$, elementary charge $e$, Boltzmann constant $k_B$, Avogadro number $N_A$, Newtonian $G$ (with uncertainty), and CODATA fine-structure value $\alpha$ (with uncertainty and $\alpha^{-1}$). An $\mathrm{ExternalAnchor}$ marker tags any definition that depends on these measured inputs.
background
Recognition Science works in RS-native units where $c = 1$, $\hbar = \varphi^{-5}$, and $G = \varphi^5/\pi$, with $\alpha^{-1}$ predicted inside a narrow band near 137.03. Experimental comparison still requires the conventional SI/CODATA numbers. This module isolates those numbers so that pure derivation modules never see them.
The sibling definitions are plain Float/ℝ literals for $c$, $\hbar$, $h$, $e$, $k_B$, $N_A$, $G$ (plus $G$ uncertainty), and the CODATA $\alpha$ triple. ExternalAnchorMarker is a documentation-only type: it does not change computation, but flags calibration dependence for auditors.
Import graph is deliberately one-way. Alpha Genesis M1–M3 stay blind to CODATA; only quarantined comparison modules and selected cosmology/physics tracks pull these anchors.
proof idea
This is a definition module: no proofs, no sorry, no hypotheses. It declares SI/CODATA numeric constants and the ExternalAnchorMarker type. Downstream modules import the values when they need a measured comparison target.
why it matters in Recognition Science
Keeps measured constants out of the forcing chain and mass-ladder core while still enabling decisive external checks. Feeds the quarantined Alpha Genesis modules MeasurementVerdict and ResidualTarget (the only Alpha Genesis sites allowed to see CODATA). Cosmology modules OmegaLambdaDerivation, PhaseSaturationVacuum, and VacuumFluctuationStructural use $\alpha$ when stating $\Omega_\Lambda = 11/16 - \alpha/\pi$ against the observed dark-energy band. NeutrinoSector, PhaseTransitions, and AlphaCorrectionAnalysis likewise import anchors for scale or residual comparisons. Without this isolation layer, CODATA would leak into the pure RS derivation path.
scope and limits
- Does not derive or justify any SI/CODATA value from RS axioms.
- Does not prove numerical agreement between RS predictions and experiment.
- Does not export theorems; only constants and a marker type.
- Does not belong in the forward Alpha Genesis derivation (M1–M3 stay blind).
- Does not fix unit conventions beyond recording the external numbers.
used by (10)
-
IndisputableMonolith.Constants.AlphaGenesis.MeasurementVerdict -
IndisputableMonolith.Constants.AlphaGenesis.ResidualTarget -
IndisputableMonolith.Cosmology.OmegaLambdaDerivation -
IndisputableMonolith.Cosmology.PhaseSaturationVacuum -
IndisputableMonolith.Cosmology.VacuumFluctuationStructural -
IndisputableMonolith.Physics.NeutrinoSector -
IndisputableMonolith.Thermodynamics.PhaseTransitions -
IndisputableMonolith.Verification.AlphaCorrectionAnalysis -
IndisputableMonolith.Verification.AlphaResolutionPass2 -
IndisputableMonolith.Verification.Exclusivity.Observables
declarations in this module (36)
-
abbrev
ExternalAnchorMarker -
def
c_SI -
def
hbar_SI -
def
h_SI -
def
e_SI -
def
kB_SI -
def
NA_SI -
def
G_SI -
def
G_SI_uncertainty -
def
alpha_CODATA -
def
alpha_CODATA_uncertainty -
def
alpha_inv_CODATA -
def
alpha_inv_CODATA_uncertainty -
structure
AlphaInvBounds -
def
alpha_inv_bounds -
def
electron_mass_kg -
def
electron_mass_MeV -
def
muon_mass_MeV -
def
proton_mass_MeV -
def
electron_muon_ratio_CODATA -
def
electron_muon_ratio_uncertainty -
def
proton_electron_ratio_CODATA -
def
proton_electron_ratio_uncertainty -
structure
MassRatioBounds -
def
mass_ratio_bounds -
structure
EmpiricalAnchors -
def
empiricalAnchors -
def
withinSigma -
def
within3Sigma -
lemma
c_SI_pos -
lemma
hbar_SI_pos -
lemma
G_SI_pos -
lemma
alpha_inv_CODATA_pos -
lemma
electron_mass_MeV_pos -
lemma
muon_mass_MeV_pos -
lemma
proton_mass_MeV_pos