Module docstring
{"# Intervals
In any preorder, we define intervals (which on each side can be either infinite, open or closed) using the following naming conventions:
i: infiniteo: openc: closed
Each interval has the name I + letter for left side + letter for right side.
For instance, Ioc a b denotes the interval (a, b].
The definitions can be found in Mathlib.Order.Interval.Set.Defs.
This file contains basic facts on inclusion of and set operations on intervals
(where the precise statements depend on the order's properties;
statements requiring LinearOrder are in Mathlib.Order.Interval.Set.LinearOrder).
TODO: This is just the beginning; a lot of rules are missing
","### Closed intervals in α × β ","### Lemmas about intervals in dense orders ","### Intervals in Prop "}