Theorems · Theorem · general topology
Topology.IsEmbedding.isStrictMap_iff
∀ {X : Type u_1} {Y : Type u_2} {Z : Type u_3} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y]
[inst_2 : TopologicalSpace Z] {f : X → Y} {g : Y → Z},
Topology.IsEmbedding g → (Topology.IsStrictMap f ↔ Topology.IsStrictMap (g ∘ f))Assume that g : Y → Z is an embedding. Then f : X → Y is strict
if and only if g ∘ f is strict.
- Defined in
- Mathlib.Topology.Maps.Strict.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Homeomorphproof · cited by 725
- Homeomorph.symmproof · cited by 365
- Topology.IsEmbeddingstatement and proof · cited by 294
- Topology.IsEmbedding.injectiveproof · cited by 103
- Homeomorph.isEmbeddingproof · cited by 73
- Topology.IsStrictMapstatement · cited by 45
- Setoid.kerproof · cited by 43
- Topology.IsEmbedding.compproof · cited by 29
- Setoid.kerLiftproof · cited by 9
- Topology.IsEmbedding.of_comp_iffproof · cited by 9
Cited by6
Results whose statement or proof uses this declaration.
- Topology.IsEmbedding.isStrictMapproof · cited by 2
- Homeomorph.comp_isStrictMap_iffproof · cited by 1
- LinearMap.isStrictMap_iff_isHomeomorph_quotKerEquivRangeproof · cited by 0
- AddMonoidHom.isStrictMap_iff_isHomeomorph_quotientKerEquivRangeproof · cited by 0
- ContinuousLinearMap.isStrictMap_isClosed_range_iff_quotientproof · cited by 0
- MonoidHom.isStrictMap_iff_isHomeomorph_quotientKerEquivRangeproof · cited by 0