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

TransmutationPath

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)

 113structure TransmutationPath where
 114  /-- Initial fission product configuration. -/
 115  start : NuclearConfig
 116  /-- Final (stable) end state. -/
 117  finish : NuclearConfig
 118  /-- Number of steps. -/
 119  n_steps : ℕ
 120  /-- Net cost reduction from start to finish. -/
 121  net_reduction : nuclearCost finish ≤ nuclearCost start
 122
 123/-- **THEOREM EN-006.6**: Any transmutation path reduces total cost. -/

used by (3)

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

depends on (12)

Lean names referenced from this declaration's body.