Induced and coinduced topologies #
In this file we define the induced and coinduced topologies, as well as topology inducing maps, topological embeddings, and quotient maps.
Main definitions #
- TopologicalSpace.induced: given- f : X → Yand a topology on- Y, the induced topology on- Xis the collection of sets that are preimages of some open set in- Y. This is the coarsest topology that makes- fcontinuous.
- TopologicalSpace.coinduced: given- f : X → Yand a topology on- X, the coinduced topology on- Yis defined such that- s : Set Yis open if the preimage of- sis open. This is the finest topology that makes- fcontinuous.
- IsInducing: a map- f : X → Yis called inducing, if the topology on the domain is equal to the induced topology.
- IsEmbedding: a map- f : X → Yis an embedding, if it is a topology inducing map and it is injective.
- IsOpenEmbedding: a map- f : X → Yis an open embedding, if it is an embedding and its range is open. An open embedding is an open map.
- IsClosedEmbedding: a map- f : X → Yis an open embedding, if it is an embedding and its range is open. An open embedding is an open map.
- IsQuotientMap: a map- f : X → Yis a quotient map, if it is surjective and the topology on the codomain is equal to the coinduced topology.
Given f : X → Y and a topology on Y,
the induced topology on X is the collection of sets
that are preimages of some open set in Y.
This is the coarsest topology that makes f continuous.
Equations
Instances For
Given f : X → Y and a topology on X,
the coinduced topology on Y is defined such that
s : Set Y is open if the preimage of s is open.
This is the finest topology that makes f continuous.
Equations
Instances For
We say that restrictions of the topology on X to sets from a family S
generates the original topology,
if either of the following equivalent conditions hold:
- a set which is relatively open in each s ∈ Sis open;
- a set which is relatively closed in each s ∈ Sis closed;
- for any topological space Y, a functionf : X → Yis continuous provided that it is continuous on eachs ∈ S.
- isOpen_of_forall_induced (u : Set X) : (∀ s ∈ S, IsOpen (Subtype.val ⁻¹' u)) → IsOpen u
Instances For
Alias of Topology.IsCoherentWith.
We say that restrictions of the topology on X to sets from a family S
generates the original topology,
if either of the following equivalent conditions hold:
- a set which is relatively open in each s ∈ Sis open;
- a set which is relatively closed in each s ∈ Sis closed;
- for any topological space Y, a functionf : X → Yis continuous provided that it is continuous on eachs ∈ S.
Equations
Instances For
A function f : X → Y between topological spaces is inducing if the topology on X is induced
by the topology on Y through f, meaning that a set s : Set X is open iff it is the preimage
under f of some open set t : Set Y.
- The topology on the domain is equal to the induced topology. 
Instances For
A function between topological spaces is an embedding if it is injective,
and for all s : Set X, s is open iff it is the preimage of an open set.
- injective : Function.Injective fA topological embedding is injective. 
Instances For
An open embedding is an embedding with open range.
- The range of an open embedding is an open set. 
Instances For
A closed embedding is an embedding with closed image.
- The range of a closed embedding is a closed set. 
Instances For
A function between topological spaces is a quotient map if it is surjective,
and for all s : Set Y, s is open iff its preimage is an open set.
- surjective : Function.Surjective f