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]
.
List.Pairwise
#Given a sublist l' <+ l
, there exists an increasing list of indices is
such that
l' = is.map fun i => l[i]
.