Theorems · Theorem · general topology
Topology.IsInducing.isCompact_preimage
∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f : X → Y},
Topology.IsInducing f → IsClosed (Set.range f) → ∀ {K : Set Y}, IsCompact K → IsCompact (f ⁻¹' K)The preimage of a compact set under an inducing map is a compact set.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.preimagestatement · cited by 4,946
- Set.rangestatement and proof · cited by 4,705
- IsClosedstatement and proof · cited by 1,639
- IsCompactstatement and proof · cited by 1,282
- Topology.IsInducingstatement and proof · cited by 266
- Set.image_preimage_eq_inter_rangeproof · cited by 121
- IsCompact.inter_rightproof · cited by 30
- Topology.IsInducing.isCompact_iffproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- Topology.IsClosedEmbedding.isCompact_preimageproof · cited by 12