Discretionary Gain

Documentation

Lean 4 Proof

def discretionaryGain (c phi_prev sigma_old sigma_new delta : ℝ) : ℝ :=
  c * (phi_prev / sigma_new) * sigma_new * delta ^ 2 -
  c * (phi_prev / sigma_old) * sigma_old * delta ^ 2

Dependency Graph

Module Section

Time Inconsistency Resolution via Upstream Reform (Gap 11)