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

rate_enhancement

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)

 128theorem rate_enhancement (enz : Enzyme) (h : IsIdealEnzyme enz)
 129    (hx : enz.transition_state_coord ≠ 1) :
 130    catalyzedRate enz / uncatalyzedRate enz.transition_state_coord =
 131      Real.exp (uncatalyzedBarrier enz.transition_state_coord) := by

proof body

Term-mode proof.

 132  rw [ideal_enzyme_unit_rate enz h]
 133  unfold uncatalyzedRate boltzmannFactor
 134  rw [one_div]
 135  rw [Real.exp_neg]
 136
 137/-! ## φ-Scaling of Active Site Rungs -/
 138
 139/-- The transition-state J-cost scales with a φ-ladder rung. -/

depends on (22)

Lean names referenced from this declaration's body.