Theorems · Theorem · approximation theory
exists_polynomial_near_continuousMap
∀ (a b : ℝ) (f : C(↑(Set.Icc a b), ℝ)) (ε : ℝ), 0 < ε → ∃ p, ‖p.toContinuousMapOn (Set.Icc a b) - f‖ < ε
An alternative statement of Weierstrass' theorem,
for those who like their epsilons.
Every real-valued continuous function on [a,b] is within any ε > 0 of some polynomial.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Top.topproof · cited by 9,680
- SetLike.coeproof · cited by 8,199
- Set.Elemstatement and proof · cited by 7,166
- Polynomialstatement and proof · cited by 5,681
- nhdsproof · cited by 5,554
- Norm.normstatement · cited by 5,413
- ContinuousMapstatement and proof · cited by 2,491
- Set.Iccstatement and proof · cited by 1,702
- RingHomClass.toRingHomproof · cited by 746
Cited by1
Results whose statement or proof uses this declaration.
- exists_polynomial_near_of_continuousOnproof · cited by 0