From 081fb403d97f809b9def9064ab2b7da764f12515 Mon Sep 17 00:00:00 2001 From: Debucquoy Date: Tue, 27 Dec 2022 11:41:55 +0100 Subject: [PATCH] start chap3 --- src/math/calculus/chap3.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/math/calculus/chap3.md b/src/math/calculus/chap3.md index c7181e8..2ad934d 100644 --- a/src/math/calculus/chap3.md +++ b/src/math/calculus/chap3.md @@ -1 +1,15 @@ # Dérivabilité des fonctions + +Une fonction \\( f : \mathbb{R} \to \mathbb{R}\\) est **dérivable** en un \\( a \in dom(f)\\) Si +\\[ + \lim\limits_{x \to a \\\\ x \in dom(f) \\{a\\}} \frac{f(x) - f(a)}{x - a} \text{ existe } +\\] +Dans ce cas la dérivée de f en a est la valeur de \\(\lim\limits_{x \to a} \frac{f(x) - g(x)}{x - a}\\) + +> Mais ceci require l'unicitee de la limite + +Donc \\(a \in adh(dom(f) \backslash \\{a\\}) \cap dom(f) \\) + + + +