Mathlib Map

Theorems · Theorem · general topology

Topology.IsInducing.isCountablyCompact_iff

∀ {E : Type u_2} {F : Type u_3} [inst : TopologicalSpace E] [inst_1 : TopologicalSpace F] {A : Set E} {f : E → F},
  Topology.IsInducing f → (IsCountablyCompact A ↔ IsCountablyCompact (f '' A))

If f : X → Y is an inducing map, the image f '' s of a set s is countably compact if and only if s is countably compact.

Defined in
Mathlib.Topology.Compactness.CountablyCompact
Cited by
1 results in Mathlib
Foundations
Depth 76 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.

Cites17

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.