pith. machine review for the scientific record. sign in
def definition def or abbrev

gamow_energy

show as:
view Lean formalization →

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.