List Sub-permutations #
This file develops theory about the List.Subperm relation.
Notation #
The notation <+~ is used for sub-permutations.
See also List.subperm_ext_iff.
Alias of the reverse direction of List.subperm_cons.
Alias of the forward direction of List.subperm_cons.
theorem
List.Subperm.map
{α : Type u_2}
{β : Type u_3}
{l₁ l₂ : List α}
{f : α → β}
(hf : Function.Injective f)
:
Alias of the reverse direction of List.map_subperm_map_iff.