Theorems · Theorem · approximation theory
bernsteinApproximation_uniform
∀ {E : Type u_1} [inst : AddCommGroup E] [inst_1 : TopologicalSpace E] [inst_2 : IsTopologicalAddGroup E]
[inst_3 : Module ℝ E] [inst_4 : ContinuousSMul ℝ E] [LocallyConvexSpace ℝ E] (f : C(↑unitInterval, E)),
Filter.Tendsto (fun n => bernsteinApproximation n f) Filter.atTop (nhds f)The Bernstein approximations
``
∑ k : Fin (n+1), f (k/n : ℝ) * n.choose k * x^k * (1-x)^(n-k)
`
for a continuous function f : C([0,1], ℝ) converge uniformly to f as n` tends to infinity.
This is the proof given in [Richard Beals' Analysis, an introduction][beals-analysis], §7D,
and reproduced on wikipedia.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites109
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 and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- Finsetproof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- Set.Elemstatement and proof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
Cited by1
Results whose statement or proof uses this declaration.
- polynomialFunctions_closure_eq_top'proof · cited by 1