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)
227theorem fission_transmutation_from_ledger :
228 (∀ cfg : NuclearConfig, cfg.ratio ≠ 1 → 0 < nuclearCost cfg) ∧
229 (∃ cfg : NuclearConfig, nuclearCost cfg = 0) ∧
230 (∀ cfg : NuclearConfig, ∃ path : TransmutationPath,
231 path.start = cfg ∧ nuclearCost path.finish = 0) := by
proof body
Term-mode proof.
232 exact ⟨transmutation_cost_pos, ⟨stable_config, stable_config_zero_cost⟩,
233 stable_end_state_exists⟩
234
235/-- Alias for registry lookup. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
en006_certificate
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
depends on (8)
Lean names referenced from this declaration's body.
-
NuclearConfig
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
nuclearCost
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
stable_config
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
stable_config_zero_cost
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
stable_end_state_exists
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
transmutation_cost_pos
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
TransmutationPath
in IndisputableMonolith.Engineering.FissionTransmutationStructure
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use