pith. machine review for the scientific record. sign in
theorem

accretionRegimeCount

proved
show as:
view math explainer →
module
IndisputableMonolith.Astrophysics.AccretionDiskFromJCost
domain
Astrophysics
line
26 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Astrophysics.AccretionDiskFromJCost on GitHub at line 26.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  23  | subEddingtonThin | thick | slim | photonTrapped | superCritical
  24  deriving DecidableEq, Repr, BEq, Fintype
  25
  26theorem accretionRegimeCount : Fintype.card AccretionRegime = 5 := by decide
  27
  28structure AccretionDiskCert where
  29  five_regimes : Fintype.card AccretionRegime = 5
  30  transition_threshold : CanonicalCert
  31
  32noncomputable def accretionDiskCert : AccretionDiskCert where
  33  five_regimes := accretionRegimeCount
  34  transition_threshold := cert
  35
  36end IndisputableMonolith.Astrophysics.AccretionDiskFromJCost