Is there a way to use a multline inside an \item element of enumerate WITHOUT a new line between the index of list and the formula?
\begin{enumerate}[i.]
\item $checkorder( (\lambda,\lambda,\lambda) ) \triangleq true$
\item \begin{multline*}$$
checkorder( (a,(u,U_1,U_2),(v,V_1,V_2)) ) \triangleq \\
(u = \lambda \vee u \leq_A a) \wedge
(v = \lambda \vee a \leq_A v) \wedge \\
checkorder(U_1) \, \wedge checkorder(U_2) \wedge
checkorder(V_1) \wedge checkorder(V_2)$$
\end{multline*}
\item $checkorder(T) \triangleq false$ negli altri casi
\end{enumerate}
this is what i have: 
and this is what i would want: 

\[...\]preferable to$$?. On this site appreciation for an answer is expressed by clicking on the upper arrow besides the text; usually, after a delay to see if other more useful answers come along, one accepts the better one. – egreg Feb 12 '12 at 12:08\(...\)instead of$...$I reference Joseph Wright's comments in Are ( and ) preferable to $? – cmhughes Feb 12 '12 at 17:14