cmb_span_configDim
plain-language theorem explainer
The declaration establishes that the five CMB observables form a set of cardinality five, aligning them with the recognition parameter space dimension. Cosmologists applying Recognition Science to CMB data would cite this to equate observable count with configDim. The proof is a direct one-line reduction to the decidable cardinality of the finite inductive type.
Claim. The set of CMB observables has cardinality five: $|T, n_s, r, Omega_b, Omega_Lambda| = 5$.
background
The module treats CMB temperature via Recognition Science, identifying five canonical observables (temperature, spectral index, tensor-scalar ratio, baryon density, dark energy) that span the five-dimensional recognition parameter space. The inductive definition CMBObservable enumerates exactly these five cases and derives Fintype, DecidableEq, and related instances. The upstream theorem cmbObservableCount computes the cardinality directly via the decide tactic on this finite type.
proof idea
One-line wrapper that applies the upstream cardinality theorem cmbObservableCount.
why it matters
The result confirms that the five observables match the configuration dimension stated in the module, supporting the structural link between T_CMB and universe age through phi powers. It sits within the CMB temperature derivation from RS and aligns with the broader forcing chain where configDim appears as five for this observable set. No open questions are flagged in the supplied material.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.