When applied to numbers, lexicographic order is increasing numerical order, i.e.
increasing numerical order (numbers read left to right).
For example, the permutations of {1,2,3}
in lexicographic order are 123, 132, 213, 231, 312, and 321.
When applied to subsets, two subsets are ordered by their smallest elements.