A partially ordered set has the following properties:
a ≤ a (reflexivity);
if a ≤ b and b ≤ a, then a = b (antisymmetry);
if a ≤ b and b ≤ c, then a ≤ c (transitivity);
I think that the easiest way is to visualize it with a Hasse-diagram:
So I obtained the solution 16 partially ordered sets have a set of 4 elements have.
My second question: How many total order sets(which has the following properties: reflexivity,antisymmetry,transitivity,trichotomous) does a 4 element set have?