Local homeomorphisms #
This file defines local homeomorphisms.
Main definitions #
-
IsLocallyHomeomorph
: A functionf : X → Y
satisfiesIsLocallyHomeomorph
if for each pointx : X
, the restriction off
to some open neighborhoodU
ofx
gives a homeomorphism betweenU
and an open subset ofY
.Note that
IsLocallyHomeomorph
is a global condition. This is in contrast toLocalHomeomorph
, which is a homeomorphism between specific open subsets.
A function f : X → Y
satisfies IsLocallyHomeomorphOn f s
if each x ∈ s
is contained in
the source of some e : LocalHomeomorph X Y
with f = e
.
Instances For
Proves that f
satisfies IsLocallyHomeomorphOn f s
. The condition h
is weaker than the
definition of IsLocallyHomeomorphOn f s
, since it only requires e : LocalHomeomorph X Y
to
agree with f
on its source e.source
, as opposed to on the whole space X
.
A function f : X → Y
satisfies IsLocallyHomeomorph f
if each x : x
is contained in
the source of some e : LocalHomeomorph X Y
with f = e
.
Instances For
Proves that f
satisfies IsLocallyHomeomorph f
. The condition h
is weaker than the
definition of IsLocallyHomeomorph f
, since it only requires e : LocalHomeomorph X Y
to
agree with f
on its source e.source
, as opposed to on the whole space X
.