Define a vector $z:=\begin{bmatrix} z_1^\top & z_2^\top \end{bmatrix}^\top$.
Can this optimization problem \begin{equation*} \min_z z_1^\top H z_1 + f^\top z_1 - \delta(z_2) \end{equation*} be solved? Where matrix $H$ is a positive definite matrix, $f$ is a constant vector and $\delta(\cdot)$ denotes the Dirac delta function.
The point I am confused is that according to the definition of the Dirac delta function, $\delta(z_2)=\infty$ when $z_2=0$, which makes the value of objective funtion equals to -$\infty$.
Does this optimization is equivellent to solve \begin{equation*} \min_{z_1} z_1^\top H z_1 + f^\top z_1 \end{equation*} with $z_2=0$?