Partial homeomorphisms: basic theory #
Main definitions #
OpenPartialHomeomorph.refl: the identity open partial homeomorphismTopology.IsOpenEmbedding.toOpenPartialHomeomorph: construct a partial homeomorphism from an open embedding
The identity on the whole space as an open partial homeomorphism.
Equations
Instances For
An open partial homeomorphism is an open map on its source: the image of an open subset of the source is open.
The image of the restriction of an open set to the source is open.
The inverse of an open partial homeomorphism e is an open map on e.target.
A PartialEquiv with continuous open forward map and open source is a
OpenPartialHomeomorph.
Equations
- OpenPartialHomeomorph.ofContinuousOpenRestrict e hc ho hs = { toPartialEquiv := e, open_source := hs, open_target := ⋯, continuousOn_toFun := hc, continuousOn_invFun := ⋯ }
Instances For
A PartialEquiv with continuous open forward map and open source is a
OpenPartialHomeomorph.
Equations
- OpenPartialHomeomorph.ofContinuousOpen e hc ho hs = OpenPartialHomeomorph.ofContinuousOpenRestrict e hc ⋯ hs
Instances For
The homeomorphism obtained by restricting an OpenPartialHomeomorph to a subset of the source.
Equations
- One or more equations did not get rendered due to their size.
Instances For
An open partial homeomorphism defines a homeomorphism between its source and target.
Equations
Instances For
If an open partial homeomorphism has source and target equal to univ, then it induces a homeomorphism between the whole spaces, expressed in this definition.
Equations
- e.toHomeomorphOfSourceEqUnivTargetEqUniv h h' = { toFun := ↑e, invFun := ↑e.symm, left_inv := ⋯, right_inv := ⋯, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
An open partial homeomorphism whose source is all of X defines an open embedding of X into
Y. The converse is also true; see IsOpenEmbedding.toOpenPartialHomeomorph.
Open embeddings #
An open embedding of X into Y, with X nonempty, defines an open partial homeomorphism
whose source is all of X. The converse is also true; see
OpenPartialHomeomorph.to_isOpenEmbedding.
Equations
Instances For
Alias of Topology.IsOpenEmbedding.toOpenPartialHomeomorph.
An open embedding of X into Y, with X nonempty, defines an open partial homeomorphism
whose source is all of X. The converse is also true; see
OpenPartialHomeomorph.to_isOpenEmbedding.
Equations
Instances For
Alias of Topology.IsOpenEmbedding.toOpenPartialHomeomorph_left_inv.
Alias of Topology.IsOpenEmbedding.toOpenPartialHomeomorph_right_inv.
inclusion of an open set in a topological space
The inclusion of an open subset s of a space X into X is an open partial homeomorphism
from the subtype s to X.
Equations
Instances For
Alias of TopologicalSpace.Opens.openPartialHomeomorphSubtypeCoe.
The inclusion of an open subset s of a space X into X is an open partial homeomorphism
from the subtype s to X.
Equations
Instances For
Alias of TopologicalSpace.Opens.openPartialHomeomorphSubtypeCoe_coe.
Alias of TopologicalSpace.Opens.openPartialHomeomorphSubtypeCoe_source.
Alias of TopologicalSpace.Opens.openPartialHomeomorphSubtypeCoe_target.