dmatador
- 120
- 1
ehhh
Last edited:
The discussion revolves around the theorem that states "differentiable implies continuous." Participants explore the proof of this theorem, addressing various aspects of differentiability and continuity, and engage in a technical examination of limits and their properties.
Participants do not reach a consensus on the best approach to proving the theorem. There are competing views on the validity of certain mathematical manipulations and the necessity of rigorous proofs.
Some participants note issues with LaTeX formatting that hindered clarity in presenting their arguments. There is also mention of the need for refreshing web-readers to see edits, which may affect the flow of the discussion.
This does not work, as the limit of the denominator is 0. Distributing the limit over a quotient is only valid if the limit exists and the limit of the denominator is non-zero. However, you can get a working proof if you multiply both sides by [itex]\lim_{x\rightarrow c} x - c[/itex].dmatador said:[tex] f'(c) = \lim_{x\to c}\frac{f(x) - f(c)}{x - c}[/tex] ...since it is differentiable at any arbitrary point.
[tex] f'(c) = \frac{\lim_{x\to c}f(x) - \lim_{x\to c}f(c)}{\lim_{x\to c}(x - c)}[/tex] ...using properties of the limit (i think).
slider142 said:This does not work, as the limit of the denominator is 0. Distributing the limit over a quotient is only valid if the limit exists and the limit of the denominator is non-zero. However, you can get a working proof if you multiply both sides by [itex]\lim_{x\rightarrow c} x - c[/itex].
dmatador said:OK, I think I see that. After that you can pull out the limit sign and cancel out the x - c and are left with [tex]0 = \lim_{x\to c}f(x) - f(c)[/tex]. The proof is basically done.