Documentation

Mathlib.Topology.Maps.Basic

Specific classes of maps between topological spaces #

This file introduces the following properties of a map f : X → Y between topological spaces:

(Open and closed maps need not be continuous.)

References #

Tags #

open map, closed map, embedding, quotient map, identification map

theorem Topology.IsInducing.induced {X : Type u_1} {Y : Type u_2} [TopologicalSpace Y] (f : XY) :
@[deprecated Topology.IsInducing.induced]
theorem Topology.inducing_induced {X : Type u_1} {Y : Type u_2} [TopologicalSpace Y] (f : XY) :

Alias of Topology.IsInducing.induced.

@[deprecated Topology.IsInducing.id]

Alias of Topology.IsInducing.id.

theorem Topology.IsInducing.comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hg : Topology.IsInducing g) (hf : Topology.IsInducing f) :
@[deprecated Topology.IsInducing.comp]
theorem Topology.Inducing.comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hg : Topology.IsInducing g) (hf : Topology.IsInducing f) :

Alias of Topology.IsInducing.comp.

theorem Topology.IsInducing.of_comp_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hg : Topology.IsInducing g) :
@[deprecated Topology.IsInducing.of_comp_iff]
theorem Topology.Inducing.of_comp_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hg : Topology.IsInducing g) :

Alias of Topology.IsInducing.of_comp_iff.

theorem Topology.IsInducing.of_comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hf : Continuous f) (hg : Continuous g) (hgf : Topology.IsInducing (g f)) :
@[deprecated Topology.IsInducing.of_comp]
theorem Topology.inducing_of_inducing_compose {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hf : Continuous f) (hg : Continuous g) (hgf : Topology.IsInducing (g f)) :

Alias of Topology.IsInducing.of_comp.

theorem Topology.isInducing_iff_nhds {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] :
Topology.IsInducing f ∀ (x : X), nhds x = Filter.comap f (nhds (f x))
@[deprecated Topology.isInducing_iff_nhds]
theorem Topology.inducing_iff_nhds {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] :
Topology.IsInducing f ∀ (x : X), nhds x = Filter.comap f (nhds (f x))

Alias of Topology.isInducing_iff_nhds.

