Alphabeta Math
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.

12 results · all verified · 3 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 9 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Normed and Banach Spaces

1 · Prerequisites

2 · Summary

This page fixes the basic normed-space vocabulary used later in functional analysis and keeps the route deliberately small. It adds Banach spaces, the reverse triangle inequality, normed subspaces, finite product norms, the series criterion for completeness, and the completion package built on the already published metric completion.

Two scope boundaries matter. First, quotient norms and the full bounded-linear operator package are deferred to the next page; here boundedness appears only as the concrete estimate needed for the completion universal property. Second, the classical Lp spaces are not rebuilt here: the page closes that seam by a remark pointing back to the earlier measure-theory proofs.

3 · Logical flowchart

4 · Definitions, theorems and proofs

RemarkRemark: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Real and complex scalar conventions for normed spaces

Remark

The published definition A norm on a real vector space, the induced metric, and the dictionary with the metric axioms is written for vector spaces over R. On this page the same language is used over C as well: a complex normed space is a complex vector space with a function :VR satisfying the same separation and triangle inequality clauses, while absolute homogeneity is read with the complex modulus λ of Real and imaginary parts, complex conjugation, and modulus instead of the real absolute value.

Nothing else changes. The induced metric is still d(x,y)=xy, Banach means complete for that metric, and every estimate on this page that uses only the triangle inequality and λ is valid verbatim over either scalar field. When scalar continuity in the complex case is mentioned, the scalar field is the field of complex numbers already constructed in C=R[x]/(x2+1) is a field, every element is uniquely a+bi, and every nonzero element has inverse (abi)/(a2+b2).

Remarks

  • The page statements are therefore written so that the real case is literal and the complex case is obtained by this one substitution.
  • Later pages that need genuinely complex-specific structure, such as sesquilinear inner products or adjoints, will say so explicitly rather than hiding it inside the word "normed".
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Banach space

Definition

Let V be a normed space in the sense of A norm on a real vector space, the induced metric, and the dictionary with the metric axioms, with induced metric d(x,y)=xy. Then V is a Banach space when this metric space is complete in the sense of Complete metric space: every Cauchy sequence converges in the space.

Equivalently: every Cauchy sequence in V for the norm metric converges to a point of V.

Remarks

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

The reverse triangle inequality in a normed space

Statement

Let V be a normed space. For all x,yV, xyxy. In particular, the norm map is 1-Lipschitz for the norm metric.

Facts & Assumptions

Given: A normed space V and vectors x,yV.

[L1]

A norm satisfies the triangle inequality and absolute homogeneity (A norm on a real vector space, the induced metric, and the dictionary with the metric axioms).

Proof

technique · direct
1.1

Since x=(xy)+y, the triangle inequality in [L1] gives xxy+y.

L1
1.2

Since y=(yx)+x and yx=xy by absolute homogeneity at the scalar 1, [L1] also gives yxy+x.

L1algebra
2.1

Step 1.1 yields xyxy, and step 1.2 yields yxxy; together these are exactly xyxy.

step 1.1step 1.2algebra
3.1

The displayed inequality says precisely that the map xx is 1-Lipschitz for the metric d(u,v)=uv.

step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Linear isometries and isometric isomorphisms

Definition

Let V and W be normed spaces over the same scalar field.

A linear map T:VW (Linear map between vector spaces over the same field) is a linear isometry if Tx=xfor every xV.

A linear isometry is automatically an isometric embedding for the induced metrics, because T(x)T(y)=T(xy)=xy.

A linear isometric isomorphism is a linear isometry that is bijective (Injection, surjection, bijection). Equivalently, it is a bijective isometry between the underlying metric spaces whose map is linear.

Remarks

  • The adjective "isometric" by itself refers to the metric notion of Isometry, isometric embedding, and the subspace metric on a subset; the adjective "linear" is recorded separately because later pages need both embedding and surjective forms.
  • A bijective linear isometry has a linear inverse, so a linear isometric isomorphism identifies two normed spaces without changing any distance.
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Normed subspace

Definition

Let V be a normed space and let WV be a linear subspace in the sense of Linear subspace of a vector space. The normed subspace W is the vector space W equipped with the restricted norm wW:=wV(wW).

Its induced metric is the restriction of the ambient norm metric to W×W, so the inclusion WV is an isometric embedding in the sense of Isometry, isometric embedding, and the subspace metric on a subset.

Remarks

  • No new notation is forced: once the ambient norm is fixed, the restricted norm is usually written with the same symbol.
  • Completeness and closedness for a normed subspace are therefore comparison statements between the restricted metric and the ambient one, not new definitions.
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

A complete normed subspace is closed

Statement

Let V be a normed space and let WV be a normed subspace. If W is complete for its restricted norm, then W is closed in V.

Facts & Assumptions

Given: A normed space V and a normed subspace WV.

[L1]

The normed-subspace metric is the ambient metric restricted to W×W, and the inclusion is an isometric embedding (Normed subspace).

Proof

technique · direct
1.1

By [L1], the metric on W induced by the restricted norm is exactly the ambient norm metric restricted to W.

L1
2.1

The hypothesis that W is complete for its restricted norm therefore says that W is complete as a metric subspace of V.

step 1.1given
3.1

Applying [L2] to that metric subspace shows that W is closed in the ambient normed space V.

step 2.1L2
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

A closed subspace of a Banach space is Banach

Statement

Let V be a Banach space and let WV be a closed linear subspace, equipped with the restricted norm. Then W is a Banach space.

Facts & Assumptions

Given: A Banach space V and a normed subspace WV.

[L1]

The metric of a normed subspace is the ambient metric restricted to the subspace (Normed subspace).

[L3]

A Banach space is a normed space complete for its norm metric (Banach space).

Proof

technique · direct
1.1

By [L3], the ambient norm metric on V is complete.

L3
1.2

By [L1], the restricted norm on W induces exactly the ambient subspace metric on W.

L1
2.1

Since W is closed in the complete metric space V, [L2] makes that subspace metric complete.

step 1.1step 1.2L2
3.1

Completeness of the restricted norm metric is exactly the Banach property for W by [L3].

step 2.1L3
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-09-01Open item page →

The standard product norms on a finite product of normed spaces

Definition

Let nN with n1, and let E0,,En1 be normed spaces. On the Cartesian product E:=k<nEk write x=(x0,,xn1). The three standard product norms on E are

xmax:=maxk<nxk, x1:=k<nxk, x2:=(k<nxk2)1/2.

The finite sum is that of Finite sums and finite products, by recursion, and the symbol n in the displayed upper bound is the canonical natural of The canonical natural ι(n)=n1F of a field when it is read inside real inequalities.

Remarks

  • The hypothesis n1 is used only for the maximum norm, since the maximum of an empty family is not defined here.
  • For n=1 all three product norms reduce to the original norm on the single factor.
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Vector addition and scalar multiplication are continuous in a normed space

Statement

Let V be a normed space over R or C. Then

+:V×VV,(x,y)x+y,

and

m:K×VV,(λ,x)λx,

are continuous for the product topology on the domain and the norm topology on the target.

Facts & Assumptions

Given: Scalars λ,αK and vectors x,y,h,kV.

[L1]

The scalar field on this page is either R with its usual absolute value or C with its modulus, and the same norm estimates are valid in both cases (Real and complex scalar conventions for normed spaces).

[L2]

The norm is 1-Lipschitz for its metric, so in particular u+vu+v for all vectors and uvuv (The reverse triangle inequality in a normed space).

Proof

technique · direct
1.1

For addition, (x+h)+(y+k)(x+y)=h+kh+k by [L2].

L2
1.2

For scalar multiplication, (λ+α)(x+h)λx=λh+αx+αh, so (λ+α)(x+h)λxλh+αx+αh by the triangle inequality and absolute homogeneity from [L1] and [L2].

L1L2algebra
2.1

Given ε>0, step 1.1 shows that if h<ε/2 and k<ε/2, then (x+h)+(y+k) lies in the ε-ball around x+y; this is continuity of addition at (x,y).

step 1.1given
2.2

For scalar multiplication at (λ,x), first require α<1 and then choose δ>0 so that λδ+δ(x+δ)<ε; step 1.2 then gives (λ+α)(x+h)λx<ε whenever α<δ and h<δ.

step 1.2givenalgebra
3.1

Since the point (x,y) was arbitrary, step 2.1 proves continuity of addition everywhere, and step 2.2 proves continuity of scalar multiplication everywhere.

step 2.1step 2.2
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

The standard finite product norms are equivalent

Statement

Let n1 and let E=k<nEk be a finite product of normed spaces, equipped with the three standard product norms of The standard product norms on a finite product of normed spaces. Then for every xE, xmaxx2x1nxmax. Consequently these three norms are equivalent.

Facts & Assumptions

Given: A natural number n1, normed spaces E0,,En1, and a point x=(x0,,xn1)k<nEk.

[L1]

The three product norms are xmax=maxk<nxk, x1=k<nxk, and x2=(k<nxk2)1/2 (The standard product norms on a finite product of normed spaces).

Proof

technique · direct
1.1

For each coordinate, xk2 is one of the nonnegative summands in j<nxj2, so xkx2 for every k and therefore xmaxx2.

L1algebra
1.2

Applying the scalar inequality (ak)2(ak)1 from [L2] to the nonnegative real tuple (x0,,xn1) gives x2x1.

L1L2
1.3

Since every coordinate norm is at most xmax, summing n such bounds gives x1nxmax.

L1algebra
2.1

The three displayed inequalities of steps 1.1, 1.2, and 1.3 are exactly the comparison constants needed for equivalence of the three norms.

step 1.1step 1.2step 1.3
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Finite products of Banach spaces are Banach

Statement

Let n1, and let E0,,En1 be Banach spaces. Then their finite product k<nEk is a Banach space for each of the standard product norms max, 2, and 1.

Facts & Assumptions

Given: A natural number n1, Banach spaces E0,,En1, and a Cauchy sequence x(m)=(x0(m),,xn1(m)) in the product for the maximum norm.

[L1]

A Banach space is complete for its norm metric (Banach space).

[L2]

The maximum, Euclidean, and sum product norms are defined on the finite product (The standard product norms on a finite product of normed spaces).

[L3]

These three product norms satisfy xmaxx2x1nxmax (The standard finite product norms are equivalent).

Proof

technique · direct
1.1

If x(m) is Cauchy for max, then each coordinate sequence (xk(m))m is Cauchy in Ek, because xk(m)xk()x(m)x()max for every k<n.

L2given
2.1

Since each Ek is Banach, [L1] gives a point xkEk with xk(m)xk. Put x:=(x0,,xn1).

step 1.1L1construct
3.1

Given ε>0, choose M0 so that x(m)x()max<ε/2 for m,M0, and for each k<n choose Mk so that xk(m)xk<ε/2 for mMk. For M:=max{M0,M1,,Mn1} and mM, taking in a fixed coordinate gives xk(m)xkε/2 for every k<n, hence x(m)xmaxε/2<ε.

step 2.1givenchoose
4.1

Thus the product is complete for the maximum norm, hence Banach for that norm by [L1].

step 3.1L1
5.1

The inequalities in [L3] show that a sequence is Cauchy or convergent for one standard product norm exactly when it is so for the others. Therefore completeness for max is equivalent to completeness for 2 and for 1, so the product is Banach for all three norms.

step 4.1L3
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-09-01Open item page →

Series and absolute convergence in a normed space

Definition

Let V be a normed space. A sequence in V is a function x:NV, written (xn)n0 with xn:=x(n) (The natural numbers N (von Neumann)). Fix such a sequence.

Define its vector partial sums recursively by

s0:=0V,sm+1:=sm+xm.

We write sm=n<mxn. The series n=0xn converges when these partial sums converge in V. Its sum is then the limit of the partial sums.

The series is absolutely convergent when the scalar series n=0xn converges in the sense of Series, partial sums, convergence and the sum, divergence, and the tail series.

Remarks

  • Absolute convergence is a statement about the scalar series of norms, not a second notion of convergence in V.
  • The tail identity sms=n<mxn(<m) is the finite-sum identity used in every norm estimate below.
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

An absolutely convergent series has Cauchy partial sums

Statement

Let V be a normed space and let n=0xn be an absolutely convergent series in V. Then the partial sums form a Cauchy sequence in V.

Facts & Assumptions

Given: A normed space V, a sequence (xn) in V, and its partial sums sm:=n<mxn.

[L1]

Absolute convergence means the scalar series n=0xn converges (Series and absolute convergence in a normed space).

[L2]

A convergent scalar series has Cauchy partial sums (Series, partial sums, convergence and the sum, divergence, and the tail series).

Proof

technique · direct
1.1

By [L1] and [L2], for every ε>0 there is N such that n<mxn<ε whenever m>N.

L1L2
1.2

For such m>N, the tail of the vector partial sums satisfies sms=n<mxn.

given
2.1

Applying the triangle inequality to the finite sum in step 1.2 gives smsn<mxn<ε.

step 1.1step 1.2algebra
3.1

Since this holds for every ε>0, the partial sums (sm) are Cauchy in the norm metric, which is exactly the claim.

step 2.1given
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Series criterion for Banach spaces

Statement

For a normed space V, the following are equivalent.

  1. V is a Banach space.
  2. Every absolutely convergent series in V converges.

Facts & Assumptions

Given: A normed space V.

[L1]

A Banach space is complete for its norm metric (Banach space).

[L2]

An absolutely convergent series has Cauchy partial sums (An absolutely convergent series has Cauchy partial sums).

[A1]

Every absolutely convergent series in V converges.

Proof

technique · direct
1.1

Assume V is Banach. If xn is absolutely convergent, [L2] makes its partial sums Cauchy, and [L1] then makes those partial sums converge in V. So every absolutely convergent series converges.

L1L2
1.2

Assume [A1]. Let (ym) be a Cauchy sequence in V. Choose inductively a strictly increasing sequence (nk) with ymyn<2k whenever m,nnk. Then ynk+1ynk<2k for every k.

A1givenchoose
2.1

The series k=0(ynk+1ynk) is absolutely convergent because 2k converges and each term has norm at most 2k. By [A1] it therefore converges to some zV.

step 1.2A1
3.1

Its partial sums are ynmyn0, so the subsequence (ynm) converges to yn0+z.

step 2.1algebra
4.1

Given ε>0, choose K so that ymyn<ε/2 for m,nK, and choose m with nmK and ynm(yn0+z)<ε/2. Then for every nK, yn(yn0+z)ynynm+ynm(yn0+z)<ε. So (yn) converges, and V is complete.

step 3.1givenalgebra
5.1

Step 1.1 proves (1)(2) and steps 1.2 through 4.1 prove (2)(1), so the two conditions are equivalent.

step 1.1step 4.1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Completion of a normed space

Definition

Let X be a normed space. A completion of X is a pair (X^,ι) such that

Equivalently, a completion of a normed space is a completion of its norm metric (A completion of a metric space: a complete metric space together with an isometric embedding onto a dense subspace) together with compatible linear structure on the complete space.

Remarks

  • The embedding is part of the data, exactly as for metric completions.
  • Uniqueness means uniqueness up to a linear isometric isomorphism commuting with the dense embeddings.
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

The Cauchy-class operations of a normed-space completion are well defined

Statement

In the published Cauchy-sequence model of the metric completion of a normed space, if [xn] and [yn] denote equivalence classes of Cauchy sequences, then

[xn]+[yn]:=[xn+yn],λ[xn]:=[λxn],[xn]:=limnxn

are well defined.

Facts & Assumptions

Given: A normed space X; Cauchy sequences (xn), (xn), (yn), (yn) in X with [xn]=[xn] and [yn]=[yn] in the published completion model; and a scalar λ.

[L1]

The published metric completion is the quotient of the Cauchy sequences by the relation ρ((un),(vn))=0, where ρ((un),(vn))=limnunvn in the norm metric (Every metric space has a completion, constructed as the equivalence classes of its Cauchy sequences, A completion of a metric space: a complete metric space together with an isometric embedding onto a dense subspace).

[L2]

The norm satisfies the triangle inequality, absolute homogeneity, and the reverse triangle inequality (A norm on a real vector space, the induced metric, and the dictionary with the metric axioms, The reverse triangle inequality in a normed space).

[L3]

A real Cauchy sequence converges, limits are unique, and limits preserve non-strict inequalities and addition (Limits and Cauchy sequences of reals, A sequence has at most one limit, Limits preserve non-strict inequalities, Algebra of limits: sums, scalar multiples, products and quotients).

Proof

technique · direct
1.1

Termwise sums and scalar multiples of Cauchy sequences are again Cauchy: the triangle inequality gives (xn+yn)(xm+ym)xnxm+ynym, and absolute homogeneity gives λxnλxm=λxnxm.

L2
1.2

Likewise λxnλxn=λxnxn for every n, so [L1] and [L3] give ρ((λxn),(λxn))=0. Hence scalar multiplication on classes is representative-independent.

L1L2L3
1.3

Because (xn) is Cauchy, the reverse triangle inequality in [L2] gives xnxmxnxm; so the real sequence (xn) is Cauchy and therefore convergent by [L3].

L2L3
2.1

If [xn]=[xn] and [yn]=[yn], then (xn+yn)(xn+yn)xnxn+ynyn for every n; passing to limits and using [L1] and [L3] gives ρ((xn+yn),(xn+yn))=0. So addition on classes is representative-independent.

step 1.1L1L2L3
3.1

If [xn]=[xn], then xnxnxnxn for every n; the right-hand side tends to 0 by [L1], so the two real norm sequences have the same limit by [L3]. Thus [xn]:=limnxn is well defined.

step 1.3L1L2L3
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

The metric completion of a normed space carries a unique compatible Banach-space structure

Statement

Let X be a normed space. The published metric completion of the norm metric on X admits a unique vector-space structure and norm whose induced metric is the published completion metric and such that the constant sequence embedding i:XX^ is a dense linear isometry. With this structure, X^ is a Banach space.

Facts & Assumptions

Given: A normed space X, its published metric completion X^ by Cauchy classes, and the constant-sequence embedding i:XX^.

[L1]

The published metric completion exists, is complete, and i[X] is dense in it (Every metric space has a completion, constructed as the equivalence classes of its Cauchy sequences).

[L2]

Termwise addition, scalar multiplication, and the limiting norm on Cauchy classes are well defined (The Cauchy-class operations of a normed-space completion are well defined).

[L3]

A Banach space is a normed space complete for its norm metric, and a completion of a normed space is a Banach space with dense linear isometry from the original space (Banach space, Completion of a normed space).

[L4]

Addition and scalar multiplication are continuous in every normed space (Vector addition and scalar multiplication are continuous in a normed space).

Proof

technique · direct
1.1

By [L2], the Cauchy classes carry termwise addition and scalar multiplication, and each class has a well-defined norm [xn]:=limnxn.

L2
2.1

On constant sequences these operations agree with those of X, and i(x)=x by definition, so i is a linear isometry.

step 1.1L2
2.2

For classes [xn] and [yn], the distance of the published metric completion is limnxnyn, while the new difference class is [xnyn]; therefore the completion metric is exactly the metric induced by the norm from step 1.1.

step 1.1L1L2
3.1

Because the underlying metric space is complete by [L1], step 2.2 makes X^ complete for its new norm metric. So X^ is Banach and (X^,i) is a completion of X in the sense of [L3].

step 2.1step 2.2L1L3
3.2

Suppose a second Banach-space structure on the same underlying set induces the published completion metric and also makes i a dense linear isometry. Its addition and scalar multiplication are continuous by [L4], and they agree with the operations of step 1.1 on the dense subset i[X]×i[X] and on K×i[X]; therefore they agree everywhere.

step 2.1L4
4.1

The norm is then forced as well, because in any compatible normed structure u equals the metric distance from u to 0. So the compatible Banach-space structure is unique.

step 2.2step 3.2
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-01Open item page →

Bounded linear maps extend uniquely across the completion

Statement

Let X be a normed space, let (X^,i) be its completion, and let Y be a Banach space. Suppose T:XY is linear and bounded in the concrete sense that some constant C0 satisfies TxCx(xX). Then there is a unique bounded linear map T^:X^Y with T^i=T, and the same constant C satisfies T^uCu(uX^).

Facts & Assumptions

Given: A normed space X, its completion (X^,i), a Banach space Y, a linear map T:XY, and a constant C0 with TxCx for all xX.

[L1]

The completion (X^,i) is a Banach space and i[X] is dense in X^ (The metric completion of a normed space carries a unique compatible Banach-space structure, Completion of a normed space).

[L3]

A uniformly continuous map from a dense subspace into a complete metric space extends uniquely to a continuous map on the whole space (A uniformly continuous map from a dense subspace into a complete metric space extends uniquely to a uniformly continuous map on the whole space).

[L4]

Addition and scalar multiplication are continuous in every normed space, hence in the Banach spaces X^ and Y (Vector addition and scalar multiplication are continuous in a normed space).

Proof

technique · direct
1.1

For x,yX, linearity gives TxTy=T(xy), so the bound in [L2] yields TxTyCxy. Thus T is Lipschitz and uniformly continuous.

L2
2.1

Define S:i[X]Y by S(i(x)):=T(x). This is well defined because i is injective as a linear isometry, and S is uniformly continuous with the same constant C.

step 1.1L1
3.1

Since i[X] is dense in the Banach space X^ and Y is complete, [L3] gives a unique continuous map T^:X^Y with T^ ⁣i[X]=S, equivalently T^i=T.

step 2.1L1L3
4.1

Let u,vX^. Choose sequences i(xn)u and i(yn)v from the dense copy. By [L4], i(xn+yn)=i(xn)+i(yn)u+v in X^, so continuity of T^ gives T^(u+v)=limnT^(i(xn+yn))=limnT(xn+yn)=limn(Txn+Tyn). Using linearity of T and continuity of addition in Y from [L4], the right-hand side is limnTxn+limnTyn=T^(u)+T^(v). Hence T^(u+v)=T^(u)+T^(v).

step 3.1L1L4construct
4.2

For uX^, choose a sequence i(xn)u from the dense copy. Continuity gives T^(u)=limnT(xn), and step 1.1 yields T(xn)Cxn=Ci(xn) for every n; passing to the limit gives T^(u)Cu. So T^ is bounded with the same constant.

step 1.1step 3.1L1
5.1

Let λ be a scalar and let uX^, and choose a sequence i(xn)u from the dense copy. By [L4], i(λxn)=λi(xn)λu in X^, so continuity of T^ gives T^(λu)=limnT^(i(λxn))=limnT(λxn)=limnλT(xn)=λlimnT(xn)=λT^(u). Thus T^ is homogeneous, and with step 4.1 it is linear.

step 3.1L1L4construct
6.1

The continuity extension in step 3.1 was unique, so no second bounded linear map can also extend T. Therefore T^ is the unique bounded linear extension of T across the completion.

step 3.1step 5.1
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

Any two completions of a normed space are uniquely linearly isometric

Statement

Let X be a normed space, and let (Y,j) and (Z,k) be two completions of X. Then there is a unique linear isometric isomorphism U:YZ such that Uj=k.

Facts & Assumptions

Given: A normed space X and two completions (Y,j) and (Z,k) of X.

[L1]

Any two metric completions are related by a unique isometry commuting with the dense embeddings (A completion is unique up to a unique isometry fixing the original space, and uniformly continuous maps into complete spaces extend through it).

[L2]

Bounded linear maps extend uniquely across a completion (Bounded linear maps extend uniquely across the completion).

[L3]

A linear isometric isomorphism is a bijective linear isometry (Linear isometries and isometric isomorphisms, Completion of a normed space).

Proof

technique · direct
1.1

By [L1], there is a unique isometry U:YZ with Uj=k.

L1
1.2

On the dense subspace j[X]Y, the map j(x)k(x) is linear and norm-preserving. Applying [L2] to this dense linear isometry extends it to a bounded linear map U~:YZ with U~j=k.

L2L3
2.1

Both U and U~ are continuous maps YZ extending the same map on j[X], so the uniqueness in step 1.1 forces U=U~. Hence U is linear.

step 1.1step 1.2L1
3.1

Since U is already an isometry by step 1.1, it is a linear isometric isomorphism. Uniqueness of such a map is again the uniqueness from [L1].

step 2.1L3
RemarkRemark: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-01Open item page →

The classical Lp spaces are Banach spaces

Remark

The measure-theory page already proves the classical completeness theorem: The Lp norm descends to the quotient and makes Lp a normed space for 1p builds the normed spaces Lp(μ), and Riesz-Fischer completeness of Lp for 1p proves they are complete. Therefore each Lp(μ) with 1p is a Banach space in the sense of Banach space.

The published Lp completeness and the Banach-property wording records this as the agreement seam between the measure-theory track and the functional-analysis track. Nothing on the present page repeats the quotient construction or the Riesz-Fischer proof.

Remarks

  • The sequence spaces p are the counting-measure instances of that same theorem.
  • Later pages may cite this remark for the Banach property without reopening the measure-theoretic development each time.

5 · Examples, counterexamples and false statements

None yet.

Sources