Theorems · Theorem · algebraic topology
Topology.CWComplex.OfDiscreteClosed_map
∀ {X : Type u_1} [t : TopologicalSpace X] {D : Set X} (hD : IsDiscrete D) (Dc : IsClosed D) (n : ℕ)
(i :
match n with
| 0 => ↑D
| n.succ => PEmpty.{u_1 + 1}),
Topology.CWComplex.map n i =
match n, i with
| 0, i => PartialEquiv.single ![] ↑i
| n.succ, i => PEmpty.elim i- Cited by
- 0 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Set.Elemstatement and proof · cited by 7,166
- IsClosedstatement and proof · cited by 1,639
- Matrix.vecEmptystatement · cited by 832
- PartialEquivstatement · cited by 335
- IsDiscretestatement and proof · cited by 86
- Topology.CWComplex.mapstatement and proof · cited by 12
- PartialEquiv.singlestatement · cited by 5
- Topology.CWComplex.OfDiscreteClosedstatement · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.