pith. machine review for the scientific record. sign in

Explain the Lean structure `AccretionDiskCert` in module `IndisputableMonolith.Astrophysics.AccretionDiskFromJCost`. Write for an educated reader who knows science and programming but may not know Lean. Cover: (1) what the declaration says in plain English, (2) why it matters in Recognition Science, (3) how to read the formal statement, (4) visible dependencies or certificates in the supplied source, and (5) what this declaration does not prove. Cite only declarations present in the supplied Recognition source.

Big AI job. Grok 4.3 reads the canon and writes a Lean-grounded derivation; usually 20 seconds to 2 minutes. Your answer will appear below.
confidence: high in recognition cached

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 = 5
  • transition_threshold : CanonicalCert It is realized by the definition accretionDiskCert that populates the first field from accretionRegimeCount and the second from cert.

(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.

cited recognition theorems

outside recognition

Aspects Recognition does not yet address:

  • Definition or proof of CanonicalCert and the value cert
  • Numerical bounds on the J-cost transition threshold
  • Any physical derivation or observational validation of the regimes

recognition modules consulted

The Recognition library is at github.com/jonwashburn/shape-of-logic. The model is restricted to the supplied Lean source and instructed not to invent theorem names. Treat output as a starting point, not a verified proof.