pith. machine review for the scientific record. sign in
theorem proved term proof

fission_transmutation_from_ledger

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)

 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.

depends on (8)

Lean names referenced from this declaration's body.