Theorems · Theorem · algebraic topology
Topology.CWComplex.finiteType_mkFiniteType
∀ {X : Type u} [inst : TopologicalSpace X] (C : Set X) (cell : ℕ → Type u)
(map : (n : ℕ) → cell n → PartialEquiv (Fin n → ℝ) X) (finite_cell : ∀ (n : ℕ), Finite (cell n))
(source_eq : ∀ (n : ℕ) (i : cell n), (map n i).source = Metric.ball 0 1)
(continuousOn : ∀ (n : ℕ) (i : cell n), ContinuousOn (↑(map n i)) (Metric.closedBall 0 1))
(continuousOn_symm : ∀ (n : ℕ) (i : cell n), ContinuousOn (↑(map n i).symm) (map n i).target)
(pairwiseDisjoint' : Set.univ.PairwiseDisjoint fun ni => ↑(map ni.fst ni.snd) '' Metric.ball 0 1)
(mapsTo :
∀ (n : ℕ) (i : cell n),
Set.MapsTo (↑(map n i)) (Metric.sphere 0 1) (⋃ m, ⋃ (_ : m < n), ⋃ j, ↑(map m j) '' Metric.closedBall 0 1))
(closed' : ∀ A ⊆ C, (∀ (n : ℕ) (j : cell n), IsClosed (A ∩ ↑(map n j) '' Metric.closedBall 0 1)) → IsClosed A)
(union' : ⋃ n, ⋃ j, ↑(map n j) '' Metric.closedBall 0 1 = C), Topology.RelCWComplex.FiniteType CA CW complex that was constructed using CWComplex.mkFiniteType is of finite type.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 156 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.
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
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.imagestatement and proof · cited by 5,609
- Set.univstatement and proof · cited by 3,945
- Finitestatement and proof · cited by 3,029
- Set.iUnionstatement and proof · cited by 2,483
- IsClosedstatement and proof · cited by 1,639
- ContinuousOnstatement and proof · cited by 1,411
- PartialEquiv.sourcestatement and proof · cited by 964
- PartialEquiv.toFunstatement and proof · cited by 821
- Metric.ballstatement and proof · cited by 735
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.