0

Can we say that if the limit of a sequence of functions is differentiable then the sequence is convergent?

I mean, I know that $\frac{\partial f(x,t)}{\partial x}$ exists. If I specify a sequence based on the definition of the derivative, something like $f_n(x,t)=f(x+1/n,t)$ do I know that this sequence converges just because the derivative exists? It seems so, but I am not sure.

2 Answers2

1

You just said the sequence has a limit, so yes, it's convergent.

Jack M
  • 27,819
  • 7
  • 63
  • 129
0

To answer the main question:

No, define $f_n(x,t)=(-1)^n$. We have $\frac{\partial f_n}{\partial x}=0$ for every $n$, and clearly this converges (uniformly) to a differentiable function $0$. However, it is rather obvious the sequence of functions is even pointwise convergent.

Hayden
  • 16,737