theorem
proved
term proof
fission_transmutation_structure
show as:
view Lean formalization →
formal statement (Lean)
236theorem fission_transmutation_structure :
237 (∃ cfg : NuclearConfig, nuclearCost cfg = 0) :=
proof body
Term-mode proof.
238 ⟨stable_config, stable_config_zero_cost⟩
239
240/-- Certificate: EN-006 Fission Product Transmutation — DERIVED -/