Module docstring
{"# Directed indexed families and sets
This file defines directed indexed families and directed sets. An indexed family/set is directed iff each pair of elements has a shared upper bound.
Main declarations
Directed r f: Predicate stating that the indexed familyfisr-directed.DirectedOn r s: Predicate stating that the setsisr-directed.IsDirected α r: Prop-valued mixin stating thatαisr-directed. Follows the style of the unbundled relation classes such asIsTotal.
TODO
Define connected orders (the transitive symmetric closure of ≤ is everything) and show that
(co)directed orders are connected.
References
- [Gierz et al, A Compendium of Continuous Lattices][GierzEtAl1980] "}