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.
-
step
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
-
or
in IndisputableMonolith.Constants.EulerMascheroni
decl_use
-
NuclearConfig
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
nuclearCost
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
-
cost
in IndisputableMonolith.Foundation.ObserverForcing
decl_use