85 have hge := nuclear_cost_nonneg cfg 86 have hne : nuclearCost cfg ≠ 0 := fun hz => 87 h ((nuclear_cost_zero_iff_stable cfg).mp hz) 88 exact lt_of_le_of_ne hge (Ne.symm hne) 89 90/-! ## §II. Transmutation Steps -/ 91 92/-- A transmutation step: configuration changes from ratio x to ratio y. 93 Valid iff it reduces J-cost (towards stability). -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.