Theorems · Theorem · general topology
isEmbedding_of_iSup_eq_top_of_preimage_subset_range
∀ {X : Type u_6} {Y : Type u_7} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] (f : X → Y),
Continuous f →
∀ {ι : Type u_4} (U : ι → TopologicalSpace.Opens Y),
Set.range f ⊆ ↑(iSup U) →
∀ (V : ι → Type u_5) [inst_2 : (i : ι) → TopologicalSpace (V i)] (iV : (i : ι) → V i → X),
(∀ (i : ι), Continuous (iV i)) →
(∀ (i : ι), f ⁻¹' ↑(U i) ⊆ Set.range (iV i)) →
(∀ (i : ι), Topology.IsEmbedding (f ∘ iV i)) → Topology.IsEmbedding fGiven a continuous map f : X → Y between topological spaces.
Suppose we have an open cover U i of the range of f, and a family of continuous maps V i → X
whose images are a cover of X that is coarser than the pullback of U under f.
To check that f is an embedding it suffices to check that V i → Y is an embedding for all i.
- Defined in
- Mathlib.Topology.LocalAtTarget
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Top.topproof · cited by 9,680
- SetLike.coestatement and proof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- Set.preimagestatement and proof · cited by 4,946
- Set.rangestatement and proof · cited by 4,705
- Continuousstatement and proof · cited by 2,592
- iSupstatement and proof · cited by 2,415
- TopologicalSpace.Opensstatement and proof · cited by 2,040
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.SurjectiveOnStalks.isEmbedding_pullbackproof · cited by 0