Skip to main content

Functions

In other course, the function we use is usually f:RRf: \R \to \R, but this course we will consider more about f:RnRmf: \R^n \to \R^m so that all the properties may differ and advance than in R\R

Limits and Continuity

We define f:SRmf: S \to \R^m, where SRnS \in \R^n, its limit exists at aa if ϵ>0,δ>0,xa<δ    f(x)v<ϵ\forall \epsilon > 0, \exists \delta > 0, \|x - a\| <\delta \implies \|f(x) - v\| < \epsilon where we write as limxaf(x)=b\lim\limits_{x\to a} f(x) = b

  • It obviously to see that we change all the absolute value to norm value than in R\R
  • If limit exists, we can also say ff is continuous at aa

Continue on the above function, we say ff is continuous on SS if sS,limxsf(x)\forall s\in S, \lim\limits_{x\to s} f(x) exists.

If a function ff satisfied f(x)f(y)Cxy,x,yS\|f(x) - f(y)\| \le C\|x-y\|, \forall x,y\in S, we call this function Lipschitz Function

  • Every Lipschitz Function is continuous
  • Every linear map A:RnRmA:\R^n \to \R^m is Lipschitz. There are two map function we use commonly, also be called as coordinate functions
    • πj(x1,,xn)=xj,1jn\pi_j(x_1, \ldots, x_n) = x_j, 1 \le j \le n which from Rn\R^n to R\R
    • εi(t)=tei\varepsilon_i(t) =te_i which from RRn\R \to \R^n
    • Every other linear map is a linear combination of the maps εiπj\varepsilon_i \pi_j

MEAN VALUE THEOREM: a function ff is continuous on [a,b][a,b] and differentiable on (a,b)    c(a,b),s.t.f(c)=f(b)f(a)ba(a,b) \implies \exists c\in (a,b), s.t. f'(c) = \frac{f(b) - f(a)}{b-a}

Discontinuity

ff is discontinuous at aa, aa is a Removable Singularity where limxaf(x)f(a)\lim\limits_{x\to a} f(x) \ne f(a) but limxaf(x)=limxa+f(x)\lim\limits_{x\to a-} f(x) = \lim\limits_{x\to a+} f(x)

  • limxa+f(x)=L \lim\limits_{x\to a+} f(x) = L is the limit of ff as xx approaches aa from the right. In δϵ\delta-\epsilon way is that ϵ>0,δ>0,a<x<a+r    f(x)L<ϵ\forall \epsilon > 0, \exists \delta > 0, a < x < a + r \implies \|f(x) - L\| < \epsilon. Similarly for the left limit.
  • If ff has limit at aa from both sides, but with different values, we say ff has a Jump Discontinuity at aa.
    • A function ff is Piecewise Continuous if on every finite subinterval, it has only finite number of discontinuities and all of them are jump discontinuities.

The limit of function ff as xx approaches aa is \infty if N>0,δ>0,xa<δ    f(x)>N\forall N > 0, \exists \delta > 0, \|x - a\| < \delta \implies f(x) > N. Similarly for -\infty.

We define the characteristic function of a set SS as f(x)=1f(x) = 1 if xSx \in S and f(x)=0f(x) = 0 otherwise.

Properties of Continuity

A subset VSRnV\subset S\subset \R^n is open in SS or relative open if there is a open set URnU\subset \R^n such that V=USV = U \cap S

THEOREM 5.3.1: Let function f:SRnRmf: S\subset \R^n \to \R^m. ff is continuous on S    S\iff \forall open URmU\in \R^m, the set f1(U)={xS:f(x)U}f^{-1}(U) = \{x\in S: f(x) \in U\} is open in S    S \iff \forall convergent sequence {xn}\{x_n\} in S,limnxn=a    limnf(xn)=f(a)S, \lim\limits_{n\to \infty} x_n = a \implies \lim\limits_{n\to \infty} f(x_n) = f(a)

Let f,gf,g be functions from a common domain SS to Rm\R^m, and they are continuous at aSa\in S where limxaf(x)=f(a)\lim\limits_{x\to a} f(x) = f(a) and limxag(x)=g(a)\lim\limits_{x\to a} g(x) = g(a). Then:

  • limxa(f(x)+g(x))=f(a)+g(a)\lim\limits_{x\to a} (f(x) + g(x)) = f(a) + g(a)
  • limxaαf(x)=αf(a)\lim\limits_{x\to a} \alpha f(x) = \alpha f(a) If the following range exists in Rm\R^m, then:
  • limxaf(x)g(x)=f(a)g(a)\lim\limits_{x\to a} f(x)g(x) = f(a)g(a)
  • limxaf(x)g(x)=f(a)g(a)\lim\limits_{x\to a} \frac{f(x)}{g(x)} = \frac{f(a)}{g(a)} if g(a)0g(a) \ne 0

THEOREM 5.3.5: Suppose that ff maps a domain SS contained in Rn\R^n into a subset TRmT\subset \R^m and gg maps TRlT\to \R^l. If ff is continuous at aSa\in S and gg is continuous at f(a)f(a), then gfg\circ f is continuous at aa. If ff is continuous on SS and gg is continuous on TT, then gfg\circ f is continuous on SS.

More on Continuity

THEOREM 5.4.3: Let CC be a compact subset of Rn\R^n and let ff be a continuous function from CC to Rm\R^m. Then f(C)f(C) is compact.

Extreme Value Theorem: Let CC be a compact subset of Rn\R^n and let ff be a continuous function from CC to R\R. Then there are points a,bCa,b\in C such that f(a)f(x)f(b)f(a) \le f(x) \le f(b) for all xCx\in C.

  • f(a)f(a) and f(b)f(b) are called extrema of ff on CC which is maximum and minimum value of ff on CC.

A function ff from SS to Rm\R^m is uniformly continuous on SS if ϵ>0,δ>0,xy<δ    f(x)f(y)<ϵ\forall \epsilon > 0, \exists \delta > 0, \|x - y\| < \delta \implies \|f(x) - f(y)\| < \epsilon

  • Every Lipschitz function is uniformly continuous
  • Every linear map from Rn\R^n to Rm\R^m is uniformly continuous
  • Let ff be a differentiable real-valued function on [a,b][a,b] with bounded derivative. Then ff is uniformly continuous on [a,b][a,b]

THEOREM 5.5.9: Suppose that CRnC\subset \R^n is compact and ff is a continuous function from CC to Rm\R^m. Then ff is uniformly continuous on CC.

Intermediate Value Theorem: Let ff be a real-valued continuous function on [a,b][a,b] and zRz\in \R satisfies f(a)<z<f(b)f(a) < z < f(b). Then there is a point c(a,b)c\in (a,b) such that f(c)=zf(c) = z.

  • If ff be a real-valued continuous function on [a,b][a,b], then f([a,b])f([a,b]) is an closed interval.
  • Let SRnS\subset \R^n and ff be a real-valued continuous function on SS. If there is a path from aa to bb in SS such that f(a)<z<f(b)f(a) < z < f(b), then there is a point cc on the path such that f(c)=zf(c) = z.

A subset ARnA\subset \R^n is not connected if there are disjoint open sets U,VU,V satisfied AUVA \subset U\cup V and AUAVA \cap U \ne \emptyset \ne A \cap V. Othervies, AA is connected.