We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b0072 commit a22dba3Copy full SHA for a22dba3
Mathlib/Topology/CWComplex/Classical/Subcomplex.lean
@@ -68,7 +68,7 @@ lemma RelCWComplex.Subcomplex.disjoint_openCell_subcomplex_of_not_mem [RelCWComp
68
simp_rw [← union, disjoint_union_right, disjoint_iUnion_right]
69
exact ⟨disjointBase n i , fun _ _ ↦ disjoint_openCell_of_ne (by aesop)⟩
70
71
-lemma RelCWComplex.Subcomplex.cell_mem_of_mem [T2Space X] [RelCWComplex C D] (E : Subcomplex C)
+lemma RelCWComplex.Subcomplex.cell_mem_of_mem [RelCWComplex C D] (E : Subcomplex C)
72
{n} {i : cell C n} {x} (hxE : x ∈ E) (hxo : x ∈ openCell n i) : i ∈ E.I n := by
73
by_contra! h!
74
exact disjoint_openCell_subcomplex_of_not_mem E h! |>.notMem_of_mem_left hxo hxE
0 commit comments