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 correctly represent the Karush-Kuhn-Tucker (KKT) conditions for the given optimization problem?