Theorems · Theorem · algebraic topology
Topology.RelCWComplex.isClosed_of_isClosed_inter_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),
IsClosed (A ∩ Topology.RelCWComplex.openCell n j) ∨ IsClosed (A ∩ Topology.RelCWComplex.closedCell n j)) →
IsClosed AIf for every cell either A ∩ openCell n j or A ∩ closedCell n j is closed then
A is closed.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- 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
- Topology.RelCWComplex.cellFrontierproof · cited by 45
- Set.inter_union_distrib_leftproof · cited by 39
- IsClosed.unionproof · cited by 17
- Nat.case_strong_induction_onproof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.