continuity
SKILL.md
Continuity
When to Use
Use this skill when working on continuity problems in real analysis.
Decision Tree
-
Check Definition
- f(a) exists (function defined at point)
- lim_{x->a} f(x) exists
- lim_{x->a} f(x) = f(a)
-
Use SymPy for Limit Check
sympy_compute.py limit "f(x)" --var x --at a- Compare with f(a)