Module docstring
{"# Turning a preorder into a partial order
This file allows to make a preorder into a partial order by quotienting out the elements a, b
such that a ≤ b and b ≤ a.
Antisymmetrization is a functor from Preorder to PartialOrder. See Preorder_to_PartialOrder.
Main declarations
AntisymmRel: The antisymmetrization relation.AntisymmRel r a bmeans thataandbare related both ways byr.Antisymmetrization α r: The quotient ofαbyAntisymmRel r. Even whenris just a preorder,Antisymmetrization αis a partial order. "}