Partial homeomorphisms and continuity #
Main theorems #
OpenPartialHomeomorph.map_nhds_eq: an open partial homeomorphism preserves the neighbourhood filter of any point in its source.OpenPartialHomeomorph.continuousAt_iff_continuousAt_comp_left,OpenPartialHomeomorph.continuousAt_iff_continuousAt_comp_right: a function is continuous at a point iff its pre / post composition with an open partial homeomorphism is so (assuming the point is in the source / target).
An open partial homeomorphism is continuous at any point of its source
An open partial homeomorphism inverse is continuous at any point of its target
This lemma is useful in the manifold library in the case that e is a chart. It states that
locally around e x the set e.symm ⁻¹' s is the same as the set intersected with the target
of e and some other neighborhood of f x (which will be the source of a chart on Z).
Continuity within a set at a point can be read under right composition with a local homeomorphism, if the point is in its target
Continuity at a point can be read under right composition with an open partial homeomorphism, if the point is in its target
A function is continuous on a set if and only if its composition with an open partial homeomorphism on the right is continuous on the corresponding set.
Continuity within a set at a point can be read under left composition with a local homeomorphism if a neighborhood of the initial point is sent to the source of the local homeomorphism
Continuity at a point can be read under left composition with an open partial homeomorphism if a neighborhood of the initial point is sent to the source of the partial homeomorphism
A function is continuous on a set if and only if its composition with an open partial homeomorphism on the left is continuous on the corresponding set.
A function is continuous if and only if its composition with an open partial homeomorphism on the left is continuous and its image is contained in the source.