How is SQP (Sequential Quadratic Programming) equivalent to Newton's method for KKT (Karush-Kuhn-Tucker) problems?

203 Views Asked by At

The title speaks for itself. Basically, SQP is equivalent to Newton's method for KKT.

I need to prove this statement. However, I do not know how to do this. I don't even know how to start this. How do you prove this?

Thanks in advance.