Module docstring
{"# Galois connections, insertions and coinsertions
Galois connections are order theoretic adjoints, i.e. a pair of functions u and l,
such that ∀ a b, l a ≤ b ↔ a ≤ u b.
Main definitions
GaloisConnection: A Galois connection is a pair of functionslandusatisfyingl a ≤ b ↔ a ≤ u b. They are special cases of adjoint functors in category theory, but do not depend on the category theory library in mathlib.GaloisInsertion: A Galois insertion is a Galois connection wherel ∘ u = idGaloisCoinsertion: A Galois coinsertion is a Galois connection whereu ∘ l = id"}