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

cost_descent_step

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)

 122theorem cost_descent_step {f : ℝ → ℝ} (hf : RecognitionDescent f)
 123    {r : ℝ} (hr : 0 < r) (hne : r ≠ 1) :
 124    Cost.Jcost (f r) < Cost.Jcost r :=

proof body

Term-mode proof.

 125  hf.strict_descent_off r hr hne
 126
 127/-! ## §5. Equilibrium is the unique zero of the J-cost -/
 128

used by (1)

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

depends on (13)

Lean names referenced from this declaration's body.