2. Introduction

in general, Hessian Hf(x) is not symmetric. But, if f has continuous second order derivatives, then the Hessian matrix Hf(x) is symmetric.

Positive semidefinite: if xTAxβ‰₯0,βˆ€x∈Rn.

positive definite: if xTAxβ‰₯0,βˆ€xβ‰ 0.

if A is a real symmetric nΓ—n matrix.

  • if A is positive semidefinite ⟺ every eigenvalue of A is nonnegative Ξ»>0.
  • Ξ»min(A)|x|2β‰€βŸ¨x,AxβŸ©β‰€Ξ»max(A)|x|2, βˆ€x∈RnΓ—n

Inner product of matrix:

  • A,B∈RmΓ—n, have ⟨A,B⟩=βˆ‘i=1mβˆ‘j=1nAijBij=Tr⁑(ATB)

Frobenius norm:

  • $|A|F = \sqrt{ \sum\limits{i=1}^{m} \sum\limits_{j=1}^{n} |A_{ij}|^2} = \sqrt{\operatorname{Tr}(A^TA)}$

Sherman-Morrison-Woodbury (SMW) formula

Suppose U,V∈RnΓ—p and |UVT|<1, Then
(I+UVT)βˆ’1=Iβˆ’UGβˆ’1VT∈RnΓ—n
where G=Ip+VTU∈RpΓ—p

When n is large, it’s hard to compute the inverse of (I+UVT). But if using the SMW formula, it’s easy to compute by transforming it as Iβˆ’UGβˆ’1VT, because the inverse of G is easy to compute (p is small).

If (I+UVT) is nonsingular, than the SMW formula (I+UVT)βˆ’1=Iβˆ’UGβˆ’1VTholds without requiring |UVT|<1

Bounded: |x|≀M,βˆ€x∈S. If C1,C2 are bounded, then C1βˆͺC2 is bounded.

Closed: limnβ†’\infinxn∈S. If C1,C2 are closed, then C1∩C2 is closed.

Prove method: if function g is continuous, then set S=x∈Rn|g(x)≀0 is closed. Or S=x∈Rn|g(x)β‰₯0 is closed. Or S=x∈Rn|g(x)=0 is closed.

Example:

Prove Missing or unrecognized delimiter for \left is closed.

Solution:
Missing or unrecognized delimiter for \left
since g is continuous, so C is closed.

Compactness: Closed + Bounded

Coercive function:
lim|x|β†’βˆžf(x)=+∞
Which means that the function value f(x) will increase without bound as x moves away from the origin in all possible directions.

==Existence of optimal solution:==

  1. a continuous function g:Rnβ†’R on a nonempty closed and bounded set SβŠ‚Rn has a global maximum and a global minimum point in S.

  2. f:Rn→R is continuous function. If f is coercive, then f has at least one global minimizer. (when x is not bounded)

A stationary point xβˆ— with Hf(xβˆ—) positive semi-definite, the status of xβˆ— can only be determined by analyzing f(xβˆ—) is a neighborhood of xβˆ—. Can obtain a global minimizer by comparing the objective value at the stationary points.