theorem Topology.IsInducing.nhds_eq_comap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) (x : X) :
nhds x = Filter.comap f (nhds (f x))
theorem Topology.IsInducing.basis_nhds {X : Type u_1} {Y : Type u_2} {ι : Type u_4} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] {p : ιProp} {s : ιSet Y} (hf : Topology.IsInducing f) {x : X} (h_basis : (nhds (f x)).HasBasis p s) :
(nhds x).HasBasis p (Set.preimage f s)
theorem Topology.IsInducing.nhdsSet_eq_comap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) (s : Set X) :
theorem Topology.IsInducing.map_nhds_eq {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) (x : X) :
theorem Topology.IsInducing.map_nhds_of_mem {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) (x : X) (h : Set.range f nhds (f x)) :
Filter.map f (nhds x) = nhds (f x)
theorem Topology.IsInducing.mapClusterPt_iff {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) {x : X} {l : Filter X} :
MapClusterPt (f x) l f ClusterPt x l
theorem Topology.IsInducing.image_mem_nhdsWithin {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) {x : X} {s : Set X} (hs : s nhds x) :
f '' s nhdsWithin (f x) (Set.range f)
theorem Topology.IsInducing.tendsto_nhds_iff {Y : Type u_2} {Z : Type u_3} {ι : Type u_4} {g : YZ} [TopologicalSpace Y] [TopologicalSpace Z] {f : ιY} {l : Filter ι} {y : Y} (hg : Topology.IsInducing g) :
Filter.Tendsto f l (nhds y) Filter.Tendsto (g f) l (nhds (g y))
theorem Topology.IsInducing.continuousAt_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hg : Topology.IsInducing g) {x : X} :
theorem Topology.IsInducing.continuous_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hg : Topology.IsInducing g) :
theorem Topology.IsInducing.continuousAt_iff' {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace Y] [TopologicalSpace X] [TopologicalSpace Z] (hf : Topology.IsInducing f) {x : X} (h : Set.range f nhds (f x)) :
theorem Topology.IsInducing.isClosed_iff {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) {s : Set X} :
IsClosed s ∃ (t : Set Y), IsClosed t f ⁻¹' t = s
theorem Topology.IsInducing.isClosed_iff' {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) {s : Set X} :
IsClosed s ∀ (x : X), f x closure (f '' s)x s
theorem Topology.IsInducing.isClosed_preimage {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (h : Topology.IsInducing f) (s : Set Y) (hs : IsClosed s) :
theorem Topology.IsInducing.isOpen_iff {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) {s : Set X} :
IsOpen s ∃ (t : Set Y), IsOpen t f ⁻¹' t = s
theorem Topology.IsInducing.setOf_isOpen {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) :
{s : Set X | IsOpen s} = Set.preimage f '' {t : Set Y | IsOpen t}
theorem Topology.IsInducing.dense_iff {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace Y] [TopologicalSpace X] (hf : Topology.IsInducing f) {s : Set X} :
Dense s ∀ (x : X), f x closure (f '' s)
theorem Topology.IsEmbedding.induced {X : Type u_1} {Y : Type u_2} {f : XY} [t : TopologicalSpace Y] (hf : Function.Injective f) :
@[deprecated Function.Injective.isEmbedding_induced]

Alias of Topology.IsEmbedding.induced.


Alias of Topology.IsEmbedding.induced.

@[deprecated Topology.IsEmbedding.isInducing]

Alias of Topology.IsEmbedding.isInducing.

theorem Topology.IsEmbedding.mk' {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (f : XY) (inj : Function.Injective f) (induced : ∀ (x : X), Filter.comap f (nhds (f x)) = nhds x) :
@[deprecated Topology.IsEmbedding.mk']
theorem Topology.IsEmbedding.Embedding.mk' {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (f : XY) (inj : Function.Injective f) (induced : ∀ (x : X), Filter.comap f (nhds (f x)) = nhds x) :

Alias of Topology.IsEmbedding.mk'.

@[deprecated Topology.IsEmbedding.id]

Alias of Topology.IsEmbedding.id.

theorem Topology.IsEmbedding.comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : Topology.IsEmbedding g) (hf : Topology.IsEmbedding f) :
@[deprecated Topology.IsEmbedding.comp]
theorem Topology.IsEmbedding.Embedding.comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : Topology.IsEmbedding g) (hf : Topology.IsEmbedding f) :

Alias of Topology.IsEmbedding.comp.

@[deprecated Topology.IsEmbedding.of_comp_iff]

Alias of Topology.IsEmbedding.of_comp_iff.

theorem Topology.IsEmbedding.of_comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Continuous f) (hg : Continuous g) (hgf : Topology.IsEmbedding (g f)) :
@[deprecated Topology.IsEmbedding.of_comp]
theorem Topology.IsEmbedding.embedding_of_embedding_compose {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Continuous f) (hg : Continuous g) (hgf : Topology.IsEmbedding (g f)) :

Alias of Topology.IsEmbedding.of_comp.

theorem Topology.IsEmbedding.of_leftInverse {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {f : XY} {g : YX} (h : Function.LeftInverse f g) (hf : Continuous f) (hg : Continuous g) :
@[deprecated Function.LeftInverse.isEmbedding]
theorem Function.LeftInverse.embedding {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {f : XY} {g : YX} (h : Function.LeftInverse f g) (hf : Continuous f) (hg : Continuous g) :

Alias of Topology.IsEmbedding.of_leftInverse.


Alias of Topology.IsEmbedding.of_leftInverse.

theorem Topology.IsEmbedding.map_nhds_eq {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsEmbedding f) (x : X) :
@[deprecated Topology.IsEmbedding.map_nhds_eq]
theorem Topology.IsEmbedding.Embedding.map_nhds_eq {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsEmbedding f) (x : X) :

Alias of Topology.IsEmbedding.map_nhds_eq.

theorem Topology.IsEmbedding.map_nhds_of_mem {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsEmbedding f) (x : X) (h : Set.range f nhds (f x)) :
Filter.map f (nhds x) = nhds (f x)
@[deprecated Topology.IsEmbedding.map_nhds_of_mem]
theorem Topology.IsEmbedding.Embedding.map_nhds_of_mem {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsEmbedding f) (x : X) (h : Set.range f nhds (f x)) :
Filter.map f (nhds x) = nhds (f x)

Alias of Topology.IsEmbedding.map_nhds_of_mem.

theorem Topology.IsEmbedding.tendsto_nhds_iff {Y : Type u_2} {Z : Type u_3} {ι : Type u_4} {g : YZ} [TopologicalSpace Y] [TopologicalSpace Z] {f : ιY} {l : Filter ι} {y : Y} (hg : Topology.IsEmbedding g) :
Filter.Tendsto f l (nhds y) Filter.Tendsto (g f) l (nhds (g y))
theorem Topology.IsEmbedding.continuous_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : Topology.IsEmbedding g) :
@[deprecated Topology.IsEmbedding.continuous_iff]
theorem Topology.IsEmbedding.Embedding.continuous_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : Topology.IsEmbedding g) :

