Theorems · Theorem · algebraic topology
Topology.RelCWComplex.isClosed_inter_cellFrontier_succ_of_le_isClosed_inter_closedCell
∀ {X : Type u_1} [t : TopologicalSpace X] {C D : Set X} [inst : Topology.RelCWComplex C D] [T2Space X] {A : Set X}
{n : ℕ},
(∀ m ≤ n, ∀ (j : Topology.RelCWComplex.cell C m), IsClosed (A ∩ Topology.RelCWComplex.closedCell m j)) →
∀ (j : Topology.RelCWComplex.cell C (n + 1)),
IsClosed (A ∩ D) → IsClosed (A ∩ Topology.RelCWComplex.cellFrontier (n + 1) j)If for all m ≤ n and every i : cell C m the intersection A ∩ closedCell m j is closed
and A ∩ D is closed then A ∩ cellFrontier (n + 1) j is closed for every
j : cell C (n + 1).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Finsetproof · cited by 13,712
- Set.iUnionproof · cited by 2,483
- IsClosedstatement and proof · cited by 1,639
- T2Spacestatement and proof · cited by 1,351
- Set.iUnion_congr_Propproof · cited by 374
- Topology.RelCWComplexstatement and proof · cited by 195
- Topology.RelCWComplex.cellstatement and proof · cited by 194
- Topology.RelCWComplex.closedCellstatement and proof · cited by 70
- Set.inter_assocproof · cited by 67
- IsClosed.interproof · cited by 61
Cited by2
Results whose statement or proof uses this declaration.