Question: Take $\prec$ to be primitive and define $\preceq$ and $\sim$ in terms of $\prec$.
Would I write:
$x\preceq y$: $x \prec y$ (or would I not include this here?), not $(y \prec x)$;
$x \sim y$: not $(x \prec y)$ and not $(y \prec x)$?
I know how to take $\preceq$ and define $\prec$ and $\sim$ in terms of $\preceq$ but not starting with $\prec$.
I am not familiar with decision theory, but this looks like it corresponds to constructing $\leq$ and $=$ from $<$. Define $x = y$ := ($x \nless y$ and $y \nless x$), and define $x \leq y$ := ($x < y$ or $x = y$). The trick is to define $=$ first, and to assume that the set we are working over is well-ordered.