Alias of Topology.IsEmbedding.continuous_iff.

@[deprecated Topology.IsEmbedding.closure_eq_preimage_closure_image]

Alias of Topology.IsEmbedding.closure_eq_preimage_closure_image.

The topology induced under an inclusion f : X → Y from a discrete topological space Y is the discrete topology on X.

See also DiscreteTopology.of_continuous_injective.

@[deprecated Topology.IsEmbedding.discreteTopology]

Alias of Topology.IsEmbedding.discreteTopology.


The topology induced under an inclusion f : X → Y from a discrete topological space Y is the discrete topology on X.

See also DiscreteTopology.of_continuous_injective.

@[deprecated Topology.IsEmbedding.of_subsingleton]

Alias of Topology.IsEmbedding.of_subsingleton.

@[deprecated Topology.isQuotientMap_iff]

Alias of Topology.isQuotientMap_iff.

@[deprecated Topology.isQuotientMap_iff_isClosed]

Alias of Topology.isQuotientMap_iff_isClosed.

@[deprecated Topology.isQuotientMap_iff_isClosed]

Alias of Topology.isQuotientMap_iff_isClosed.

theorem Topology.IsQuotientMap.comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : Topology.IsQuotientMap g) (hf : Topology.IsQuotientMap f) :
theorem Topology.IsQuotientMap.of_comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Continuous f) (hg : Continuous g) (hgf : Topology.IsQuotientMap (g f)) :
@[deprecated Topology.IsQuotientMap.of_comp]
theorem Topology.IsQuotientMap.of_quotientMap_compose {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Continuous f) (hg : Continuous g) (hgf : Topology.IsQuotientMap (g f)) :

Alias of Topology.IsQuotientMap.of_comp.

theorem Topology.IsQuotientMap.of_inverse {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] {g : YX} (hf : Continuous f) (hg : Continuous g) (h : Function.LeftInverse g f) :
theorem Topology.IsQuotientMap.continuous_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Topology.IsQuotientMap f) :
theorem IsOpenMap.comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : IsOpenMap g) (hf : IsOpenMap f) :
theorem IsOpenMap.isOpen_range {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) :
theorem IsOpenMap.image_mem_nhds {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) {x : X} {s : Set X} (hx : s nhds x) :
f '' s nhds (f x)
theorem IsOpenMap.range_mem_nhds {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) (x : X) :
theorem IsOpenMap.mapsTo_interior {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) {s : Set X} {t : Set Y} (h : Set.MapsTo f s t) :
theorem IsOpenMap.image_interior_subset {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) (s : Set X) :
theorem IsOpenMap.nhds_le {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) (x : X) :
nhds (f x) Filter.map f (nhds x)
theorem IsOpenMap.of_nhds_le {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : ∀ (x : X), nhds (f x) Filter.map f (nhds x)) :
theorem IsOpenMap.of_sections {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (h : ∀ (x : X), ∃ (g : YX), ContinuousAt g (f x) g (f x) = x Function.RightInverse g f) :
theorem IsOpenMap.of_inverse {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] {f' : YX} (h : Continuous f') (l_inv : Function.LeftInverse f f') (r_inv : Function.RightInverse f f') :
theorem IsOpenMap.isQuotientMap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (open_map : IsOpenMap f) (cont : Continuous f) (surj : Function.Surjective f) :

A continuous surjective open map is a quotient map.

@[deprecated IsOpenMap.isQuotientMap]
theorem IsOpenMap.to_quotientMap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (open_map : IsOpenMap f) (cont : Continuous f) (surj : Function.Surjective f) :

Alias of IsOpenMap.isQuotientMap.


A continuous surjective open map is a quotient map.

theorem IsOpenMap.preimage_interior_eq_interior_preimage {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf₁ : IsOpenMap f) (hf₂ : Continuous f) (s : Set Y) :
theorem IsOpenMap.preimage_closure_eq_closure_preimage {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) (hfc : Continuous f) (s : Set Y) :
theorem IsOpenMap.preimage_frontier_eq_frontier_preimage {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsOpenMap f) (hfc : Continuous f) (s : Set Y) :
theorem IsOpenMap.of_isEmpty {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] [h : IsEmpty X] (f : XY) :
theorem isOpenMap_iff_nhds_le {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] :
IsOpenMap f ∀ (x : X), nhds (f x) Filter.map f (nhds x)
theorem isOpenMap_iff_interior {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] :
IsOpenMap f ∀ (s : Set X), f '' interior s interior (f '' s)
theorem Topology.IsInducing.isOpenMap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hi : Topology.IsInducing f) (ho : IsOpen (Set.range f)) :

