Skip to content

Commit a22dba3

Browse files
remove unnecessary T2 hypothesis
1 parent 32b0072 commit a22dba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Topology/CWComplex/Classical/Subcomplex.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lemma RelCWComplex.Subcomplex.disjoint_openCell_subcomplex_of_not_mem [RelCWComp
6868
simp_rw [← union, disjoint_union_right, disjoint_iUnion_right]
6969
exact ⟨disjointBase n i , fun _ _ ↦ disjoint_openCell_of_ne (by aesop)⟩
7070

71-
lemma RelCWComplex.Subcomplex.cell_mem_of_mem [T2Space X] [RelCWComplex C D] (E : Subcomplex C)
71+
lemma RelCWComplex.Subcomplex.cell_mem_of_mem [RelCWComplex C D] (E : Subcomplex C)
7272
{n} {i : cell C n} {x} (hxE : x ∈ E) (hxo : x ∈ openCell n i) : i ∈ E.I n := by
7373
by_contra! h!
7474
exact disjoint_openCell_subcomplex_of_not_mem E h! |>.notMem_of_mem_left hxo hxE

0 commit comments

Comments
 (0)