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

perfect_transmutation_efficiency

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)

 215theorem perfect_transmutation_efficiency (cfg : NuclearConfig) (h_unstable : cfg.ratio ≠ 1) :
 216    transmutation_efficiency cfg stable_config = 1 := by

proof body

Tactic-mode proof.

 217  unfold transmutation_efficiency
 218  have h0 : nuclearCost cfg ≠ 0 := by
 219    intro h
 220    exact h_unstable ((nuclear_cost_zero_iff_stable cfg).mp h)
 221  simp [h0, stable_config_zero_cost]
 222
 223/-! ## §VII. Summary -/
 224
 225/-- The RS fission transmutation theorem.
 226    Derives key properties of transmutation from J-cost structure. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (14)

Lean names referenced from this declaration's body.