An inducing map with an open range is an open map.

@[deprecated Topology.IsInducing.isOpenMap]
theorem Inducing.isOpenMap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hi : Topology.IsInducing f) (ho : IsOpen (Set.range f)) :

Alias of Topology.IsInducing.isOpenMap.


An inducing map with an open range is an open map.

theorem Dense.preimage {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] {s : Set Y} (hs : Dense s) (hf : IsOpenMap f) :

Preimage of a dense set under an open map is dense.

theorem IsClosedMap.comp {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : IsClosedMap g) (hf : IsClosedMap f) :
theorem IsClosedMap.of_comp_surjective {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Function.Surjective f) (hf' : Continuous f) (hfg : IsClosedMap (g f)) :
theorem IsClosedMap.closure_image_subset {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsClosedMap f) (s : Set X) :
closure (f '' s) f '' closure s
theorem IsClosedMap.of_inverse {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] {f' : YX} (h : Continuous f') (l_inv : Function.LeftInverse f f') (r_inv : Function.RightInverse f f') :
theorem IsClosedMap.of_nonempty {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (h : ∀ (s : Set X), IsClosed ss.NonemptyIsClosed (f '' s)) :
theorem IsClosedMap.isClosed_range {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsClosedMap f) :
@[deprecated IsClosedMap.isClosed_range]
theorem IsClosedMap.closed_range {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : IsClosedMap f) :

Alias of IsClosedMap.isClosed_range.

theorem IsClosedMap.isQuotientMap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hcl : IsClosedMap f) (hcont : Continuous f) (hsurj : Function.Surjective f) :
@[deprecated IsClosedMap.isQuotientMap]
theorem IsClosedMap.to_quotientMap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hcl : IsClosedMap f) (hcont : Continuous f) (hsurj : Function.Surjective f) :

Alias of IsClosedMap.isQuotientMap.

@[deprecated Topology.IsInducing.isClosedMap]
theorem Inducing.isClosedMap {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsInducing f) (h : IsClosed (Set.range f)) :

Alias of Topology.IsInducing.isClosedMap.

theorem isClosedMap_iff_closure_image {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] :
IsClosedMap f ∀ (s : Set X), closure (f '' s) f '' closure s
theorem isClosedMap_iff_clusterPt {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] :
IsClosedMap f ∀ (s : Set X) (y : Y), MapClusterPt y (Filter.principal s) f∃ (x : X), f x = y ClusterPt x (Filter.principal s)

A map f : X → Y is closed if and only if for all sets s, any cluster point of f '' s is the image by f of some cluster point of s. If you require this for all filters instead of just principal filters, and also that f is continuous, you get the notion of proper map. See isProperMap_iff_clusterPt.

theorem IsClosedMap.closure_image_eq_of_continuous {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (f_closed : IsClosedMap f) (f_cont : Continuous f) (s : Set X) :
closure (f '' s) = f '' closure s
theorem IsClosedMap.lift'_closure_map_eq {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (f_closed : IsClosedMap f) (f_cont : Continuous f) (F : Filter X) :
(Filter.map f F).lift' closure = Filter.map f (F.lift' closure)
theorem IsClosedMap.mapClusterPt_iff_lift'_closure {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] {F : Filter X} (f_closed : IsClosedMap f) (f_cont : Continuous f) {y : Y} :
MapClusterPt y F f (F.lift' closure Filter.principal (f ⁻¹' {y})).NeBot
@[deprecated Topology.IsOpenEmbedding.isInducing]

