Module docstring
{"# Convex sets and functions in vector spaces
In a π-vector space, we define the following objects and properties.
* Convex π s: A set s is convex if for any two points x y β s it includes segment π x y.
* stdSimplex π ΞΉ: The standard simplex in ΞΉ β π (currently requires Fintype ΞΉ). It is the
intersection of the positive quadrant with the hyperplane s.sum = 1.
We also provide various equivalent versions of the definitions above, prove that some specific sets are convex.
TODO
Generalize all this file to affine spaces.
","### Convexity of sets ","#### Convex sets in an ordered space
Relates Convex and OrdConnected.
","#### Convexity of submodules/subspaces ","### Simplex "}