Altanis

September 22th, 2026

Updated 22 Sep 2026Notes (PDF)

[0.0.8]Definition(Limit of a Function)#

Let A⊆RA \subseteq \bR be some subset of R\bR, and consider a function f:A→Rf: A \to \bR. For some limit point aa of AA, we say the limit of f(x)f(x) as xx approaches aa is LL if, for any ε>0\epsilon > 0, there exists a δ>0\delta > 0 such that

0<∣x−a∣<δ  ⟹  ∣f(x)−L∣<ε0 < |x - a| < \delta \implies |f(x) - L| < \epsilon

for all x∈Ax \in A. We write this as

lim⁡x→af(x)=L.\lim_{x \to a} f(x) = L.
[0.0.9]Definition(Continuity of a Function)#

Let A⊆RA \subseteq \bR be some subset of R\bR, and consider a function f:A→Rf: A \to \bR. For some a∈Aa \in A, we say ff is continuous at aa if, for any ε>0\epsilon > 0, there exists δ>0\delta > 0 such that

∣x−a∣<δ  ⟹  ∣f(x)−f(a)∣<ε|x - a| < \delta \implies |f(x) - f(a)| < \epsilon

for all x∈Ax \in A.

[0.0.10]Definition(Derivative of a Function)#

Let A⊆RA \subseteq \bR be some subset of R\bR, and consider a function f:A→Rf: A \to \bR. For some interior point a∈Aa \in A, provided the limit exists, we say the derivative of ff at aa is given by

f′(a)=lim⁡h→0f(a+h)−f(a)h.f'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}.