Module docstring
{"# The covering relation
This file proves properties of the covering relation in an order.
We say that b covers a if a < b and there is no element in between.
We say that b weakly covers a if a ≤ b and there is no element between a and b.
In a partial order this is equivalent to a ⋖ b ∨ a = b,
in a preorder this is equivalent to a ⋖ b ∨ (a ≤ b ∧ b ≤ a)
Notation
a ⋖ bmeans thatbcoversa.a ⩿ bmeans thatbweakly coversa. "}