Consider the LMI, where $A$ is a Hurwitz matrix:
$A^TP+PA<0$, $P>0$, minimize trace(P)
According to Stephen Boyd's book, the inequalities are homogeneous in $P$ and hence can by replaced with the nonstrict inequalities:
$A^TP+PA\leq-I$, $P\geq I$, minimize trace(P)
I do not understand why this is equivalent. Apparently the solution $P$ changes.
If $P$ is a solution to $A^\top P + P\,A \leq -I,\ P \geq I$ then scaling $P$ by some arbitrary small positive constant $\gamma$ the strict inequalities are also always satisfied, since
$$ \begin{array}{c} A^\top \gamma\,P + \gamma\,P\,A \leq -\gamma\,I < 0, \\ \gamma\,P \geq \gamma\,I > 0. \end{array} $$
So the solution to the nonstrict inequalities can always give you a solution to the strict inequalities.