Module docstring
{"# Lexicographic order on a sigma type
This defines the lexicographical order of two arbitrary relations on a sigma type and proves some
lemmas about PSigma.Lex, which is defined in core Lean.
Given a relation in the index type and a relation on each summand, the lexicographical order on the
sigma type relates a and b if their summands are related or they are in the same summand and
related by the summand's relation.
See also
Related files are:
* Combinatorics.CoLex: Colexicographic order on finite sets.
* Data.List.Lex: Lexicographic order on lists.
* Data.Sigma.Order: Lexicographic order on Σ i, α i per say.
* Data.PSigma.Order: Lexicographic order on Σ' i, α i.
* Data.Prod.Lex: Lexicographic order on α × β. Can be thought of as the special case of
Sigma.Lex where all summands are the same
","### PSigma "}