Alias of Topology.IsOpenEmbedding.isInducing.

@[deprecated Topology.IsOpenEmbedding.isOpenMap]

Alias of Topology.IsOpenEmbedding.isOpenMap.

theorem Topology.IsOpenEmbedding.map_nhds_eq {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) (x : X) :
Filter.map f (nhds x) = nhds (f x)
@[deprecated Topology.IsOpenEmbedding.map_nhds_eq]
theorem Topology.OpenEmbedding.map_nhds_eq {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) (x : X) :
Filter.map f (nhds x) = nhds (f x)

Alias of Topology.IsOpenEmbedding.map_nhds_eq.

@[deprecated Topology.IsOpenEmbedding.isOpen_iff_image_isOpen]
theorem Topology.IsOpenEmbedding.open_iff_image_open {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) {s : Set X} :

Alias of Topology.IsOpenEmbedding.isOpen_iff_image_isOpen.

@[deprecated Topology.IsOpenEmbedding.isOpen_iff_image_isOpen]
theorem Topology.OpenEmbedding.open_iff_image_open {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) {s : Set X} :

Alias of Topology.IsOpenEmbedding.isOpen_iff_image_isOpen.

theorem Topology.IsOpenEmbedding.tendsto_nhds_iff {Y : Type u_2} {Z : Type u_3} {ι : Type u_4} {g : YZ} [TopologicalSpace Y] [TopologicalSpace Z] {f : ιY} {l : Filter ι} {y : Y} (hg : Topology.IsOpenEmbedding g) :
Filter.Tendsto f l (nhds y) Filter.Tendsto (g f) l (nhds (g y))
@[deprecated Topology.IsOpenEmbedding.tendsto_nhds_iff]
theorem Topology.OpenEmbedding.tendsto_nhds_iff {Y : Type u_2} {Z : Type u_3} {ι : Type u_4} {g : YZ} [TopologicalSpace Y] [TopologicalSpace Z] {f : ιY} {l : Filter ι} {y : Y} (hg : Topology.IsOpenEmbedding g) :
Filter.Tendsto f l (nhds y) Filter.Tendsto (g f) l (nhds (g y))

Alias of Topology.IsOpenEmbedding.tendsto_nhds_iff.

theorem Topology.IsOpenEmbedding.tendsto_nhds_iff' {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) {l : Filter Z} {x : X} :
Filter.Tendsto (g f) (nhds x) l Filter.Tendsto g (nhds (f x)) l
@[deprecated Topology.IsOpenEmbedding.tendsto_nhds_iff']
theorem Topology.OpenEmbedding.tendsto_nhds_iff' {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) {l : Filter Z} {x : X} :
Filter.Tendsto (g f) (nhds x) l Filter.Tendsto g (nhds (f x)) l

Alias of Topology.IsOpenEmbedding.tendsto_nhds_iff'.

theorem Topology.IsOpenEmbedding.continuousAt_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Topology.IsOpenEmbedding f) {x : X} :
@[deprecated Topology.IsOpenEmbedding.continuousAt_iff]
theorem Topology.OpenEmbedding.continuousAt_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hf : Topology.IsOpenEmbedding f) {x : X} :

Alias of Topology.IsOpenEmbedding.continuousAt_iff.

@[deprecated Topology.IsOpenEmbedding.continuous]

Alias of Topology.IsOpenEmbedding.continuous.

@[deprecated Topology.IsOpenEmbedding.isOpen_iff_preimage_isOpen]
theorem Topology.IsOpenEmbedding.open_iff_preimage_open {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) {s : Set Y} (hs : s Set.range f) :

Alias of Topology.IsOpenEmbedding.isOpen_iff_preimage_isOpen.

@[deprecated Topology.IsOpenEmbedding.isOpen_iff_preimage_isOpen]
theorem Topology.OpenEmbedding.open_iff_preimage_open {X : Type u_1} {Y : Type u_2} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] (hf : Topology.IsOpenEmbedding f) {s : Set Y} (hs : s Set.range f) :

