Mathlib Map

Theorems · Theorem · general topology

ContinuousMap.exists_mem_subalgebra_near_continuousMap_of_separatesPoints

∀ {X : Type u_1} [inst : TopologicalSpace X] [inst_1 : CompactSpace X] (A : Subalgebra ℝ C(X, ℝ)),
  A.SeparatesPoints → ∀ (f : C(X, ℝ)) (ε : ℝ), 0 < ε → ∃ g, ‖↑g - f‖ < ε

An alternative statement of the Stone-Weierstrass theorem, for those who like their epsilons. If A is a subalgebra of C(X, ℝ) which separates points (and X is compact), every real-valued continuous function on X is within any ε > 0 of some element of A.

Defined in
Mathlib.Topology.ContinuousMap.StoneWeierstrass
Cited by
1 results in Mathlib
Foundations
Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceCompactSpace

Around this declaration

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

Cites18

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.