Module docstring
{"# Antichains
This file defines antichains. An antichain is a set where any two distinct elements are not related.
If the relation is (≤), this corresponds to incomparability and usual order antichains. If the
relation is G.adj for G : SimpleGraph α, this corresponds to independent sets of G.
Definitions
IsAntichain r s: Any two elements ofs : Set αare unrelated byr : α → α → Prop.IsStrongAntichain r s: Any two elements ofs : Set αare not related byr : α → α → Propto a common element.IsAntichain.mk r s: Turnssinto an antichain by keeping only the \"maximal\" elements. ","### Strong antichains ","### Weak antichains "}