Alias of Topology.IsOpenEmbedding.isOpen_iff_preimage_isOpen.

@[deprecated Topology.IsOpenEmbedding.of_isEmbedding_isOpenMap]

Alias of Topology.IsOpenEmbedding.of_isEmbedding_isOpenMap.

@[deprecated Topology.IsOpenEmbedding.of_isEmbedding_isOpenMap]

Alias of Topology.IsOpenEmbedding.of_isEmbedding_isOpenMap.

A surjective embedding is an IsOpenEmbedding.

@[deprecated Topology.IsEmbedding.isOpenEmbedding_of_surjective]

Alias of Topology.IsEmbedding.isOpenEmbedding_of_surjective.


A surjective embedding is an IsOpenEmbedding.

Alias of Topology.IsEmbedding.isOpenEmbedding_of_surjective.


A surjective embedding is an IsOpenEmbedding.

@[deprecated Topology.IsEmbedding.isOpenEmbedding_of_surjective]

Alias of Topology.IsEmbedding.isOpenEmbedding_of_surjective.


A surjective embedding is an IsOpenEmbedding.

@[deprecated Topology.isOpenEmbedding_iff_isEmbedding_isOpenMap]

Alias of Topology.isOpenEmbedding_iff_isEmbedding_isOpenMap.

@[deprecated Topology.isOpenEmbedding_iff_isEmbedding_isOpenMap]

Alias of Topology.isOpenEmbedding_iff_isEmbedding_isOpenMap.

@[deprecated Topology.isOpenEmbedding_iff_continuous_injective_isOpenMap]

Alias of Topology.isOpenEmbedding_iff_continuous_injective_isOpenMap.

@[deprecated Topology.isOpenEmbedding_iff_continuous_injective_isOpenMap]

Alias of Topology.isOpenEmbedding_iff_continuous_injective_isOpenMap.

@[deprecated Topology.IsOpenEmbedding.id]

Alias of Topology.IsOpenEmbedding.id.

theorem Topology.IsOpenEmbedding.isOpenMap_iff {X : Type u_1} {Y : Type u_2} {Z : Type u_3} {f : XY} {g : YZ} [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace Z] (hg : Topology.IsOpenEmbedding g) :
theorem Topology.IsOpenEmbedding.image_mem_nhds {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {f : XY} (hf : Topology.IsOpenEmbedding f) {s : Set X} {x : X} :
f '' s nhds (f x) s nhds x
@[deprecated Topology.IsClosedEmbedding.isInducing]

Alias of Topology.IsClosedEmbedding.isInducing.

theorem Topology.IsClosedEmbedding.tendsto_nhds_iff {X : Type u_1} {Y : Type u_2} {ι : Type u_4} {f : XY} [TopologicalSpace X] [TopologicalSpace Y] {g : ιX} {l : Filter ι} {x : X} (hf : Topology.IsClosedEmbedding f) :
Filter.Tendsto g l (nhds x) Filter.Tendsto (f g) l (nhds (f x))
@[deprecated Topology.IsClosedEmbedding.isClosed_iff_image_isClosed]

Alias of Topology.IsClosedEmbedding.isClosed_iff_image_isClosed.

@[deprecated Topology.IsClosedEmbedding.isClosed_iff_preimage_isClosed]

Alias of Topology.IsClosedEmbedding.isClosed_iff_preimage_isClosed.

@[deprecated Topology.IsClosedEmbedding.of_isEmbedding_isClosedMap]

Alias of Topology.IsClosedEmbedding.of_isEmbedding_isClosedMap.

@[deprecated Topology.IsClosedEmbedding.of_isEmbedding_isClosedMap]

Alias of Topology.IsClosedEmbedding.of_isEmbedding_isClosedMap.

@[deprecated Topology.IsClosedEmbedding.of_continuous_injective_isClosedMap]

Alias of Topology.IsClosedEmbedding.of_continuous_injective_isClosedMap.

@[deprecated Topology.IsClosedEmbedding.id]

Alias of Topology.IsClosedEmbedding.id.

@[deprecated Topology.IsClosedEmbedding.of_comp_iff]

Alias of Topology.IsClosedEmbedding.of_comp_iff.