I have the following list:
\begin{itemize}
\item És associativa:$\qquad(x+y)+z=x+(y+z)$
\item És commutativa:$\qquad x+y=y+x$
\item Té element neutre:$\qquad\exists 0\in\K : 0+x=x+0=x$
\item Té element invers:$\qquad\forall x\in\K\;\exists(-x)\in\K : x+(-x)=(-x)+x=0$
\end{itemize}
But I want to align that like
\begin{tabular}{ll}
És associativa:&$\quad(x+y)+z=x+(y+z)$\\
És commutativa:&$\quad x+y=y+x$\\
Té element neutre:&$\quad\exists 0\in\K : 0+x=x+0=x$\\
Té element invers:&$\quad\forall x\in\K\;\exists(-x)\in\K : x+(-x)=(-x)+x=0$\\
\end{tabular}
How can I "mix" them?


:left-aligned too like in the second one. How can I do that? I am a latex newby... – Oriol Oct 7 '12 at 17:36