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

reconnectionRegimeCount

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Astrophysics.MagneticReconnectionFromJCost on GitHub at line 28.

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

  25  | slow | sweetParker | petschek | hallMediated | turbulent
  26  deriving DecidableEq, Repr, BEq, Fintype
  27
  28theorem reconnectionRegimeCount : Fintype.card ReconnectionRegime = 5 := by decide
  29
  30structure MagneticReconnectionCert where
  31  five_regimes : Fintype.card ReconnectionRegime = 5
  32  trigger_threshold : CanonicalCert
  33
  34noncomputable def magneticReconnectionCert : MagneticReconnectionCert where
  35  five_regimes := reconnectionRegimeCount
  36  trigger_threshold := cert
  37
  38end IndisputableMonolith.Astrophysics.MagneticReconnectionFromJCost