List duplicates #
Main definitions #
List.Duplicate x l : Propis an inductive property that holds whenxis a duplicate inl
Implementation details #
In this file, x ∈+ l notation is shorthand for List.Duplicate x l.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
- List.decidableDuplicate x [] = isFalse ⋯