def escortFisherQF (ρ : ℝ) (P x v : Fin J → ℝ) : ℝ := ρ ^ 2 * ((∑ k, P k * (v k / x k) ^ 2) - (∑ k, P k * (v k / x k)) ^ 2)
thesis/CESProofs/Foundations/GeneralHessian.lean:368
General CES Hessian at Arbitrary Allocation