AccretionDiskCert in IndisputableMonolith.Astrophysics.AccretionDiskFromJCost
(1) In plain English, AccretionDiskCert is a record that bundles two claims: an accretion disk has exactly five regimes, and it includes a transition threshold supplied by a CanonicalCert.
(2) In Recognition Science this matters because the structure supplies a theorem-grade certificate that the five-regime taxonomy and the J-cost-derived transition threshold are formally consistent with the recognition-cost framework, without introducing free parameters.
(3) The formal statement is a Lean structure with two fields:
five_regimes : Fintype.card AccretionRegime = 5transition_threshold : CanonicalCertIt is realized by the definitionaccretionDiskCertthat populates the first field from accretionRegimeCount and the second fromcert.
(4) Visible dependencies in the supplied source are the inductive type AccretionRegime (five constructors: subEddingtonThin, thick, slim, photonTrapped, superCritical) and the theorem accretionRegimeCount proved by decide. The module also references CanonicalCert and cert via the import of Common.CanonicalJBand.
(5) The declaration does not prove the numerical interval J(φ) ∈ (0.11, 0.13), the physical validity of the regimes, or any empirical match to observations; it only certifies the structural count and the presence of the threshold certificate.