Theorems · Theorem · algebraic topology
Topology.RelCWComplex.isClosed_of_disjoint_openCell_or_isClosed_inter_closedCell
∀ {X : Type u_1} [t : TopologicalSpace X] {C D : Set X} [inst : Topology.RelCWComplex C D] [T2Space X] {A : Set X},
A ⊆ C →
IsClosed (A ∩ D) →
(∀ (n : ℕ),
0 < n →
∀ (j : Topology.RelCWComplex.cell C n),
Disjoint A (Topology.RelCWComplex.openCell n j) ∨ IsClosed (A ∩ Topology.RelCWComplex.closedCell n j)) →
IsClosed AIf for every cell either A ∩ openCell n j is empty or A ∩ closedCell n j is closed then
A is closed.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Disjointstatement and proof · cited by 2,201
- IsClosedstatement and proof · cited by 1,639
- T2Spacestatement and proof · cited by 1,351
- Topology.RelCWComplexstatement and proof · cited by 195
- Topology.RelCWComplex.cellstatement and proof · cited by 194
- Topology.RelCWComplex.openCellstatement and proof · cited by 75
- Topology.RelCWComplex.closedCellstatement and proof · cited by 70
- Set.disjoint_iff_inter_eq_emptyproof · cited by 49
- isClosed_emptyproof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.