Encyclopedia Astrophysics Astrophysics Accretion Disk From Jcost Accretion Disk Cert
ARTICLE 2 claims 1 theorem 1 hypothesis
Astrophysics Accretion Disk From Jcost Accretion Disk Cert
An accretion disk is a swirling flow of gas falling toward a compact object, and a machine-checked certificate now names its five regimes and the threshold between them.
The certification structure
An accretion disk is a rotating flow of gas that spirals inward toward a compact object such as a black hole or neutron star. As the gas falls, it heats up and radiates. The rate at which mass falls inward, called the mass accretion rate, determines how the disk behaves. At low rates the disk is thin and cool; at high rates it becomes thick, then slim, then photon-trapped, and finally super-critical. These five regimes are standard in astrophysical modeling of disk accretion.
In Recognition Science, the framework's machine-checked library of formal theorems contains a structure named AccretionDiskCert. The structure packages two facts. First, it records that the number of accretion regimes is exactly five, a statement proved by direct computation. Second, it carries a certificate that the transition from slim disk to photon trapping occurs when the mass accretion rate ratio crosses a value in the interval (0.11, 0.13). This interval is the framework's prediction for the threshold, derived from its cost function J. The certificate bundles these two claims into one object that the library can pass around and reason about.
The five-regime count is a proved theorem in the library: the inductive type AccretionRegime lists exactly five constructors, and the theorem accretionRegimeCount verifies the count by deciding the finite enumeration. The transition threshold, by contrast, is a certificate, not a theorem. It asserts that the threshold falls in the stated interval, but the assertion rests on the framework's identification of the disk physics with its cost function, not on a derivation from first principles. The certificate is a packaged prediction, not a proof of the physics.
What the certificate does not claim is as important as what it claims. It does not prove that real accretion disks must have five regimes; it records that the framework's model chooses five. It does not derive the threshold value from the mass accretion rate; it states the interval as a prediction to be tested. It says nothing about the geometry of the disk, the viscosity mechanism, or the radiation spectrum. The certificate is a compact statement of what the framework expects, ready to be compared against observation.
THEOREM accretionRegimeCount · IndisputableMonolith/Astrophysics/AccretionDiskFromJCost.lean
theorem accretionRegimeCount : Fintype.card AccretionRegime = 5 := by decide
HYPOTHESIS AccretionDiskCert · IndisputableMonolith/Astrophysics/AccretionDiskFromJCost.lean
structure AccretionDiskCert where
five_regimes : Fintype.card AccretionRegime = 5
transition_threshold : CanonicalCert
What this page does not claim
The certificate does not prove that real accretion disks must have five regimes. The certificate does not derive the threshold value from the mass accretion rate. The certificate says nothing about disk geometry, viscosity, or radiation spectrum.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Astrophysics/AccretionDiskFromJCost.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- What physical measurement would confirm or falsify the predicted transition interval?
- How does the framework map the continuous mass accretion rate to the discrete five-regime classification?
- What distinguishes the slim and photon-trapped regimes in the framework's model?
- Does the framework predict any observable signature at the transition threshold?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM accretionRegimeCount · IndisputableMonolith/Astrophysics/AccretionDiskFromJCost.lean
theorem accretionRegimeCount : Fintype.card AccretionRegime = 5 := by decidethe number of accretion regimes is exactly five, a statement proved by direct computation accretionRegimeCount · IndisputableMonolith/Astrophysics/AccretionDiskFromJCost.leanHYPOTHESIS AccretionDiskCert · IndisputableMonolith/Astrophysics/AccretionDiskFromJCost.lean
structure AccretionDiskCert where five_regimes : Fintype.card AccretionRegime = 5 transition_threshold : CanonicalCertthe transition from slim disk to photon trapping occurs when the mass accretion rate ratio crosses a value in the interval (0.11, 0.13) AccretionDiskCert · IndisputableMonolith/Astrophysics/AccretionDiskFromJCost.lean