First time posting, sorry if my question in the title isn't clear enough. To clarify, I'm trying to put an inequality sign, more specifically the sign > alongside a given Greek letter (alpha) after a given line assumption.
I want to put have something like this, which was done in Word as a draft.
Whereas in LaTeX, the outcome is like this
A sample of my work is as follows
FOC\begin{equation}
\frac{\partial G}{\partial q} = \mu_z - r_0 - 2\alpha q\sigma_z^2 \label{eq:1.6}
\end{equation}\\
SOC\begin{equation}\frac{\partial^2G}{\partial q^2} | _\alpha >0 = -2\alpha\sigma_z^2 < 0 \label{eq:1.7}
\end{equation}
From \ref{eq:1.3} solving for q yields
\begin{align*}
\mu_z - r_0 = 2\alpha q\sigma_z^2
\end{align*}
\begin{equation}
q = \frac{u_z - r_0}{2\alpha\sigma_z^2}
\end{equation}
Notice that the inequality doesn't go underneath with the letter, trying to overcome this but still haven't found a solution.



|_{\alpha>0}). Otherwise LaTeX has no way to know where the subscript ends. – Ian Thompson Jan 10 '17 at 22:04