Mathlib Map

Theorems · Theorem · functional analysis

IsCompact.exists_bound_of_continuousOn

∀ {α : Type u_1} {E : Type u_2} [inst : SeminormedAddGroup E] [inst_1 : TopologicalSpace α] {s : Set α},
  IsCompact s → ∀ {f : α → E}, ContinuousOn f s → ∃ C, ∀ x ∈ s, ‖f x‖ ≤ C
Defined in
Mathlib.Analysis.Normed.Group.Bounded
Cited by
8 results in Mathlib
Foundations
Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddGroupTopologicalSpace

Around this declaration

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

Cites12

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

Cited by8

Results whose statement or proof uses this declaration.