Theorems · Theorem · algebraic topology
Topology.RelCWComplex.mapsTo
∀ {X : Type u} {inst : TopologicalSpace X} {C : Set X} {D : outParam (Set X)} [self : Topology.RelCWComplex C D] (n : ℕ)
(i : Topology.RelCWComplex.cell C n),
∃ I,
Set.MapsTo (↑(Topology.RelCWComplex.map n i)) (Metric.sphere 0 1)
(D ∪ ⋃ m, ⋃ (_ : m < n), ⋃ j ∈ I m, ↑(Topology.RelCWComplex.map m j) '' Metric.closedBall 0 1)The boundary of a cell is contained in the union of the base with a finite union of closed
cells of a lower dimension. Use RelCWComplex.cellFrontier_subset_base_union_finite_closedCell
instead.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 153 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Topology.RelCWComplex
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement · cited by 13,712
- Set.imagestatement · cited by 5,609
- Set.iUnionstatement · cited by 2,483
- PartialEquiv.toFunstatement · cited by 821
- Set.MapsTostatement · cited by 732
- Metric.closedBallstatement · cited by 704
- Metric.spherestatement · cited by 371
- Topology.RelCWComplexstatement and proof · cited by 195
- Topology.RelCWComplex.cellstatement · cited by 194
Cited by3
Results whose statement or proof uses this declaration.
- Topology.RelCWComplex.cellFrontier_subset_base_union_finite_closedCellproof · cited by 3
- Topology.CWComplex.cellFrontier_subset_finite_closedCellproof · cited by 1
- Topology.CWComplex.mapsToproof · cited by 0