No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
40noncomputable def gamow_energy (T Z₁Z₂ μ : ℝ) : ℝ :=
proof body
Definition body.
41 -- In keV: E_G = 1.22 × (Z₁Z₂)² × μ × (T/10⁷K)^{2/3} keV
42 1.22 * Z₁Z₂^2 * μ * (T / 1e7) ^ ((2:ℝ)/3)
43
44/-- Gamow energy scales as T^{2/3}. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (5)
Lean names referenced from this declaration's body.
-
K
in IndisputableMonolith.Constants
decl_use
-
K
in IndisputableMonolith.Constants.LambdaRecDerivation
decl_use
-
T
in IndisputableMonolith.Foundation.Breath1024
decl_use
-
as
in IndisputableMonolith.Foundation.SimplicialLedger.ContinuumBridge
decl_use
-
T
in IndisputableMonolith.Gap45.SyncMinimization
decl_use