Skip to content

Commit 1c52553

Browse files
committed
Remove List.notMem_subset
1 parent 3d3c32f commit 1c52553

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Mathlib/Data/List/Basic.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ theorem map_subset_iff {l₁ l₂ : List α} (f : α → β) (h : Injective f) :
182182
rcases mem_map.1 (h2 (mem_map_of_mem hx)) with ⟨x', hx', hxx'⟩
183183
cases h hxx'; exact hx'
184184

185-
lemma notMem_subset {l l' : List α} (h : l ⊆ l') {a : α} (ha : a ∉ l') : a ∉ l :=
186-
fun ha' ↦ ha (h ha')
187-
188185
/-! ### append -/
189186

190187
theorem append_eq_has_append {L₁ L₂ : List α} : List.append L₁ L₂ = L₁ ++ L₂ :=

0 commit comments

Comments
 (0)