Mathlib Map

Theorems · Theorem · general topology

isHomeomorph_iff_continuous_isClosedMap_bijective

∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f : X → Y},
  IsHomeomorph f ↔ Continuous f ∧ IsClosedMap f ∧ Function.Bijective f

A map is a homeomorphism iff it is continuous, closed and bijective.

Defined in
Mathlib.Topology.Homeomorph.Lemmas
Cited by
1 results in Mathlib
Foundations
Depth 78 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.

Cites14

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

Cited by1

Results whose statement or proof uses this declaration.