Documentation

Lean 4 Proof

theorem sensitivity_ratio {K : ℝ} (hK_pos : 0 < K) (hK_lt : K < 1) :
    K ^ 2 / K = K := by
  rw [sq, mul_div_cancel_of_imp]
  intro h; linarith

Dependency Graph

Module Section

Theorem 4 and Propositions 5-7, Corollary 1: