Partial homeomorphisms: basic theory #
Main definitions #
PartialHomeomorph.refl: the identity partial homeomorphismIsEmbedding.toPartialHomeomorph: an embedding ofXintoY, withXnonempty, defines a partial homeomorphism whose source is all ofX.
The identity on the whole space as a partial homeomorphism.
Equations
Instances For
A PartialEquiv which is continuous on its source and has open forward map (on its source) is a
PartialHomeomorph.
Equations
- PartialHomeomorph.ofContinuousOpenRestrict e hc ho = { toPartialEquiv := e, continuousOn_toFun := hc, continuousOn_invFun := ⋯ }
Instances For
A PartialEquiv which is continuous on its source and has open forward map (on its source) and
open source is a PartialHomeomorph.
Equations
- PartialHomeomorph.ofContinuousOpen e hc ho hs = PartialHomeomorph.ofContinuousOpenRestrict e hc ⋯
Instances For
The homeomorphism obtained by restricting a PartialHomeomorph to a subset of the source.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A partial homeomorphism defines a homeomorphism between its source and target.
Equations
Instances For
If a 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
A partial homeomorphism whose source is all of X defines an embedding of X into
Y. The converse is also true; see IsEmbedding.toPartialHomeomorph.
If a PartialEquiv is a homeomorphism when restricted to source and target, then it is a
PartialHomeomorph.
Equations
- PartialHomeomorph.ofIsHomeomorphToEquiv f h = { toPartialEquiv := f, continuousOn_toFun := ⋯, continuousOn_invFun := ⋯ }
Instances For
Embeddings #
An embedding of X into Y, with X nonempty, defines a partial homeomorphism
whose source is all of X. The converse is also true; see PartialHomeomorph.isEmbedding.
Equations
Instances For
inclusion of a set in a topological space
The inclusion of an subset s of a space X into X is a partial homeomorphism
from the subtype s to X.