Theorems · Theorem · general topology
Metric.exists_isOpen_isBounded_image_inter_of_isCompact_of_forall_continuousWithinAt
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [inst_1 : TopologicalSpace β] {k s : Set β} {f : β → α},
IsCompact k → (∀ x ∈ k, ContinuousWithinAt f s x) → ∃ t, k ⊆ t ∧ IsOpen t ∧ Bornology.IsBounded (f '' (t ∩ s))If a function is continuous within a set s at every point of a compact set k, then it is
bounded on some open neighborhood of k in s.
- Defined in
- Mathlib.Topology.MetricSpace.Bounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- Filterproof · cited by 8,121
- Set.imagestatement · cited by 5,609
- Set.preimageproof · cited by 4,946
- IsOpenstatement and proof · cited by 2,400
- Disjointproof · cited by 2,201
- PseudoMetricSpacestatement and proof · cited by 1,550
- IsCompactstatement and proof · cited by 1,282
- Filter.principalproof · cited by 740
- Filter.comapproof · cited by 546
- ContinuousWithinAtstatement and proof · cited by 512
Cited by2
Results whose statement or proof uses this declaration.
- Metric.exists_isOpen_isBounded_image_of_isCompact_of_forall_continuousAtproof · cited by 1
- Metric.exists_isOpen_isBounded_image_inter_of_isCompact_of_continuousOnproof · cited by 0