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

TransmutationStep

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)

  94structure TransmutationStep where
  95  initial : NuclearConfig
  96  final : NuclearConfig
  97  /-- Each step reduces J-cost. -/
  98  reduces_cost : nuclearCost final ≤ nuclearCost initial
  99
 100/-- **THEOREM EN-006.4**: Transmutation reduces or maintains cost. -/

used by (3)

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.