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

transmutation_efficiency

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)

 195def transmutation_efficiency (initial final : NuclearConfig) : ℝ :=

proof body

Definition body.

 196  if nuclearCost initial = 0 then 1
 197  else (nuclearCost initial - nuclearCost final) / nuclearCost initial
 198
 199/-- **THEOREM EN-006.13**: Transmutation efficiency is in [0, 1]. -/

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (6)

Lean names referenced from this declaration's body.