Value function optimization problem

83 Views Asked by At

How to show that V* (optimal value function), is the solution to the following optimization problem: $min_V~ \Sigma_s V(s) $ with the constraint: $ V \ge T^{*}V $ Where $T^{*}$ is the optimal Bellman operator

Thanks