Mathlib Map

Theorems · Definition · general topology

PartialHomeomorph.homeomorphOfImageSubsetSource

{X : Type u_1} →
  {Y : Type u_3} →
    [inst : TopologicalSpace X] →
      [inst_1 : TopologicalSpace Y] →
        (e : PartialHomeomorph X Y) → {s : Set X} → {t : Set Y} → s ⊆ e.source → ↑e '' s = t → ↑s ≃ₜ ↑t

The homeomorphism obtained by restricting a PartialHomeomorph to a subset of the source.

Defined in
Mathlib.Topology.PartialHomeomorph.Basic
Cited by
2 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.