Module docstring
{"# Segments in vector spaces
In a π-vector space, we define the following objects and properties.
* segment π x y: Closed segment joining x and y.
* openSegment π x y: Open segment joining x and y.
Notations
We provide the following notation:
* [x -[π] y] = segment π x y in locale Convex
TODO
Generalize all this file to affine spaces.
Should we rename segment and openSegment to convex.Icc and convex.Ioo? Should we also
define clopenSegment/convex.Ico/convex.Ioc?
","#### Segments in an ordered space
Relates segment, openSegment and Set.Icc, Set.Ico, Set.Ioc, Set.Ioo
"}