Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Every continuous function on [0,1] is uniformly approximated by everywhere-differentiable functions whose derivative vanishes at a prescribed point

Statement

Let c(0,1), let fC([0,1],R) and let ε>0. Then there is a function g:RR, differentiable at every real point (The derivative f(c)=limxcf(x)f(c)xc of f:AR at a point cA that is a limit point of A, and differentiability on a set), with

g(c)  =  0andsupx[0,1]f(x)g(x)  <  ε.

Since a function differentiable at every real point is continuous there, the restrictions to [0,1] of the everywhere-differentiable functions with vanishing derivative at c are uniformly dense in C([0,1],R).

The source states this for c=1/2 and for differentiability on (0,1); the statement above is the altered form obtained by letting the point be arbitrary and by producing an approximant differentiable on all of R, which is what the construction below actually delivers. Nothing in the proof uses 0<c<1; the restriction to (0,1) is kept only so that c is an interior point of the interval on which the approximation is measured.

Facts & Assumptions

Given: A point c(0,1), a function fC([0,1],R) and a real ε>0.

[L1]

For every fC([0,1],R) and ε>0, there is a polynomial p with supx[0,1]p(x)f(x)<ε (Polynomials are uniformly dense in C([0,1],R)).

[L3]

Let AR, let cA be a limit point of A, let u,v:AR be differentiable at c and let αR. Then u+v is differentiable at c with (u+v)(c)=u(c)+v(c), and αu is differentiable at c with (αu)(c)=αu(c) (Sums, scalar multiples, products and quotients: (f+g)(c)=f(c)+g(c), (αf)(c)=αf(c), (fg)(c)=f(c)g(c)+f(c)g(c), and (f/g)(c)=(f(c)g(c)f(c)g(c))/g(c)2 when g(c)0).

[L4]

Let A,BR, let v:AR with v[A]B and let u:BR. Let cA be a limit point of A at which v is differentiable, put b:=v(c), and suppose b is a limit point of B at which u is differentiable. Then uv is differentiable at c and (uv)(c)=u(v(c))v(c) (The chain rule, in one line from Carathéodory: if g is differentiable at c and f is differentiable at g(c), then fg is differentiable at c with (fg)(c)=f(g(c))g(c)).

[L5]

The functions sin and cos are differentiable on R, with (sinx)=cosx and (cosx)=sinx; also sin0=0 and cos0=1 (The derivatives of sine and cosine are cosine and minus sine).

[L6]

For every real x, sin2x+cos2x=1; consequently sinx1 and cosx1 (Parity and the Pythagorean identity for sine and cosine).

[L7]

A function differentiable at a point is continuous at that point (A function differentiable at c is continuous at c).

[L8]

For every ε>0 in a complete ordered field there is a natural number n1 with 1/n<ε (For every ε>0 in a complete ordered field there is a natural n1 with 1/n<ε).

Proof

technique · direct
1.1

By [L1] choose a polynomial p with supx[0,1]p(x)f(x)<ε/3.

givenL1choose
2.1

p is differentiable at every real point; put a:=p(c). Every real point is a limit point of R, so the derivatives below are all defined symbols.

step 1.1L2
3.1

Case a=0. Put g:=p. Then g is differentiable at every real point with g(c)=a=0, and supx[0,1]f(x)g(x)<ε/3<ε, which is the assertion.

step 1.1step 2.1algebra
3.2

Case a0. Then a>0, so ε/(3a)>0, and by [L8] there is a natural number λ1 with 1/λ<ε/(3a).

step 2.1L8choose
4.1

Define v:RR by v(x)=λ(xc) and g:RR by g(x)=p(x)(a/λ)sin(v(x)).

step 3.2choose
5.1

v(x)=λ(xc) is the polynomial function with a0=λc and a1=λ, so [L2] makes it differentiable at every real point with v(x)=1λx0=λ; substituting x=c gives v(c)=0.

step 4.1L2algebra
5.2

For every x[0,1], g(x)p(x)=(a/λ)sin(v(x))a/λ<ε/3, using sin1 and step 3.2.

step 3.2step 4.1L6algebra
6.1

Since sin is differentiable at every real point and every real point is a limit point of R, the chain rule applies to sinv at every real x and gives (sinv)(x)=cos(v(x))λ.

step 5.1L4L5
6.2

For every x[0,1], f(x)g(x)f(x)p(x)+p(x)g(x)<ε/3+ε/3=2ε/3, so 2ε/3 is an upper bound for fg on [0,1] and therefore supx[0,1]f(x)g(x)2ε/3<ε.

step 1.1step 5.2algebra
7.1

By [L3], g is differentiable at every real point, with g(x)=p(x)(a/λ)λcos(v(x))=p(x)acos(v(x)).

step 2.1step 4.1step 6.1L3algebra
8.1

At x=c we have v(c)=0 and cos0=1, so g(c)=p(c)a1=aa=0.

step 2.1step 5.1step 7.1L5algebra
9.1

In both cases a function g:RR differentiable at every real point has been produced with g(c)=0 and supx[0,1]f(x)g(x)<ε, which is the first assertion.

step 3.1step 8.1step 6.2
10.1

Such a g is continuous at every real point, so its restriction to [0,1] lies in C([0,1],R); since fC([0,1],R) and ε>0 were arbitrary, these restrictions are uniformly dense in C([0,1],R), which is the second assertion.

step 9.1L7

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 77 results over 23 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources