List duplicates #
Main definitions #
List.Duplicate x l : Prop
is an inductive property that holds whenx
is a duplicate inl
Implementation details #
In this file, x ∈+ l
notation is shorthand for List.Duplicate x l
.
List.Duplicate x l : Prop
is an inductive property that holds when x
is a duplicate in l
In this file, x ∈+ l
notation is shorthand for List.Duplicate x l
.