List Permutations and list lattice operations. #
This file develops theory about the List.Perm
relation and the lattice structure on lists.
theorem
List.Perm.bagInter_right
{α : Type u_1}
[DecidableEq α]
{l₁ l₂ : List α}
(t : List α)
(h : l₁.Perm l₂)
:
theorem
List.Perm.bagInter_left
{α : Type u_1}
[DecidableEq α]
(l : List α)
{t₁ t₂ : List α}
(p : t₁.Perm t₂)
:
theorem
List.Perm.bagInter
{α : Type u_1}
[DecidableEq α]
{l₁ l₂ t₁ t₂ : List α}
(hl : l₁.Perm l₂)
(ht : t₁.Perm t₂)
: