Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)verified 2026-08-10 (gpt-5.6-terra-codex-subscription)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Vector-valued functions f:ARmf : A \to \mathbb{R}^m, their limits and continuity, with the dictionary to the metric notions

Definition

Throughout, mNm \in \mathbb{N} with m1m \ge 1, and Rm\mathbb{R}^{m} carries the Euclidean norm 2\lVert\cdot\rVert_2 of The Euclidean inner product x,y=k<nxkyk\langle x,y\rangle = \sum_{k<n} x_k y_k on Rn\mathbb{R}^n and The pp-norms xp\lVert x\rVert_p for rational p1p \ge 1, and x\lVert x\rVert_\infty, whose induced metric is the published d2d_2 (Each p\lVert\cdot\rVert_p is a norm on Rn\mathbb{R}^n, and the induced metrics are exactly d1d_1, d2d_2 and dd_\infty of the published metric-spaces page, Rn\mathbb{R}^n as the set of functions nRn \to \mathbb{R}, and d1d_1, d2d_2, dd_\infty are metrics on it). A function into Rm\mathbb{R}^{m} is called vector-valued.

Continuity

Let (X,dX)(X, d_X) be a metric space (Metric space: d(x,y)=0d(x,y) = 0 iff x=yx = y, symmetry, and the triangle inequality; pseudometric and ultrametric), let AXA \subseteq X carry the restricted metric dAd_A (Isometry, isometric embedding, and the subspace metric on a subset), let f:ARmf : A \to \mathbb{R}^{m} and let aAa \in A. Then ff is continuous at aa when

(ε>0) (δ>0) (xA) [ dX(x,a)<δ  f(x)f(a)2<ε ],(\forall \varepsilon > 0)\ (\exists \delta > 0)\ (\forall x \in A)\ \bigl[\ d_X(x,a) < \delta \ \Longrightarrow\ \lVert f(x) - f(a)\rVert_2 < \varepsilon\ \bigr],

with ε,δ\varepsilon, \delta ranging over the positive reals, and continuous on AA when it is continuous at every point of AA.

This is not a new notion, and that is the point of writing it down. Since f(x)f(a)2=d2(f(x),f(a))\lVert f(x)-f(a)\rVert_2 = d_2\bigl(f(x),f(a)\bigr) and dAd_A is the restriction of dXd_X, the displayed condition is verbatim the condition of Continuity of a map between metric spaces, at a point and globally, in the ε\varepsilon-δ\delta form for the map of metric spaces f:(A,dA)(Rm,d2)f : (A,d_A) \to (\mathbb{R}^{m}, d_2). So every theorem about continuous maps of metric spaces applies to vector-valued functions with no translation, and this library has exactly one notion of continuity here. The same move was made once before, between the R\mathbb{R}-native and the metric notions, in Dictionary: for ARA \subseteq \mathbb{R} with the metric d(x,y)=xyd(x,y) = |x-y|, continuity and uniform continuity of f:ARf : A \to \mathbb{R} agree with the metric-space notions, the Lipschitz and Hölder conditions are the metric ones instantiated, and a subset of R\mathbb{R} is compact in the open-cover sense of R\mathbb{R} exactly when it is a compact metric subspace; this item is that move one dimension up in the codomain.

The two cases used below are X=RX = \mathbb{R} with dR(s,t)=std_{\mathbb{R}}(s,t) = |s-t| (The absolute value makes R\mathbb{R} a metric space: d(x,y)=xyd(x,y) = |x-y| is a metric, its open balls are the intervals (xr,x+r)(x-r, x+r), and it is unbounded) and X=RnX = \mathbb{R}^{n} with d2d_2, for n1n \ge 1.

Limits, for a real domain

Let ARA \subseteq \mathbb{R}, let f:ARmf : A \to \mathbb{R}^{m}, let cc be a limit point of AA (Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}) and let LRmL \in \mathbb{R}^{m}. We say f(x)f(x) tends to LL as xx tends to cc, and write limxcf(x)=L\lim_{x\to c} f(x) = L, when

(ε>0) (δ>0) (xA) [ 0<xc<δ  f(x)L2<ε ].(\forall \varepsilon > 0)\ (\exists \delta > 0)\ (\forall x \in A)\ \bigl[\ 0 < |x - c| < \delta \ \Longrightarrow\ \lVert f(x) - L\rVert_2 < \varepsilon\ \bigr].

This is the condition of The ε\varepsilon-δ\delta limit limxcf(x)=L\lim_{x \to c} f(x) = L of f:ARf : A \to \mathbb{R} at a limit point cc of AA with the absolute value in the codomain replaced by 2\lVert\cdot\rVert_2; as there, the puncture 0<xc0 < |x-c| is what makes cc a point the function need not be defined at, and the hypothesis that cc is a limit point of AA is what stops the condition from being satisfied vacuously.

The notation denotes: at most one LL satisfies the condition. Suppose LL and LL' both do and LLL \ne L'. Then ε:=LL2/2>0\varepsilon := \lVert L-L'\rVert_2 / 2 > 0 by (N1) for 2\lVert\cdot\rVert_2 (A norm on a real vector space, the induced metric, and the dictionary with the metric axioms). Take δ\delta and δ\delta' for this ε\varepsilon and put η:=min{δ,δ}>0\eta := \min\{\delta,\delta'\} > 0. Since cc is a limit point of AA there is xAx \in A with 0<xc<η0 < |x-c| < \eta (Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}), and then

LL2    Lf(x)2+f(x)L2  <  ε+ε  =  LL2\lVert L - L'\rVert_2 \;\le\; \lVert L - f(x)\rVert_2 + \lVert f(x) - L'\rVert_2 \;<\; \varepsilon + \varepsilon \;=\; \lVert L-L'\rVert_2

by (N3) and (N2), which trichotomy forbids. So L=LL = L'.

Components

For i<mi < m define the ii-th coordinate projection πi:RmR\pi_i : \mathbb{R}^{m} \to \mathbb{R} by πi(y):=yi=y(i)\pi_i(y) := y_i = y(i), and for f:ARmf : A \to \mathbb{R}^{m} the ii-th component fi:=πiff_i := \pi_i \circ f, a real-valued function on AA.

Each πi\pi_i is 11-Lipschitz (Lipschitz map, α\alpha-Hölder map for rational 0<α10 < \alpha \le 1, and contraction): for y,zRmy, z \in \mathbb{R}^{m},

πi(y)πi(z)  =  yizi    yz2  =  d2(y,z),\bigl|\pi_i(y) - \pi_i(z)\bigr| \;=\; |y_i - z_i| \;\le\; \lVert y - z\rVert_2 \;=\; d_2(y,z),

the middle inequality being wiw2|w_i| \le \lVert w\rVert_2 at w:=yzw := y-z (The finite and reverse triangle inequalities for a norm; and for n1n \ge 1 every norm NN on Rn\mathbb{R}^n satisfies N(x)Cx1N(x) \le C\lVert x\rVert_1 and is Lipschitz, hence continuous, for d2d_2 clause 3, or directly because wi2w_i^{2} is one term of the sum k<mwk2\sum_{k<m}w_k^{2}). Written in coordinates, f(x)f(x) is the vector whose ii-th coordinate is fi(x)f_i(x), and f(x)=i<mfi(x)eif(x) = \sum_{i<m} f_i(x)\,e_i in the standard basis (The standard list e:nFne : n \to F^{n} with ei(i)=1Fe_i(i) = 1_F and ei(j)=0Fe_i(j) = 0_F for jij \ne i is an ordered basis of FnF^{n}; hence dimFFn=n\dim_F F^{n} = n, and F0F^{0} is the zero space with basis \varnothing and dimension 00).

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 186 results over 30 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources