Lemmas about List.Pairwise #
Given a sublist l' <+ l, there exists an increasing list of indices is such that
l' = is.map fun i => l[i].
The list List.finRange n is strictly increasing.
The list List.finRange n is increasing.
The list List.finRange n has no duplicate entries.