Theorems · Theorem · general topology
ContinuousMap.exists_mem_subalgebra_near_continuous_of_separatesPoints
∀ {X : Type u_1} [inst : TopologicalSpace X] [CompactSpace X] (A : Subalgebra ℝ C(X, ℝ)),
A.SeparatesPoints → ∀ (f : X → ℝ), Continuous f → ∀ (ε : ℝ), 0 < ε → ∃ g, ∀ (x : X), ‖↑g x - f x‖ < εAn alternative statement of the Stone-Weierstrass theorem,
for those who like their epsilons and don't like bundled continuous functions.
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.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 194 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Norm.normstatement and proof · cited by 5,413
- Continuousstatement and proof · cited by 2,592
- ContinuousMapstatement and proof · cited by 2,491
- Subalgebrastatement and proof · cited by 1,353
- CompactSpacestatement and proof · cited by 593
- Subalgebra.SeparatesPointsstatement and proof · cited by 18
- ContinuousMap.norm_lt_iffproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.