Re: derivatives as limit of a sequence of continuous functions
Artur wrote:
I'm trying to prove the following fact: if f:I --> R is differentiable
on an open interval I, then f' is the limit of a sequence of continuous
functions defined on I.
First, I considered an interval like (a, oo) with a real or -oo. Let
t_n be a sequence of positive numbers that converges to 0 and, for
every positive integer n, define g_n(x) = (f(x + t_n) - f(x))/(t_n).
Then, it's easy to see that each g_n is continuous and g_n -> f'. For
intervals like (-oo, a) the proof is similar.
A trickier case happens if we have intervals like (a,b), with a and b
real. Admitting f has a limit L at b, we can suppose t_n is in (0, b-a)
for every n and define g_n(x) = (f(x + t_n) - f(x))/(t_n) if a < x < b
- t_n and g_n(x) = (L - f(b -t_n))/(t_n) if b-t_n <= x < b. Then each
g_n is continuous on (a, b) and, for sufficient large n, every x in n
(a,b) will satisfy x < b - t_n, so that g_n => f'.
But I couldn't handle the case (a,b), and b real, if f doesn't have a
limit at a nor at b. In this case, the previous reasonings donn't work
and I'd like a suggestion.
I suggest that your t_n's become functions, instead of being constant.
Best regards,
Jose Carlos Santos
.
Relevant Pages
- Re: -- iterated composition of polynomials
... variable x, with real coefficients, define a sequence of ... g= lim g_n, as n approaches infinity ... does S contain all continuous functions ... S must be a Baire one function, which is a long way away ... (sci.math) - Re: -- iterated composition of polynomials
... variable x, with real coefficients, define a sequence of ... g= lim g_n, as n approaches infinity ... does S contain all continuous functions ... S must be a Baire one function, which is a long way away ... (sci.math) - Re: Why do people make such big deals of uniform convergence/continuity?
... I'm not trying to just whine, I seriously am interested-- are there ... really areas in higher math, areas that are actively researched and ... balance of whether some sequence of functions converges uniformly? ... a sequence of continuous functions is continuous? ... (sci.math) - Re: when fn -> f => fn -> f
... Let be a sequence of continuous functions from R to R, ... is this holds if you assume that the derivatives converge ... You might note that if F_n is holomorphic in an opne set in ... (sci.math) - Re: allowing only 3 records to be related to another table
... The concept underlying in suggestion 1 could work in Access, provided there is some mechanism to assign a Sequence value for new records. ... sequence column in a compound UNIQUE constraint with ProductID e.g. ... BlockID INTEGER IDENTITY PRIMARY KEY, ... (microsoft.public.access.tablesdbdesign) |
|