Consider an optimization problem
minf(x,y,z,w)=x2+y2+z2+w2+1
subject to constraints:
x+y+z+w=1
w≤δ
Let the Lagrangian function is,
L(x,α,β)=x2+y2+z2+w2+1+α(1−x−y−z−w)+β(w−δ)
Based on the above data, answer the given subquestions.
Which of the following statements are correct based on the KKT conditions and the solution to the optimization problem?