I'm trying to find a necessary and sufficient condition for the existence of a partial order such that an arbitrary relation on a set X is a subset of the partial order.
So far all I have is that since a partial order is reflexive, transitive, and symmetric, the partial order must only have elements related to themselves in order for any relation to be a subset of it, since the relation in question may be symmetric. Any help would be appreciated.
Assume R is a relation for S.
A necessary condition for R to be a subset of an order for S is:
there does not exist distinct x,y with xRy and yRx.
A sufficient condition for R to be a subset of an order for S is;
there does not exist distinct x,y with xTy and yTx,
where T is the reflexive and transitive closure of R.