IndisputableMonolith.Astrophysics.ObservabilityLimits
Defines recognition-scale observability limits for stellar systems: coherence volume, flux threshold, and maximum mass set by the recognition length and coherence energy. Astrophysicists cite it when bounding what can be seen or assembled under RS cost constraints. The module packages φ-ladder identities, J-cost weights for mass versus light, and an optimality lemma that the preferred mass-to-light configuration sits on a φ-power ratio.
claimObservability limits from the recognition length $\ell_{\mathrm{rec}}$ and coherence energy $E_{\mathrm{coh}}$: a flux threshold $F_{\mathrm{threshold}}$, coherence volume $V_{\mathrm{coherence}}$, and maximum mass $M_{\max}$. Total recognition cost $J_{\mathrm{total}} = J_{\mathrm{mass}} + J_{\mathrm{light}}$ is minimized on configurations whose mass-to-light ratio is a power of $\varphi$.
background
Recognition Science fixes a fundamental length $\ell_{\mathrm{rec}}$ and time quantum $\tau_0$ (one tick). Coherence energy $E_{\mathrm{coh}}$ and the bit cost $J_{\mathrm{bit}}$ set the scale at which mass storage and photon emission compete. The golden ratio $\varphi$ is identified with Mathlib's goldenRatio, with support lemmas $\varphi^2 = \varphi + 1$ and the fixed-point identity $\varphi = 1 + 1/\varphi$.
Upstream, StellarAssembly treats collapse as recognition-weighted cost differential between photon emission and mass storage. NucleosynthesisTiers places nuclear densities and photon fluxes on discrete $\varphi$-tiers. Cost and PhiBounds supply the J-functional and rigorous interval bounds on $\varphi$.
This module sits between those building blocks and the unified mass-to-light certificate: it turns $\ell_{\mathrm{rec}}$, $E_{\mathrm{coh}}$, and J-weights into concrete observability cutoffs (flux, volume, mass).
proof idea
Definition-heavy module with supporting equalities and one optimality result. Constants and φ-support lemmas pin $\varphi$ and $E_{\mathrm{coh}}$. Flux threshold, coherence volume, and $M_{\max}$ are defined from $\ell_{\mathrm{rec}}$ and energy scales. Separate J-costs for mass and light combine into $J_{\mathrm{total}}$. OptimalConfig packages admissible configurations; the main lemma shows the cost-minimizing mass-to-light ratio is a power of $\varphi$, using the self-similar fixed-point structure of $\varphi$ rather than a long tactic script.
why it matters in Recognition Science
Feeds the Astrophysics aggregator, which lists observability limits from $\lambda_{\mathrm{rec}}$ and $\tau_0$ alongside the three M/L strategies. MassToLight imports it for the unified stellar mass-to-light certificate that removes the last external calibration input. Without these cutoffs, recognition-weighted collapse and $\varphi$-tier nucleosynthesis lack a sharp bound on what configurations remain observable. Ties to the broader RS ladder: $\varphi$ as self-similar fixed point (T6) and J-cost structure from the Recognition Composition Law, applied here to astrophysical mass versus light rather than particle rungs.
scope and limits
- Does not derive numerical M/L values; that is MassToLight's unified certificate.
- Does not prove stellar evolution tracks or full nucleosynthesis networks.
- Does not replace observational selection functions or instrument noise models.
- Does not claim $M_{\max}$ bounds black-hole or galactic scales beyond the stated recognition cutoffs.
- Does not introduce new forcing-chain steps (T0–T8); it applies existing φ and J structure.
used by (2)
depends on (6)
declarations in this module (21)
-
def
J_bit -
theorem
phi_eq_goldenRatio -
def
E_coh -
def
l_rec -
def
F_threshold -
def
V_coherence -
def
M_max -
def
J_mass -
def
J_light -
def
J_total -
structure
OptimalConfig -
theorem
optimal_ratio_is_phi_power -
def
ml_geometric -
theorem
ml_geometric_is_phi -
theorem
ml_geometric_bounds -
theorem
information_balance_gives_phi -
theorem
imf_from_j_minimization -
theorem
agrees_with_stellar_assembly -
theorem
agrees_with_nucleosynthesis -
theorem
ml_from_geometry_only -
theorem
ml_zero_parameter_certificate