Mathematics · Book 4 · Bachelor Year 2

University Mathematics — Year 2

University Mathematics — Year 2 · Bachelor Year 2

5Normed Vector Spaces

When the metric space is a vector space and the distance comes from a norm, topology and linear algebra begin to interact: linear maps are continuous exactly when they are bounded on the unit ball, finite dimension forces all norms to agree, and completeness turns absolutely convergent series into convergent ones. The finite/infinite dimension divide — crystallized in Riesz’s theorem — is the deepest lesson of the chapter.

Throughout, E,FE, F are vector spaces over K=RK = \R or C\C.

5.1 Norms

Definition 5.1

A norm on EE is a map  ⁣:ER+\norm{\,\cdot\,} \colon E \to \R_+ with, for all x,yEx, y \in E, λK\lambda \in K:

x=0    x=0,λx=λx,x+yx+y.\norm x = 0 \iff x = 0, \qquad \norm{\lambda x} = \abs\lambda\,\norm x, \qquad \norm{x + y} \leq \norm x + \norm y .

Then d(x,y)=xyd(x, y) = \norm{x - y} is a distance, and all of Chapter 4 applies. The reverse triangle inequality xyxy\bigl|\norm x - \norm y\bigr| \leq \norm{x - y} makes the norm itself 11-Lipschitz; addition and scalar multiplication are continuous (estimates (x+y)(x+y)xx+yy\norm{(x + y) - (x' + y')} \leq \norm{x - x'} + \norm{y - y'}, etc.).

Example 5.2

On KnK^n:

x1=ixi,x2=(ixi2)1/2,x=maxixi\norm{x}_1 = \sum_i \abs{x_i}, \qquad \norm{x}_2 = \Bigl(\sum_i \abs{x_i}^2\Bigr)^{1/2}, \qquad \norm{x}_\infty = \max_i \abs{x_i}

(2\norm\cdot_2 is a norm by Cauchy–Schwarz, Year 1 volume). On C([a,b])C(\intcc{a}{b}):

f=supf,f1=abf,f2=(abf2)1/2,\norm f_\infty = \sup \abs f, \qquad \norm f_1 = \int_a^b \abs f, \qquad \norm f_2 = \Bigl(\int_a^b \abs f^2\Bigr)^{1/2},

the last two being norms thanks to strict positivity of the integral and integral Cauchy–Schwarz (Year 1 volume). On matrices: any norm on Mn(K)Kn2\mathcal M_n(K) \simeq K^{n^2}; the operator norms below are the structurally important ones.

Definition 5.3 (Equivalent norms)

Two norms N1,N2N_1, N_2 on EE are equivalent when there are constants c,C>0c, C > 0 with

cN1N2CN1.c\,N_1 \leq N_2 \leq C\, N_1 .

Equivalent norms have the same open sets, the same convergent and Cauchy sequences, the same compact and complete subsets: the same analysis.

Example 5.4 (Non-equivalence in infinite dimension)

On C([0,1])C(\intcc{0}{1}): f1f\norm f_1 \leq \norm f_\infty always, but no reverse bound holds: fn(x)=xnf_n(x) = x^n has fn=1\norm{f_n}_\infty = 1 and fn1=1n+10\norm{f_n}_1 = \frac{1}{n+1} \to 0. So fn0f_n \to 0 for 1\norm\cdot_1 but not for \norm\cdot_\infty: the two norms disagree about convergence itself.

Example 5.5 (Explicit constants in dimension nn)

On KnK^n the three classical norms are equivalent with sharp constants:

xx2x1nx2nx,\norm x_\infty \leq \norm x_2 \leq \norm x_1 \leq \sqrt n\,\norm x_2 \leq n\,\norm x_\infty ,

the middle bound x1nx2\norm x_1 \leq \sqrt n\norm x_2 coming from Cauchy–Schwarz against the all-ones vector. Extremal vectors: e1e_1 makes the first two inequalities equalities, (1,1,,1)(1, 1, \dots, 1) the last two. The dimension nn sits visibly in the constants — the quantitative seed of the failure in infinite dimension: as nn \to \infty no uniform constant survives, which is exactly what Example 5.4 exhibits on function spaces.

The unit balls of the three classical norms of ℝ2, nested as the inequalities of  dictate: smaller ball, larger norm. Roundness matters: the flat sides of the diamond and the square are exactly the failures of strict convexity exploited in ’s weekend problem and in this chapter’s (question 4).
The unit balls of the three classical norms of R2\R^2, nested as the inequalities of Example 5.5 dictate: smaller ball, larger norm. Roundness matters: the flat sides of the diamond and the square are exactly the failures of strict convexity exploited in Chapter 8’s weekend problem and in this chapter’s (question 4).

5.2 Continuous linear maps

Theorem 5.6 (Characterization)

For a linear map u ⁣:EFu \colon E \to F between normed spaces, the following are equivalent:

  1. uu is continuous;
  2. uu is continuous at 00;
  3. uu is bounded on the closed unit ball: supx1u(x)<\sup_{\norm x \leq 1} \norm{u(x)} < \infty;
  4. there is C0C \geq 0 with u(x)Cx\norm{u(x)} \leq C \norm x for all xx;
  5. uu is Lipschitz.

The least such CC is the operator norm u=supx1u(x)=supx0u(x)x\vertiii{u} = \sup_{\norm x \leq 1}\norm{u(x)} = \sup_{x \neq 0} \frac{\norm{u(x)}}{\norm x}; it makes the space Lc(E,F)\mathcal{L}_c(E, F) of continuous linear maps a normed space, with

vuvu.\vertiii{v \circ u} \leq \vertiii v\, \vertiii u .

Proof. (1 \Rightarrow 2) trivial. (2 \Rightarrow 3): continuity at 00 with ε=1\varepsilon = 1 gives δ\delta with xδu(x)1\norm x \leq \delta \Rightarrow \norm{u(x)} \leq 1; homogeneity then scales any xx with x1\norm x \leq 1 down into that ball and back:

u(x)=1δu(δx)1δ,\norm{u(x)} = \frac1\delta\,\norm{u(\delta x)} \leq \frac1\delta ,

since δxδ\norm{\delta x} \leq \delta. (3 \Rightarrow 4): for x0x \neq 0, apply the bound to xx\frac{x}{\norm x}. (4 \Rightarrow 5): u(x)u(y)=u(xy)Cxy\norm{u(x) - u(y)} = \norm{u(x - y)} \leq C\norm{x - y}. (5 \Rightarrow 1) known.

Norm axioms for \vertiii\cdot: homogeneity and separation are clear (u=0\vertiii u = 0 forces u=0u = 0 on the ball, hence everywhere); triangle inequality from (u+v)(x)u(x)+v(x)\norm{(u + v)(x)} \leq \norm{u(x)} + \norm{v(x)}. Submultiplicativity: v(u(x))vu(x)vux\norm{v(u(x))} \leq \vertiii v\,\norm{u(x)} \leq \vertiii v \vertiii u \norm x.

Example 5.7

On (C([0,1]),)\bigl(C(\intcc{0}{1}), \norm\cdot_\infty\bigr): evaluation ff(0)f \mapsto f(0) has operator norm 11; integration f01ff \mapsto \int_0^1 f has norm 11; the map f01tf(t) ⁣dtf \mapsto \int_0^1 t f(t)\dd t has norm 01t ⁣dt=12\int_0^1 t\,\dd t = \frac12 (upper bound by the triangle inequality for integrals; attained at f1f \equiv 1). But differentiation, from (C1,)(C^1, \norm\cdot_\infty) to (C0,)(C^0, \norm\cdot_\infty), is not continuous: sin(nx)=1\norm{\sin(nx)}_\infty = 1 while the derivative has sup norm nn. Linear does not imply continuous in infinite dimension.

Example 5.8 (Two norms, two verdicts on one sequence)

On C([0,1])C(\intcc01), let gn(x)=nxng_n(x) = \sqrt{n}\,x^n. Then

gn1=nn+10,gn22=n2n+112,gn=n:\norm{g_n}_1 = \frac{\sqrt n}{n + 1} \longrightarrow 0, \qquad \norm{g_n}_2^2 = \frac{n}{2n + 1} \longrightarrow \frac12, \qquad \norm{g_n}_\infty = \sqrt n \longrightarrow \infty :

one sequence, three norms, three behaviours — convergence to zero, no convergence (norms stabilize at 12\frac1{\sqrt2} but the pointwise limit is 00), and explosion. Mass concentrating near x=1x = 1 is invisible to 1\norm\cdot_1, half-visible to 2\norm\cdot_2, dominant for \norm\cdot_\infty. In infinite dimension, “does it converge?” is not a question about a sequence: it is a question about a sequence and a norm.

Method 5.9 (Computing an operator norm)

Always in two moves. Upper bound: estimate u(x)\norm{u(x)} by CxC\norm x using triangle inequalities, Cauchy–Schwarz, or integral bounds — this proves uC\vertiii u \leq C. Witness: exhibit either a specific x00x_0 \neq 0 with u(x0)=Cx0\norm{u(x_0)} = C\norm{x_0} (the bound is attained), or a sequence of unit vectors xnx_n with u(xn)C\norm{u(x_n)} \to C (the bound is approached). Both moves are mandatory: an upper bound alone gives only uC\vertiii u \leq C, a witness alone only uC\vertiii u \geq C. In infinite dimension the witness may have to be a sequence — the supremum need not be attained (Exercise 5.8).

Example 5.10 (Diagonal operators see every norm alike)

For D=diag(d1,,dn)D = \operatorname{diag}(d_1, \dots, d_n) on KnK^n with any of the norms 1,2,\norm\cdot_1, \norm\cdot_2, \norm\cdot_\infty: from dixi(maxjdj)xi\abs{d_ix_i} \leq \bigl(\max_j\abs{d_j}\bigr)\abs{x_i} coordinatewise, Dxmaxjdjx\norm{Dx} \leq \max_j\abs{d_j}\,\norm x; and x=ej0x = e_{j_0} (a maximizing index) attains it. So D=maxjdj\vertiii D = \max_j\abs{d_j} in all three cases: for diagonal maps, all reasonable norms tell the same story, the largest stretch factor. Everything difficult about operator norms is about non-diagonal behaviour — which is why the adapted norms of this chapter’s weekend problem (question 22) work by forcing a matrix to become diagonal first.

Example 5.11 (Column sums: the 11-norm twin of Exercise 5.4)

On (Rn,1)(\R^n, \norm\cdot_1), the operator norm of a matrix AA is the largest absolute column sum. Run the method: for x11\norm x_1 \leq 1,

Ax1=ijaijxjjxjiaij(maxjiaij)x1,\norm{Ax}_1 = \sum_i\Bigl|\sum_j a_{ij}x_j\Bigr| \leq \sum_j \abs{x_j}\sum_i\abs{a_{ij}} \leq \Bigl(\max_j\sum_i\abs{a_{ij}}\Bigr)\norm x_1 ,

and the bound is attained at x=ej0x = e_{j_0} for a maximizing column j0j_0 — the tidiest witness imaginable. So for A=(1231)A = \left(\begin{smallmatrix}1 & -2\\ 3 & 1\end{smallmatrix}\right): A1=max(1+3, 2+1)=4\vertiii A_1 = \max(1 + 3,\ 2 + 1) = 4, while A=4\vertiii A_\infty = 4 too (rows) — a coincidence here, not a law: transpose the matrix entries asymmetrically and the two norms part company. Rows for \norm\cdot_\infty, columns for 1\norm\cdot_1: the mnemonic is that each norm’s unit vectors (sign patterns, resp. basis vectors) pick out the matching sums.

Proposition 5.12 (Bilinear maps)

A bilinear map b ⁣:E×FGb \colon E \times F \to G is continuous iff b(x,y)Cxy\norm{b(x,y)} \leq C\norm x\,\norm y for some CC; then it is Lipschitz on bounded sets. (Same proof pattern; the product (u,v)vu(u, v) \mapsto v \circ u and matrix multiplication are the key examples.)

Proof. If the bound holds:

b(x,y)b(x0,y0)=b(xx0,y)+b(x0,yy0),b(x,y) - b(x_0,y_0) = b(x - x_0,\, y) + b(x_0,\, y - y_0),

so b(x,y)b(x0,y0)Cxx0y+Cx0yy0\norm{b(x,y) - b(x_0,y_0)} \leq C\norm{x - x_0}\norm y + C\norm{x_0}\norm{y - y_0}: continuity at (x0,y0)(x_0, y_0), and a Lipschitz bound where x,yR\norm x, \norm y \leq R. Conversely, continuity at (0,0)(0,0) gives δ\delta with b(x,y)1\norm{b(x,y)} \leq 1 on x,yδ\norm x, \norm y \leq \delta; scale both variables.

5.3 Finite dimension

Theorem 5.13 (Equivalence of norms in finite dimension)

On a finite-dimensional space, all norms are equivalent. Consequently, in finite dimension: convergence, openness, compactness, completeness are norm-independent notions; compact == closed and bounded; the space is complete; and every linear (or multilinear) map from a finite-dimensional space is continuous.

Proof. Fix a basis and identify EKnE \simeq K^n; it suffices to compare any norm NN with \norm\cdot_\infty.

One direction is algebra: N(x)=N(xiei)xiN(ei)CxN(x) = N(\sum x_i e_i) \leq \sum \abs{x_i} N(e_i) \leq C \norm x_\infty with C=N(ei)C = \sum N(e_i). This also shows NN is continuous on (Kn,)(K^n, \norm\cdot_\infty) (it is CC-Lipschitz: N(x)N(y)N(xy)\abs{N(x) - N(y)} \leq N(x - y)).

The other is topology: the unit sphere S={x:x=1}S = \{x : \norm{x}_\infty = 1\} is closed and bounded in (Kn,)(K^n, \norm\cdot_\infty), hence compact (Theorem 4.16 (2), valid for CnR2n\C^n \simeq \R^{2n}). The continuous function NN attains its minimum cc on SS; c>0c > 0 since NN vanishes only at 0S0 \notin S. Homogeneity spreads the bound: N(x)cxN(x) \geq c \norm{x}_\infty for all xx.

Consequences: all statements reduce to (Kn,)(K^n, \norm\cdot_\infty), where they are known (Theorem 4.9, Theorem 4.16); a linear uu from finite-dimensional EE satisfies u(x)xiu(ei)Cx\norm{u(x)} \leq \sum\abs{x_i} \norm{u(e_i)} \leq C'\norm{x}_\infty: bound (4) of Theorem 5.6.

Corollary 5.14

A finite-dimensional subspace of any normed space is closed.

Proof. It is complete for the induced norm (Theorem 5.13), and complete subsets are closed (Definition 4.7).

Example 5.15 (A best approximation computed by symmetry)

In (C([1,1]),)\bigl(C(\intcc{-1}{1}), \norm\cdot_\infty\bigr), how far is f(x)=xf(x) = \abs x from the (closed, two-dimensional) subspace of affine functions a+bxa + bx? By symmetry, replacing a+bxa + bx by abxa - bx leaves f(a±bx)\norm{f - (a \pm bx)}_\infty unchanged, and the midpoint aa does at least as well (triangle inequality on the average): it suffices to consider constants. For a constant aa:

xa=max(1a, a)12,\norm{\abs x - a}_\infty = \max\,(1 - a,\ a) \geq \frac12 ,

minimized at a=12a = \frac12: the distance is 12\frac12, attained by the constant 12\frac12. Note the error curve x12\abs x - \frac12: it reaches ±12\pm\frac12 alternately at x=1,0,1x = -1, 0, 1 — three extrema of alternating sign for a best approximation from a two-parameter family. That equioscillation pattern is no accident; it is the signature of optimality that this chapter’s weekend problem turns into Chebyshev’s theorem.

Example 5.16 (Closed versus dense subspaces)

In E=(C([0,1]),)E = \bigl(C(\intcc{0}{1}), \norm\cdot_\infty\bigr): each Rn[X]\R_n[X] (polynomials of degree n\leq n, restricted to [0,1]\intcc01) is a finite-dimensional, hence closed, subspace — a uniform limit of polynomials of degree n\leq n is one. But the union R[X]\R[X] of all of them is dense in EE (the Weierstrass approximation theorem, proved in Chapter 10), and dense proper subspaces are as non-closed as can be. The moral: closedness of subspaces is a finite-dimensional privilege; stacking closed floors can build a dense skyscraper.

Theorem 5.17 (Riesz)

The closed unit ball of a normed space EE is compact if and only if dimE<\dim E < \infty.

Proof. Finite dimension: closed and bounded suffices (Theorem 5.13).

Conversely, suppose dimE=\dim E = \infty. Riesz’s lemma: for every proper closed subspace FEF \subsetneq E and ε(0,1)\varepsilon \in \intoo{0}{1}, there is a unit vector xx with d(x,F)1εd(x, F) \geq 1 - \varepsilon. Proof: pick yFy \notin F, let δ=d(y,F)>0\delta = d(y, F) > 0 (FF closed), choose fFf \in F with yfδ1ε\norm{y - f} \leq \frac{\delta}{1 - \varepsilon}, and set x=yfyfx = \frac{y - f}{\norm{y - f}}: for any gFg \in F,

xg=y(f+yfg)yfδyf1ε,\norm{x - g} = \frac{\norm{y - (f + \norm{y-f}\,g)}}{\norm{y - f}} \geq \frac{\delta}{\norm{y-f}} \geq 1 - \varepsilon ,

the numerator being a distance from yy to a point of FF.

Now build unit vectors x1,x2,x_1, x_2, \dots inductively: Fk=Vect(x1,,xk)F_k = \operatorname{Vect}(x_1, \dots, x_k) is finite-dimensional, hence closed (Corollary 5.14) and proper; Riesz’s lemma with ε=12\varepsilon = \frac12 provides a unit xk+1x_{k+1} with d(xk+1,Fk)12d(x_{k+1}, F_k) \geq \frac12. The sequence satisfies xpxq12\norm{x_p - x_q} \geq \frac12 for pqp \neq q: no convergent subsequence — the unit ball is not compact.

Example 5.18 (Riesz as a dimension detector)

Is C([0,1])C(\intcc01) finite-dimensional? Riesz answers without exhibiting any explicit infinite free family: the sequence fn(x)=xnf_n(x) = x^n lies in the closed unit ball and satisfies, for m>nm > n, fnfmfn(x0)fm(x0)>0\norm{f_n - f_m}_\infty \geq f_n(x_0) - f_m(x_0) > 0 at suitable points — quantified cleanly in this chapter’s weekend problem (question 16), where a subsequence stays at mutual distance 14\geq \frac14. No convergent subsequence, so the ball is not compact, so dimC([0,1])=\dim C(\intcc01) = \infty by Theorem 5.17. Compactness of the unit ball is a perfect dichotomy: it holds in finite dimension, fails in infinite dimension, with no middle ground — geometry alone reads off the dimension type.

5.4 Banach spaces

Definition 5.19

A Banach space is a complete normed space. Examples: every finite-dimensional normed space (Theorem 5.13); (C([a,b]),)\bigl(C(\intcc{a}{b}), \norm\cdot_\infty\bigr) (Theorem 4.9); Lc(E,F)\mathcal{L}_c(E, F) for FF Banach (same proof pattern as for continuous functions). Non-example: (C([0,1]),1)\bigl(C(\intcc{0}{1}), \norm\cdot_1\bigr) (Exercise 5.7).

Example 5.20 (The operator norm of integration)

On (C([0,1]),)\bigl(C(\intcc01), \norm\cdot_\infty\bigr), let T(f)(x)=0xf(t) ⁣dtT(f)(x) = \int_0^x f(t)\,\dd t (an endomorphism: T(f)T(f) is continuous). Run Method 5.9. Upper bound:

T(f)(x)0xfxff,\abs{T(f)(x)} \leq \int_0^x\abs f \leq x\,\norm f_\infty \leq \norm f_\infty ,

so T1\vertiii T \leq 1. Witness: f1f \equiv 1 gives T(f)(x)=xT(f)(x) = x and T(f)=1=f\norm{T(f)}_\infty = 1 = \norm f_\infty: attained, T=1\vertiii T = 1. But note T2=12T2\vertiii{T^2} = \frac12 \neq \vertiii T^2: indeed T2(f)(x)=0x(xt)f(t) ⁣dtT^2(f)(x) = \int_0^x(x - t)f(t)\dd t has T2(f)(x)x22f\abs{T^2(f)(x)} \leq \frac{x^2}2\norm f_\infty, attained again at f1f \equiv 1; and generally Tn=1n!\vertiii{T^n} = \frac1{n!} — the submultiplicative bound Tn=1\vertiii T^n = 1 is off by a factorial. This is exactly the phenomenon the iterate trick of Chapter 4’s weekend problem converts into global solvability of linear differential equations.

Theorem 5.21 (Absolute convergence in Banach spaces)

In a Banach space, if un<\sum \norm{u_n} < \infty then un\sum u_n converges, and unun\norm{\sum u_n} \leq \sum\norm{u_n}. (The full theory of series in normed spaces is Chapter 7.)

Proof. Partial sums SNS_N: for q>pq > p, SqSpn=p+1qun\norm{S_q - S_p} \leq \sum_{n=p+1}^{q}\norm{u_n}, which tends to 00 (Cauchy criterion for the real series of norms): (SN)(S_N) is Cauchy, hence convergent. The inequality passes to the limit from the finite triangle inequality.

Example 5.22 (Matrix exponential, first contact)

The matrix exponential: Mn(K)\mathcal{M}_n(K) with any submultiplicative norm (ABAB\vertiii{AB} \leq \vertiii A \vertiii B) is Banach (finite dimension). Then, for every AA,

eA=k=0Akk!\eu^A = \sum_{k=0}^{\infty} \frac{A^k}{k!}

converges absolutely (Ak/k!Ak/k!\vertiii{A^k/k!} \leq \vertiii A^k /k!, summable): well defined. Chapter 16 exploits it systematically.

Example 5.23 (A Neumann series that terminates)

For A=(01200)A = \left(\begin{smallmatrix}0 & \frac12\\ 0 & 0\end{smallmatrix}\right): A<1\vertiii A < 1 in any operator norm built on Example 5.2’s norms, and A2=0A^2 = 0, so the geometric series collapses:

(IA)1=k0Ak=I+A=(11201),(I - A)^{-1} = \sum_{k \geq 0} A^k = I + A = \begin{pmatrix}1 & \tfrac12\\ 0 & 1\end{pmatrix},

verified by (IA)(I+A)=IA2=I(I - A)(I + A) = I - A^2 = I. Nilpotency truncates the series exactly as it truncated the exponential in Chapter 3; and the example calibrates expectations: the Neumann inverse is an infinite series in general, a polynomial precisely when the perturbation is nilpotent, and the error after NN terms is always bounded by the geometric tail AN+1/(1A)\vertiii A^{N+1}/(1 - \vertiii A).

Example 5.24 (The exponential of a rotation generator)

Take A=(0θθ0)A = \left(\begin{smallmatrix}0 & -\theta\\ \theta & 0\end{smallmatrix}\right). Then A2=θ2IA^2 = -\theta^2 I, so the powers cycle with period four, and the series splits into even and odd parts:

eA=kAkk!=(j(1)jθ2j(2j)!)I+(j(1)jθ2j+1(2j+1)!)Aθ=(cosθsinθsinθcosθ),\eu^{A} = \sum_{k}\frac{A^k}{k!} = \Bigl(\sum_{j}\frac{(-1)^j\theta^{2j}}{(2j)!}\Bigr) I + \Bigl(\sum_{j}\frac{(-1)^j\theta^{2j+1}}{(2j+1)!}\Bigr) \frac{A}{\theta} = \begin{pmatrix} \cos\theta & -\sin\theta\\ \sin\theta & \cos\theta \end{pmatrix},

all rearrangements being licensed by absolute convergence. The exponential of an antisymmetric generator is a rotation — computed here purely from the series, three chapters before the differential equation x=Axx' = Ax (Chapter 16) explains why: etA\eu^{tA} is uniform circular motion. The closing insight: identities among matrix series are proved exactly like scalar ones, once a submultiplicative norm certifies absolute convergence.

Example 5.25 (Sup norm means uniform: the dictionary)

The statement fnf0\norm{f_n - f}_\infty \to 0 is uniform convergence: one number, supxfn(x)f(x)\sup_x\abs{f_n(x) - f(x)}, bounds the error at every point simultaneously. The dictionary in action on fn(x)=xnf_n(x) = x^n over [0,1]\intcc{0}{1}: pointwise, fn0f_n \to 0 on [0,1)\intco{0}{1} and fn(1)=1f_n(1) = 1; in norm, fn0=1↛0\norm{f_n - 0}_\infty = 1 \not\to 0, and indeed the pointwise limit is discontinuous, hence out of reach of a \norm\cdot_\infty-limit in C([0,1])C(\intcc01) (which is closed under uniform limits, Theorem 4.9). On [0,a]\intcc{0}{a}, a<1a < 1: fn=an0\norm{f_n}_\infty = a^n \to 0 — uniform convergence restored by shrinking the domain. Every convergence statement of Chapter 10 is a statement about this one norm; keeping the dictionary in mind halves that chapter.

Remark 5.26 (Common pitfalls)

(i) An operator norm depends on both chosen norms: the same matrix has \vertiii\cdot_\infty given by row sums (Exercise 5.4) and a different 1\vertiii\cdot_1 (column sums); quoting “the” norm of a matrix without naming the underlying norms is meaningless. (ii) ABAB\vertiii{AB} \leq \vertiii A\,\vertiii B is an inequality, usually strict — powers can shrink much faster than the bound Ak\vertiii A^k suggests, which is the whole point of adapted norms (this chapter’s weekend problem, question 22). (iii) “Linear implies continuous” is a finite-dimensional privilege: differentiation on polynomials is linear and unbounded (Example 5.7). (iv) Absolute convergence of un\sum u_n only helps when the space is complete (Exercise 7.9 builds the counterexample). (v) In infinite dimension a supremum over the unit ball is a genuine supremum: do not assume it is attained (Exercise 5.8).

Remark 5.27 (Perspectives within this volume)

Three appointments are now fixed. With Chapter 7: in a Banach space, absolutely convergent series converge, so the geometric and exponential series of operators become everyday tools — inverting IAI - A, defining eA\eu^{A} (Example 7.2). With Chapter 10 and Chapter 11: convergence of function sequences and power series is convergence in (C,)\bigl(C, \norm\cdot_\infty\bigr) (Example 5.25), and the radius of convergence is a statement about which geometric series dominate. With Chapter 14: the norms 2\norm\cdot_2 and \norm\cdot_\infty genuinely disagree on C([0,1])C(\intcc{0}{1}) (Example 5.8), which is exactly why mean-square convergence of Fourier series and uniform convergence are two different theorems with two different prices.

Remark 5.28 (Where this chapter is used)

Operator norms and the geometric series drive the perturbation arguments of Chapter 15 (inverse function theorem) and the matrix exponential of Chapter 16; equivalence of norms silently authorizes every “choose your favourite norm” argument in Chapter 10 and beyond; and the finite/infinite divide of Riesz’s theorem — made quantitative in this chapter’s weekend problem — is the reason the Year 3 volume needs new tools (weak convergence, Arzelà–Ascoli, Hilbert space projections) where this volume could still extract convergent subsequences.

5.5 Exercises

Exercise 5.1

On R2\R^2, draw the unit balls of 1\norm\cdot_1, 2\norm\cdot_2, \norm\cdot_\infty, and prove the inequalities xx2x12x\norm x_\infty \leq \norm x_2 \leq \norm x_1 \leq 2\norm x_\infty with the best constants in dimension 22.

Solution

Solution of Exercise 5.1.

Unit balls: a diamond (1\norm\cdot_1), a disk (2\norm\cdot_2), a square (\norm\cdot_\infty), nested in that order. Inequalities: xx2\norm x_\infty \leq \norm x_2 (one square is at most the sum); x2x1\norm x_2 \leq \norm x_1 (squaring: x12+x22(x1+x2)2x_1^2 + x_2^2 \leq (\abs{x_1} + \abs{x_2})^2); x12x\norm x_1 \leq 2\norm x_\infty (two terms, each max\leq \max). Sharpness: (1,0)(1, 0) makes the first two equalities; (1,1)(1, 1) makes x1=2x\norm x_1 = 2\norm x_\infty and also shows x2=2x\norm x_2 = \sqrt2 \norm x_\infty and x1=2x2\norm x_1 = \sqrt2 \norm x_2 are the extreme ratios in the other direction.

Exercise 5.2

Is N(f)=f(0)+fN(f) = \abs{f(0)} + \norm{f'}_\infty a norm on C1([0,1])C^1(\intcc{0}{1})? Compare it with f\norm{f}_\infty: one inequality holds, the other fails (exhibit).

Solution

Solution of Exercise 5.2.

Norm axioms: homogeneity and triangle inequality are inherited termwise; separation: N(f)=0N(f) = 0 forces f=0f' = 0 (so ff constant) and f(0)=0f(0) = 0: f=0f = 0. It is a norm.

Comparison: fN(f)\norm f_\infty \leq N(f), since f(x)f(0)+0xff(0)+f\abs{f(x)} \leq \abs{f(0)} + \abs{\int_0^x f'} \leq \abs{f(0)} + \norm{f'}_\infty. The converse fails: take fn(x)=1nsin(nx)f_n(x) = \frac1n \sin(nx): then fn1n0\norm{f_n}_\infty \leq \frac1n \to 0 while N(fn)=0+cos(nx)=1N(f_n) = 0 + \norm{\cos(nx)}_\infty = 1. No constant CC gives NCN \leq C\norm\cdot_\infty.

Exercise 5.3

Compute the operator norm of u(f)=01f(t)et ⁣dtu(f) = \int_0^1 f(t)\,\eu^t\,\dd t on (C([0,1]),)R\bigl(C(\intcc{0}{1}), \norm\cdot_\infty\bigr) \to \R, and of the shift S(x1,x2,,xn)=(x2,,xn,0)S(x_1, x_2, \dots, x_n) = (x_2, \dots, x_n, 0) on (Kn,)(K^n, \norm\cdot_\infty).

Solution

Solution of Exercise 5.3.

u(f)f01et ⁣dt=(e1)f\abs{u(f)} \leq \norm f_\infty \int_0^1 \eu^t\,\dd t = (\eu - 1)\norm f_\infty, with equality for f1f \equiv 1: u=e1\vertiii u = \eu - 1.

Shift: S(x)=max(x2,,xn)x\norm{S(x)}_\infty = \max(\abs{x_2}, \dots, \abs{x_n}) \leq \norm x_\infty, equality at x=e2x = e_2: S=1\vertiii S = 1 (for n2n \geq 2).

Exercise 5.4 ★★

On (Rn,)(\R^n, \norm\cdot_\infty), prove that the operator norm of a matrix AA is A=maxijaij\vertiii A_\infty = \max_i \sum_j \abs{a_{ij}} (the largest absolute row sum). Compute it for (1231)\begin{pmatrix} 1 & -2\\ 3 & 1\end{pmatrix}.

Solution

Solution of Exercise 5.4.

Upper bound: for x1\norm x_\infty \leq 1,

(Ax)i=jaijxjjaij,\abs{(Ax)_i} = \Bigl|\sum_j a_{ij}x_j\Bigr| \leq \sum_j \abs{a_{ij}},

so Axmaxijaij\norm{Ax}_\infty \leq \max_i \sum_j \abs{a_{ij}}. Attained: let i0i_0 realize the max and take xj=sign(ai0j)x_j = \operatorname{sign}(a_{i_0 j}) (modulus 11 entries): then (Ax)i0=jai0j(Ax)_{i_0} = \sum_j \abs{a_{i_0 j}}. Hence the formula. For the given matrix: row sums 33 and 44: A=4\vertiii A_\infty = 4.

Exercise 5.5 ★★

Prove that GLn(K)GL_n(K) is open in Mn(K)\mathcal{M}_n(K) and that AA1A \mapsto A^{-1} is continuous on it. Hint: for openness, if H<1A1\vertiii H < \frac{1}{\vertiii{A^{-1}}} then A+H=A(I+A1H)A + H = A(I + A^{-1}H) with A1H<1\vertiii{A^{-1}H} < 1, and I+BI + B is invertible for B<1\vertiii B < 1 by the geometric series (Theorem 5.21); for continuity, bound (A+H)1A1(A+H)^{-1} - A^{-1} using the same series.

Solution

Solution of Exercise 5.5.

Geometric series: for B<1\vertiii B < 1, the series Bk\sum B^k converges absolutely in the Banach Mn(K)\mathcal{M}_n(K) (Theorem 5.21, BkBk\vertiii{B^k} \leq \vertiii B^k), and

(IB)k=0KBk=IBK+1I:(I - B)\sum_{k=0}^{K} B^k = I - B^{K+1} \longrightarrow I :

by continuity of the product (Proposition 5.12), (IB)k0Bk=I(I - B)\sum_{k\geq0} B^k = I, so IBI - B is invertible with inverse the sum (and (IB)111B\vertiii{(I-B)^{-1}} \leq \frac{1}{1 - \vertiii B}).

Openness: for AA invertible and H<1A1\vertiii H < \frac{1}{\vertiii{A^{-1}}}: A+H=A(I+A1H)A + H = A(I + A^{-1}H) with A1HA1H<1\vertiii{A^{-1}H} \leq \vertiii{A^{-1}}\vertiii H < 1: invertible. So a ball around AA stays in GLnGL_n.

Continuity of inversion: with B=A1HB = -A^{-1}H,

(A+H)1A1=((IB)1I)A1=(k1Bk)A1,(A + H)^{-1} - A^{-1} = \bigl((I - B)^{-1} - I\bigr)A^{-1} = \Bigl(\sum_{k \geq 1} B^k\Bigr) A^{-1},

of norm B1BA10\leq \frac{\vertiii B}{1 - \vertiii B}\vertiii{A^{-1}} \to 0 as H0H \to 0.

Exercise 5.6 ★★

Let φ\varphi be a linear form on a normed space EE. Prove that φ\varphi is continuous if and only if kerφ\ker\varphi is closed. (If kerφ\ker\varphi is closed and φ0\varphi \neq 0, pick aa with φ(a)=1\varphi(a) = 1 and r>0r > 0 with B(a,r)kerφ=B(a, r) \cap \ker\varphi = \emptyset; deduce φ(h)1rh\abs{\varphi(h)} \leq \frac{1}{r}\norm h by a scaling argument on ahφ(h)a - \frac{h}{\varphi(h)}.)

Solution

Solution of Exercise 5.6.

Continuous \Rightarrow closed kernel: preimage of the closed {0}\{0\} (Theorem 4.6).

Conversely, suppose kerφ\ker\varphi closed and φ0\varphi \neq 0. Pick aa with φ(a)=1\varphi(a) = 1; since akerφa \notin \ker\varphi and the kernel is closed, some ball B(a,r)B(a, r) misses it. Now let hEh \in E with φ(h)0\varphi(h) \neq 0: the vector ahφ(h)a - \frac{h}{\varphi(h)} lies in kerφ\ker\varphi, hence outside B(a,r)B(a, r):

hφ(h)rφ(h)hr,\Bigl\Vert \frac{h}{\varphi(h)} \Bigr\Vert \geq r \quad\Longrightarrow\quad \abs{\varphi(h)} \leq \frac{\norm h}{r},

an inequality trivially true when φ(h)=0\varphi(h) = 0 as well: bound (4) of Theorem 5.6: continuous.

Exercise 5.7 ★★

Prove that (C([0,1]),1)\bigl(C(\intcc{0}{1}), \norm\cdot_1\bigr) is not complete: show that the functions fnf_n, affine ramps from 00 to 11 over [121n,12]\bigl[\frac12 - \frac1n, \frac12\bigr] (value 00 before, 11 after), form a Cauchy sequence with no continuous 1\norm\cdot_1-limit.

Solution

Solution of Exercise 5.7.

Let fnf_n be 00 on [0,121n]\intcc{0}{\frac12 - \frac1n}, affine up to value 11 at 12\frac12, then 11 on [12,1]\intcc{\frac12}{1}. For mnm \geq n, fmfnf_m - f_n is supported on an interval of length 1n\frac1n with values in [1,1]\intcc{-1}{1}: fmfn11n\norm{f_m - f_n}_1 \leq \frac1n: Cauchy.

Suppose fnff_n \to f in 1\norm\cdot_1 with ff continuous. On [0,12δ]\intcc{0}{\frac12 - \delta} (fixed δ\delta): f=ffnffn10\int \abs{f} = \int\abs{f - f_n} \leq \norm{f - f_n}_1 \to 0 for n>1δn > \frac1\delta, so 01/2δf=0\int_0^{1/2 - \delta}\abs f = 0, and by strict positivity f=0f = 0 there — for every δ\delta: f=0f = 0 on (0,12)\intoo{0}{\frac12}. Similarly f=1f = 1 on [12,1]\intcc{\frac12}{1} (the fnf_n all equal 11 there). By continuity at 12\frac12: 0=10 = 1, absurd. No limit exists: the space is not complete.

Exercise 5.8 ★★★

On E=C([0,1])E = C(\intcc{0}{1}) with \norm\cdot_\infty, consider

φ(f)=n1(1)n2nf(1n).\varphi(f) = \sum_{n \geq 1} (-1)^n\, 2^{-n} f\bigl(\tfrac1n\bigr).

Prove that φ\varphi is a well-defined continuous linear form with φ=1\vertiii\varphi = 1, but that the supremum defining φ\vertiii\varphi is not attained on the closed unit ball. (Upper bound: triangle inequality. Norm =1= 1: build continuous fKf_K with fK1\norm{f_K}_\infty \leq 1 and fK(1n)=(1)nf_K(\frac1n) = (-1)^n for nKn \leq K — the points 1n\frac1n are isolated from each other. Non-attainment: equality would force f(1n)=(1)nf(\frac1n) = (-1)^n for every nn, incompatible with continuity of ff at 00 since 1n0\frac1n \to 0.)

Solution

Solution of Exercise 5.8.

Well defined and continuous: φ(f)2nf=f\abs{\varphi(f)} \leq \sum 2^{-n} \norm f_\infty = \norm f_\infty, so φ\varphi is a linear form with φ1\vertiii\varphi \leq 1 (the series converges absolutely for each ff).

Norm 11: fix KK; the points 1,12,,1K1, \frac12, \dots, \frac1K are pairwise distinct, so there is a continuous fKf_K, fK1\norm{f_K}_\infty \leq 1, with fK(1n)=(1)nf_K(\frac1n) = (-1)^n for nKn \leq K (piecewise affine interpolation, constant near 00). Then

φ(fK)n=1K2nn>K2n=12K+1K1.\varphi(f_K) \geq \sum_{n=1}^{K} 2^{-n} - \sum_{n > K} 2^{-n} = 1 - 2^{-K+1} \xrightarrow[K \to \infty]{} 1 .

Not attained: if f1\norm f_\infty \leq 1 and φ(f)=1\varphi(f) = 1, each term must contribute its maximum: (1)nf(1n)=1(-1)^n f(\frac1n) = 1 for every nn (otherwise the strict deficit of one term cannot be compensated, all terms being 2n\leq 2^{-n}). So f(1n)=(1)nf(\frac1n) = (-1)^n; but 1n0\frac1n \to 0 and ff is continuous at 00, forcing the contradictory convergence of (1)n(-1)^n. Hence the supremum is not a maximum — impossible in finite dimension, where the closed unit ball is compact.

Exercise 5.9 ★★★

Let EE be a normed space in which the closed unit ball is compact. Re-derive, without quoting Theorem 5.17, that every bounded sequence has a convergent subsequence, and prove that every linear form on EE is continuous if and only if dimE<\dim E < \infty. (For infinite dimension, build a discontinuous form by defining it freely on a linearly independent normalized sequence and extending — admitting the existence of an algebraic complement.)

Solution

Solution of Exercise 5.9.

Bounded sequences: a bounded sequence lies in some closed ball B(0,R)=RB(0,1)\overline B(0, R) = R\,\overline B(0,1), compact (image of the compact unit ball under the homeomorphism xRxx \mapsto Rx): extract there.

Linear forms: if dimE<\dim E < \infty, every linear map from EE is continuous (Theorem 5.13). Conversely, suppose dimE=\dim E = \infty (which, by Theorem 5.17, is actually excluded by the compactness hypothesis — the point of this question is the implication between the two properties in general normed spaces): choose a normalized linearly independent sequence (en)(e_n), complete it into an algebraic basis (admitted), and define φ(en)=n\varphi(e_n) = n, φ=0\varphi = 0 on the other basis vectors, extended linearly. Then φ(en)=n\abs{\varphi(e_n)} = n with en=1\norm{e_n} = 1: unbounded on the unit ball, discontinuous. So “all forms continuous” forces finite dimension.

Exercise 5.10 ★★

On C([0,1])C(\intcc{0}{1}), prove f1f2f\norm f_1 \leq \norm f_2 \leq \norm f_\infty (Cauchy–Schwarz for the first), and show with the family fn(x)=xnf_n(x) = x^n that neither inequality can be reversed up to a constant: the three norms are pairwise non-equivalent.

Solution

Solution of Exercise 5.10.

Cauchy–Schwarz with the constant function 11: f1=01f1(01f2)1/2(011)1/2=f2\norm f_1 = \int_0^1 \abs f\cdot 1 \leq \bigl(\int_0^1 f^2\bigr)^{1/2}\bigl(\int_0^1 1\bigr)^{1/2} = \norm f_2. And f22=f2f2\norm f_2^2 = \int f^2 \leq \norm f_\infty^2. For fn(x)=xnf_n(x) = x^n:

fn1=1n+1,fn2=12n+1,fn=1.\norm{f_n}_1 = \frac1{n+1}, \qquad \norm{f_n}_2 = \frac1{\sqrt{2n+1}}, \qquad \norm{f_n}_\infty = 1 .

Then fn2/fn1=n+12n+1\norm{f_n}_2/\norm{f_n}_1 = \frac{n+1}{\sqrt{2n+1}} \to \infty and fn/fn2=2n+1\norm{f_n}_\infty/\norm{f_n}_2 = \sqrt{2n+1} \to \infty: no reverse inequalities, no pair is equivalent.

Exercise 5.11 ★★

(Distance to a hyperplane) Let φ\varphi be a nonzero continuous linear form on a normed space EE. Prove that

d(x,kerφ)=φ(x)φ(xE),d\bigl(x, \ker\varphi\bigr) = \frac{\abs{\varphi(x)}}{\vertiii\varphi} \qquad (x \in E),

and check on Exercise 5.8 that the infimum need not be attained by any point of the hyperplane.

Solution

Solution of Exercise 5.11.

Lower bound for the distance: for hkerφh \in \ker\varphi, φ(x)=φ(xh)φxh\abs{\varphi(x)} = \abs{\varphi(x - h)} \leq \vertiii\varphi\,\norm{x - h}; take the infimum over hh: d(x,kerφ)φ(x)/φd(x, \ker\varphi) \geq \abs{\varphi(x)}/\vertiii\varphi.

Upper bound: we may assume φ(x)0\varphi(x) \neq 0. Given ε>0\varepsilon > 0, pick a unit uu with φ(u)φε>0\abs{\varphi(u)} \geq \vertiii\varphi - \varepsilon > 0 and set h=xφ(x)φ(u)uh = x - \frac{\varphi(x)}{\varphi(u)}\,u: then φ(h)=0\varphi(h) = 0 and

xh=φ(x)φ(u)φ(x)φε.\norm{x - h} = \frac{\abs{\varphi(x)}}{\abs{\varphi(u)}} \leq \frac{\abs{\varphi(x)}}{\vertiii\varphi - \varepsilon}.

Let ε0\varepsilon \to 0: d(x,kerφ)φ(x)/φd(x, \ker\varphi) \leq \abs{\varphi(x)}/\vertiii\varphi; equality.

Non-attainment: take φ\varphi from Exercise 5.8 (φ=1\vertiii\varphi = 1, not attained) and any xx with φ(x)0\varphi(x) \neq 0. If some hkerφh \in \ker\varphi realized xh=φ(x)\norm{x - h} = \abs{\varphi(x)}, the unit vector v=(xh)/xhv = (x - h)/\norm{x - h} would satisfy φ(v)=φ(x)/xh=1=φ\abs{\varphi(v)} = \abs{\varphi(x)}/\norm{x - h} = 1 = \vertiii\varphi: the operator norm would be attained — contradiction.

Exercise 5.12 ★★★

On E=R[X]E = \R[X] (all polynomials), let N1(P)=sup[0,1]PN_1(P) = \sup_{\intcc{0}{1}}\abs P and N2(P)=sup[0,2]PN_2(P) = \sup_{\intcc{0}{2}}\abs P. Show that N1N2N_1 \leq N_2 but that N1N_1 and N2N_2 are not equivalent; deduce that the identity (E,N2)(E,N1)(E, N_2) \to (E, N_1) is a continuous linear bijection whose inverse is discontinuous. Show finally that (E,N1)(E, N_1) is not complete (Taylor partial sums of ex\eu^x). All three phenomena are impossible in finite dimension — say why.

Solution

Solution of Exercise 5.12.

N1N2N_1 \leq N_2 is monotonicity of the sup in the domain, so the identity (E,N2)(E,N1)(E, N_2) \to (E, N_1) is 11-Lipschitz. For Pn(x)=(x/2)nP_n(x) = (x/2)^n: N2(Pn)=1N_2(P_n) = 1 (attained at x=2x = 2) while N1(Pn)=2nN_1(P_n) = 2^{-n}: a bound N2CN1N_2 \leq CN_1 would give 1C2n1 \leq C2^{-n} for all nn: impossible. So the norms are not equivalent and the inverse identity is a discontinuous linear bijection.

Incompleteness: let Sn=k=0nXkk!S_n = \sum_{k=0}^{n}\frac{X^k}{k!}. For m>nm > n, N1(SmSn)k>n1k!0N_1(S_m - S_n) \leq \sum_{k>n}\frac1{k!} \to 0: Cauchy for N1N_1. If SnPS_n \to P in (E,N1)(E, N_1), then pointwise P(x)=limSn(x)=exP(x) = \lim S_n(x) = \eu^x on [0,1]\intcc{0}{1}; but a polynomial of degree dd cannot equal ex\eu^x on an interval (differentiate d+1d + 1 times: the left side dies, ex\eu^x does not). No limit in EE: not complete.

In finite dimension all three phenomena are impossible: all norms are equivalent, every normed space is complete, and the inverse of a linear bijection is linear from a finite-dimensional space, hence continuous (Theorem 5.13).

5.6 Problem: Best Approximation and Chebyshev’s Theorem

How well can a function be approximated by polynomials of a given degree, and which polynomial does it best? On the existence side, the answer belongs to this chapter: compactness in finite dimension makes best approximations exist. On the explicit side, one nontrivial case can be solved completely with bare hands — among all monic polynomials of degree nn, the one of smallest sup norm on [1,1]\intcc{-1}{1} is the (normalized) Chebyshev polynomial, of norm 21n2^{1-n}: Chebyshev’s extremal theorem. The problem proves both sides, then measures how badly compactness fails in infinite dimension: the unit ball of C([0,1])C(\intcc{0}{1}) contains infinite constellations of points at mutual distance 11.

Problem 5.1

Weekend problem — Chebyshev’s extremal theorem and the geometry of the unit ball

Norms without subscript are sup norms on the indicated segment.

Part I — Best approximation in normed spaces.

  1. Let FF be a finite-dimensional subspace of a normed space EE and xEx \in E. Prove that the distance d(x,F)=inffFxfd(x, F) = \inf_{f \in F}\norm{x - f} is attained (reduce to a closed bounded subset of FF and use Theorem 5.13).
  2. A norm is strictly convex when u=v=1\norm u = \norm v = 1 and uvu \neq v imply u+v2<1\bigl\Vert\frac{u + v}2\bigr\Vert < 1. Show that 2\norm\cdot_2 on Rn\R^n is strictly convex (parallelogram identity), and that 1\norm\cdot_1 and \norm\cdot_\infty are not for n2n \geq 2.
  3. Prove that for a strictly convex norm, the best approximation of question 1 is unique.
  4. In (R2,)(\R^2, \norm\cdot_\infty), compute all best approximations of x=(0,1)x = (0, 1) by the line F=Vect((1,0))F = \operatorname{Vect}\bigl((1,0)\bigr): an interval of minimizers.
  5. In (C([a,b]),)\bigl(C(\intcc{a}{b}), \norm\cdot_\infty\bigr), show that the best approximation of ff by constants is unique, equal to c=maxf+minf2c^* = \frac{\max f + \min f}{2}, with distance maxfminf2\frac{\max f - \min f}{2}; compute both for f(x)=x2f(x) = x^2 on [0,1]\intcc{0}{1}.

Part II — Chebyshev polynomials.

  1. Show there is exactly one polynomial TnT_n with Tn(cosθ)=cosnθT_n(\cos\theta) = \cos n\theta for all θ\theta (recurrence Tn+1=2XTnTn1T_{n+1} = 2XT_n - T_{n-1} from the cosine addition formula), that degTn=n\deg T_n = n, and that its leading coefficient is 2n12^{n-1} for n1n \geq 1.
  2. Show Tn1\abs{T_n} \leq 1 on [1,1]\intcc{-1}{1}, with Tn(ηk)=(1)kT_n(\eta_k) = (-1)^k at the n+1n + 1 points ηk=coskπn\eta_k = \cos\frac{k\pi}{n} (k=0,,nk = 0, \dots, n), and that the roots of TnT_n are the nn points cos(2k1)π2n\cos\frac{(2k-1)\pi}{2n}, interlacing the ηk\eta_k.
  3. Compute T2,T3,T4T_2, T_3, T_4, and verify the alternation of T3T_3 at η0,,η3=1,12,12,1\eta_0, \dots, \eta_3 = 1, \frac12, -\frac12, -1 by direct evaluation.
  4. For x1\abs x \geq 1, prove

    Tn(x)=(x+x21)n+(xx21)n2,T_n(x) = \frac{\bigl(x + \sqrt{x^2 - 1}\bigr)^n + \bigl(x - \sqrt{x^2 - 1}\bigr)^n}{2},

    and deduce Tn(x)12(x+x21)nT_n(x) \sim \frac12\bigl(x + \sqrt{x^2 - 1}\bigr)^n \to \infty geometrically for fixed x>1x > 1.

  5. Prove the composition law TmTn=TmnT_m \circ T_n = T_{mn} (check on [1,1]\intcc{-1}{1} and invoke the rigidity of polynomials).

Part III — Chebyshev’s extremal theorem. Write Qn=21nTnQ_n = 2^{1-n}T_n (monic, by question 6).

  1. Let PP be monic of degree n1n \geq 1 with sup[1,1]P<21n\sup_{\intcc{-1}{1}}\abs P < 2^{1-n}. By evaluating D=QnPD = Q_n - P at the points ηk\eta_k and counting sign changes, derive a contradiction. Conclude:

    sup[1,1]P    21nfor every monic P of degree n.\sup_{\intcc{-1}{1}}\abs P \;\geq\; 2^{1-n} \qquad\text{for every monic } P \text{ of degree } n.
  2. (Equality case) Suppose sup[1,1]P=21n\sup_{\intcc{-1}{1}}\abs P = 2^{1-n} with PP monic of degree nn, and let D=QnP0D = Q_n - P \neq 0. Show (1)kD(ηk)0(-1)^kD(\eta_k) \geq 0 for all kk; show that each of the nn intervals [ηk,ηk1]\intcc{\eta_{k}}{\eta_{k-1}} contains a zero of DD, and that a zero shared by two consecutive intervals is an interior point ηk\eta_k where D=0D' = 0 as well. Conclude that DD has nn zeros counted with multiplicity, hence D=0D = 0: the minimizer is exactly QnQ_nChebyshev’s extremal theorem.
  3. Restate the theorem as a distance: on [1,1]\intcc{-1}{1},

    d(Xn, Rn1[X])=21n,d_\infty\bigl(X^n,\ \R_{n-1}[X]\bigr) = 2^{1-n},

    with unique best approximation XnQnX^n - Q_n; and show by the affine substitution x=1+t2x = \frac{1+t}2 that on [0,1]\intcc{0}{1} the distance becomes 212n2^{1-2n}.

  4. (Optimal interpolation nodes) For nn nodes x1,,xn[1,1]x_1, \dots, x_n \in \intcc{-1}{1}, the node polynomial ω(x)=i(xxi)\omega(x) = \prod_i(x - x_i) is monic of degree nn. Deduce from question 12 which choice of nodes minimizes sup[1,1]ω\sup_{\intcc{-1}{1}}\abs\omega, the node-dependent factor of the classical interpolation error bound, and give the minimal value.
  5. Verify the case n=2n = 2 of the theorem by hand (find infcsup[1,1]x2c\inf_c \sup_{\intcc{-1}{1}}\abs{x^2 - c} directly), and compute numerically the distance of question 13 on [0,1]\intcc{0}{1} for n=10n = 10. What does its size say about the graph of x10x^{10}?

Part IV — The unit ball of C([0,1])C(\intcc{0}{1}).

  1. Let gk(x)=x2kg_k(x) = x^{2^k}. Show gk=1\norm{g_k}_\infty = 1 and gkgj14\norm{g_k - g_j}_\infty \geq \frac14 for j>kj > k (evaluate at the point where x2k=12x^{2^k} = \frac12): an explicit bounded sequence with no convergent subsequence — the closed unit ball is not compact, by bare hands.
  2. (Riesz’s lemma, sharpened) Let FF be a finite-dimensional proper subspace of a normed space EE. Using question 1, produce a unit vector xx with d(x,F)=1d(x, F) = 1 exactly — not just 1ε\geq 1 - \varepsilon as in Theorem 5.17’s lemma.
  3. Deduce: in every infinite-dimensional normed space there is a sequence of unit vectors with pairwise distances 1\geq 1, and re-derive Riesz’s theorem from it.
  4. In C([0,1])C(\intcc{0}{1}), exhibit such a constellation explicitly: the tent functions hnh_n supported on [1n+1,1n]\bigl[\frac1{n+1}, \frac1n\bigr] with peak value 11. Verify hn=1\norm{h_n} = 1, hnhm=1\norm{h_n - h_m} = 1 for nmn \neq m, and note that hn0h_n \to 0 pointwise but not uniformly.
  5. (Total boundedness fails) Show that the closed unit ball of C([0,1])C(\intcc{0}{1}) cannot be covered by finitely many balls of radius 13\frac13 (each such ball contains at most one hnh_n) — contrast with the total-boundedness step in the proof of Theorem 4.20.

Part V — Norms at work on matrices, and synthesis.

  1. Prove that every eigenvalue λ\lambda of AMn(C)A \in \mathcal{M}_n(\C) satisfies λA\abs\lambda \leq \vertiii A for every operator norm; apply Exercise 5.4 to bound the eigenvalues of (1231)\left(\begin{smallmatrix}1 & -2\\ 3 & 1\end{smallmatrix}\right) and compare with their true modulus.
  2. (Adapted norms) Let AA be diagonalizable, A=Pdiag(λ1,,λn)P1A = P\,\mathrm{diag}(\lambda_1, \dots, \lambda_n)\,P^{-1}. Show NP(x)=P1xN_P(x) = \norm{P^{-1}x}_\infty is a norm whose operator norm satisfies ANP=maxiλi\vertiii A_{N_P} = \max_i\abs{\lambda_i}.
  3. Deduce: for diagonalizable AA, Ak0A^k \to 0 if and only if all eigenvalues satisfy λi<1\abs{\lambda_i} < 1equivalence of norms makes the conclusion norm-independent. Check on A=14(1221)A = \frac14\left(\begin{smallmatrix}1 & 2\\ 2 & 1\end{smallmatrix}\right).
  4. (Equivalence constants blow up) On Rn[X]\R_n[X], compare Nc(P)=maxkakN_c(P) = \max_k \abs{a_k} (coefficients) and P[0,1]\norm{P}_{\intcc{0}{1}}: both are norms, so they are equivalent for each fixed nn; but show, using the monic minimizer of question 13 on [0,1]\intcc{0}{1}, that the best constant CnC_n in NcCn[0,1]N_c \leq C_n\norm\cdot_{\intcc{0}{1}} satisfies Cn22n1C_n \geq 2^{2n-1}. Conclude in one sentence why “all norms are equivalent” dies in infinite dimension.
  5. (Synthesis) One sentence each: where compactness of finite-dimensional balls worked (questions 1, 12); what strict convexity governs; what the constellation of questions 18–19 destroys; and how question 24 quantifies the failure. Name the summit (Chebyshev’s extremal theorem) and state where best approximation finds its modern home (the projection theorem on Hilbert spaces, Year 3 volume, where completeness replaces compactness).
Solution

Solution of Problem 5.1.

1. The candidates worth considering form K={fF:xfx}K = \{f \in F : \norm{x - f} \leq \norm x\}: nonempty (0K0 \in K), closed (preimage of a closed interval under the continuous fxff \mapsto \norm{x - f}, intersected with the closed FF, Corollary 5.14), bounded (ffx+x2x\norm f \leq \norm{f - x} + \norm x \leq 2\norm x). In the finite-dimensional FF, closed and bounded means compact (Theorem 5.13); the continuous function fxff \mapsto \norm{x - f} attains on KK its infimum, which equals the infimum over all of FF (any fKf \notin K gives xf>xinf\norm{x - f} > \norm x \geq \inf).

2. Parallelogram identity in (Rn,2)(\R^n, \norm\cdot_2): u+v2+uv2=2u2+2v2\norm{u + v}^2 + \norm{u - v}^2 = 2\norm u^2 + 2\norm v^2 (expand the squares of sums of coordinates). For unit uvu \neq v:

u+v22=1uv24<1.\Bigl\Vert\frac{u+v}2\Bigr\Vert^2 = 1 - \frac{\norm{u - v}^2}{4} < 1 .

Not strictly convex: for \norm\cdot_\infty, take u=(1,1,0,)u = (1, 1, 0, \dots), v=(1,1,0,)v = (1, -1, 0, \dots): unit vectors with midpoint (1,0,)(1, 0, \dots) of norm 11; for 1\norm\cdot_1, take u=(1,0,)u = (1, 0, \dots), v=(0,1,0,)v = (0, 1, 0, \dots): midpoint (12,12,0,)(\frac12, \frac12, 0, \dots) of norm 11.

3. Let d=d(x,F)d = d(x, F). If d=0d = 0: xF=Fx \in \overline F = F and the only minimizer is xx. If d>0d > 0 and f1f2f_1 \neq f_2 both minimize: u=xf1du = \frac{x - f_1}{d} and v=xf2dv = \frac{x - f_2}{d} are distinct unit vectors, so

xf1+f22=du+v2<d,\Bigl\Vert x - \frac{f_1 + f_2}2\Bigr\Vert = d\,\Bigl\Vert\frac{u + v}2\Bigr\Vert < d ,

with f1+f22F\frac{f_1 + f_2}2 \in F: contradicts the definition of dd. Unique minimizer.

4. (0,1)t(1,0)=max(t,1)1\norm{(0,1) - t(1,0)}_\infty = \max(\abs t, 1) \geq 1, with equality iff t1\abs t \leq 1: the minimizers form the segment {t(1,0):t[1,1]}\{t(1, 0) : t \in \intcc{-1}{1}\}, all at distance 11 — uniqueness fails exactly because the square ball has flat sides (question 2).

5. Let M=maxfM = \max f, m=minfm = \min f (attained: compactness). For any constant cc: supfcmax(Mc,cm)Mm2\sup\abs{f - c} \geq \max(M - c,\, c - m) \geq \frac{M - m}2, the last inequality because the two quantities average to Mm2\frac{M-m}2; equality in both forces Mc=cmM - c = c - m, i.e. c=c=M+m2c = c^* = \frac{M + m}2. Conversely supfc=max(Mc,cm)=Mm2\sup\abs{f - c^*} = \max(M - c^*, c^* - m) = \frac{M - m}2. Unique best constant. For f(x)=x2f(x) = x^2 on [0,1]\intcc01: c=12c^* = \frac12, distance 12\frac12.

6. From cos(n+1)θ+cos(n1)θ=2cosθcosnθ\cos(n{+}1)\theta + \cos(n{-}1)\theta = 2\cos\theta\cos n\theta: the polynomials defined by T0=1T_0 = 1, T1=XT_1 = X, Tn+1=2XTnTn1T_{n+1} = 2XT_n - T_{n-1} satisfy Tn(cosθ)=cosnθT_n(\cos\theta) = \cos n\theta by induction. Uniqueness: two polynomials agreeing on [1,1]\intcc{-1}{1} (infinitely many points) are equal. Induction again: degTn=n\deg T_n = n with leading coefficient 2n12^{n-1} for n1n \geq 1 (T1T_1: coefficient 1=201 = 2^0; the recurrence doubles it).

7. Every x[1,1]x \in \intcc{-1}{1} is cosθ\cos\theta, and cosnθ1\abs{\cos n\theta} \leq 1. At ηk=coskπn\eta_k = \cos\frac{k\pi}n: Tn(ηk)=coskπ=(1)kT_n(\eta_k) = \cos k\pi = (-1)^k, and 1=η0>η1>>ηn=11 = \eta_0 > \eta_1 > \dots > \eta_n = -1. Roots: cosnθ=0\cos n\theta = 0 iff θ=(2k1)π2n\theta = \frac{(2k-1)\pi}{2n}: the nn distinct points cos(2k1)π2n\cos\frac{(2k-1)\pi}{2n}, and since (k1)πn<(2k1)π2n<kπn\frac{(k-1)\pi}n < \frac{(2k-1)\pi}{2n} < \frac{k\pi}n, each root lies strictly between two consecutive extrema.

8. T2=2X21T_2 = 2X^2 - 1, T3=4X33XT_3 = 4X^3 - 3X, T4=8X48X2+1T_4 = 8X^4 - 8X^2 + 1. For T3T_3: T3(1)=1T_3(1) = 1, T3(12)=1232=1T_3(\tfrac12) = \tfrac12 - \tfrac32 = -1, T3(12)=1T_3(-\tfrac12) = 1, T3(1)=1T_3(-1) = -1: perfect alternation.

9. Let u±=x±x21u_\pm = x \pm \sqrt{x^2 - 1} for x1x \geq 1: the roots of z22xz+1z^2 - 2xz + 1, with u+u=1u_+u_- = 1. The sequence sn=u+n+un2s_n = \frac{u_+^n + u_-^n}2 satisfies sn+1=2xsnsn1s_{n+1} = 2x\,s_n - s_{n-1} (Newton-type recurrence from the quadratic), s0=1s_0 = 1, s1=xs_1 = x: the same recurrence and initial values as nTn(x)n \mapsto T_n(x), so sn=Tn(x)s_n = T_n(x) for all nn. Since 0<u1u+0 < u_- \leq 1 \leq u_+ with u+>1u_+ > 1 for x>1x > 1: Tn(x)u+n2T_n(x) \geq \frac{u_+^n}2 \to \infty and Tn(x)12(x+x21)nT_n(x) \sim \frac12\bigl(x + \sqrt{x^2-1}\bigr)^n. (For x1x \leq -1 use the parity Tn(x)=(1)nTn(x)T_n(-x) = (-1)^nT_n(x), clear from the recurrence.)

10. For every θ\theta: Tm(Tn(cosθ))=Tm(cosnθ)=cosmnθ=Tmn(cosθ)T_m\bigl(T_n(\cos\theta)\bigr) = T_m(\cos n\theta) = \cos mn\theta = T_{mn}(\cos\theta). The polynomials TmTnT_m \circ T_n and TmnT_{mn} agree on [1,1]\intcc{-1}{1}, hence are equal.

11. D=QnPD = Q_n - P has degree n1\leq n - 1 (the monic leading terms cancel). At the extrema: (1)kD(ηk)=21n(1)kP(ηk)21nP(ηk)>0(-1)^kD(\eta_k) = 2^{1-n} - (-1)^kP(\eta_k) \geq 2^{1-n} - \abs{P(\eta_k)} > 0 by hypothesis. So DD takes nonzero values of alternating signs at the n+1n + 1 decreasing points η0>>ηn\eta_0 > \dots > \eta_n: by the intermediate value theorem it has at least nn distinct roots, one in each open interval (ηk,ηk1)\intoo{\eta_{k}}{\eta_{k-1}}. A nonzero polynomial of degree n1\leq n - 1 cannot have nn roots; and D=0D = 0 contradicts the strict signs. Contradiction: supP21n\sup\abs P \geq 2^{1-n} for every monic PP of degree nn.

12. Now (1)kD(ηk)=21n(1)kP(ηk)0(-1)^kD(\eta_k) = 2^{1-n} - (-1)^kP(\eta_k) \geq 0 since P21n\abs{P} \leq 2^{1-n}. On each [ηk,ηk1]\intcc{\eta_k}{\eta_{k-1}} (k=1,,nk = 1, \dots, n) the endpoint values of DD have opposite weak signs: the intermediate value theorem yields a zero zkz_k in the closed interval. If the zkz_k can be chosen pairwise distinct, D0D \neq 0 of degree n1\leq n-1 has nn roots: contradiction. Two consecutive intervals can only share the zero zk=zk+1=ηkz_k = z_{k+1} = \eta_k with 0<k<n0 < k < n (interior). There, D(ηk)=0D(\eta_k) = 0 means P(ηk)=(1)k21nP(\eta_k) = (-1)^k2^{1-n}, an extremal value of PP on [1,1]\intcc{-1}{1} attained at an interior point: P(ηk)=0P'(\eta_k) = 0; and ηk\eta_k is an interior extremum of TnT_n too: Qn(ηk)=0Q_n'(\eta_k) = 0. Hence D(ηk)=0D'(\eta_k) = 0: ηk\eta_k is a root of multiplicity 2\geq 2, compensating the shared interval. In all cases DD has at least nn roots counted with multiplicity, degree n1\leq n - 1, so D=0D = 0: P=QnP = Q_n. Chebyshev’s extremal theorem is proved: the unique monic minimizer is 21nTn2^{1-n}T_n, of sup norm 21n2^{1-n}.

13. Monic polynomials of degree nn are exactly the XnRX^n - R with RRn1[X]R \in \R_{n-1}[X], so

d(Xn,Rn1[X])=minP monic sup[1,1]P=21n,d_\infty\bigl(X^n, \R_{n-1}[X]\bigr) = \min_{P \text{ monic}}\ \sup_{\intcc{-1}{1}}\abs P = 2^{1-n},

uniquely at R=XnQnR^* = X^n - Q_n. Substitution x=1+t2x = \frac{1+t}2: if PP is monic of degree nn on [0,1]\intcc01, then t2nP(1+t2)t \mapsto 2^nP\bigl(\frac{1+t}2\bigr) is monic on [1,1]\intcc{-1}{1} with sup equal to 2nsup[0,1]P2^n\sup_{\intcc01}\abs P: hence sup[0,1]P2n21n=212n\sup_{\intcc01}\abs P \geq 2^{-n}\cdot2^{1-n} = 2^{1-2n}, with equality exactly for P(x)=2nQn(2x1)P^*(x) = 2^{-n}Q_n(2x - 1): on [0,1]\intcc{0}{1} the distance is 212n2^{1-2n}.

14. ω\omega is monic of degree nn, so sup[1,1]ω21n\sup_{\intcc{-1}{1}}\abs\omega \geq 2^{1-n} with equality iff ω=Qn=21nTn\omega = Q_n = 2^{1-n}T_n, i.e. iff the nodes are the nn roots of TnT_n: xk=cos(2k1)π2nx_k = \cos\frac{(2k-1)\pi}{2n} — the Chebyshev nodes. Minimal value: 21n2^{1-n}. Equidistant nodes are strictly worse; the interpolation error factor is minimized by clustering nodes near the endpoints.

15. n=2n = 2 by hand: x2x^2 ranges over [0,1]\intcc01, so sup[1,1]x2c=max(c,1c)12\sup_{\intcc{-1}{1}}\abs{x^2 - c} = \max(\abs c, \abs{1 - c}) \geq \frac12, minimized at c=12c = \frac12: minimal monic quadratic x212=12(2x21)=Q2x^2 - \frac12 = \frac12(2x^2 - 1) = Q_2, value 12=212\frac12 = 2^{1-2}. For n=10n = 10 on [0,1]\intcc{0}{1}: 2120=2191.91062^{1-20} = 2^{-19} \approx 1.9\cdot10^{-6}. Some polynomial of degree 99 stays within two millionths of x10x^{10} on the whole of [0,1]\intcc01: at this scale the two graphs are indistinguishable — the flatness of x10x^{10} near 00 lets lower degrees do all the work.

16. gk=gk(1)=1\norm{g_k}_\infty = g_k(1) = 1. For j>kj > k set a=2ka = 2^k, b=2j2ab = 2^j \geq 2a, and evaluate at x0=21/ax_0 = 2^{-1/a} (so x0a=12x_0^a = \frac12):

gk(x0)gj(x0)=12(12)b/a1214=14.g_k(x_0) - g_j(x_0) = \frac12 - \Bigl(\frac12\Bigr)^{b/a} \geq \frac12 - \frac14 = \frac14 .

So gkgj14\norm{g_k - g_j}_\infty \geq \frac14 for all jkj \neq k: no subsequence is Cauchy, none converges. The closed unit ball of (C([0,1]),)\bigl(C(\intcc01), \norm\cdot_\infty\bigr) is not compact.

17. FF is closed (Corollary 5.14) and proper: pick yFy \notin F, so δ=d(y,F)>0\delta = d(y, F) > 0. By question 1 the distance is attained at some fFf^* \in F. Set x=yfδx = \frac{y - f^*}{\delta}, a unit vector (yf=δ\norm{y - f^*} = \delta). For every gFg \in F:

xg=y(f+δg)δδδ=1,\norm{x - g} = \frac{\norm{y - (f^* + \delta g)}}{\delta} \geq \frac{\delta}{\delta} = 1 ,

since f+δgFf^* + \delta g \in F. Hence d(x,F)1d(x, F) \geq 1; and d(x,F)x0=1d(x, F) \leq \norm{x - 0} = 1: exactly 11.

18. In an infinite-dimensional EE, build unit vectors inductively: x1x_1 arbitrary; given x1,,xkx_1, \dots, x_k, the subspace Fk=Vect(x1,,xk)F_k = \operatorname{Vect}(x_1, \dots, x_k) is finite-dimensional, hence proper, and question 17 gives a unit xk+1x_{k+1} with d(xk+1,Fk)=1d(x_{k+1}, F_k) = 1: in particular xk+1xi1\norm{x_{k+1} - x_i} \geq 1 for iki \leq k. The sequence has pairwise distances 1\geq 1: the unit ball contains a sequence with no convergent subsequence, hence is not compact — Riesz’s theorem, with the sharp constant 11.

19. Let hnh_n be affine on each half of [1n+1,1n]\bigl[\frac1{n+1}, \frac1n\bigr], from 00 up to 11 at the midpoint and back to 00, and zero elsewhere: continuous, hn=1\norm{h_n}_\infty = 1. For nmn \neq m the supports meet at most at a common endpoint, where both vanish; at the peak of hnh_n, hm=0h_m = 0: hnhm=1\norm{h_n - h_m}_\infty = 1 exactly. For fixed x>0x > 0: hn(x)=0h_n(x) = 0 as soon as 1n<x\frac1n < x, and hn(0)=0h_n(0) = 0 always: hn0h_n \to 0 pointwise; but hn0=1\norm{h_n - 0}_\infty = 1: not uniformly. An explicit constellation at mutual distance 11 inside the unit ball.

20. A ball of radius 13\frac13 has diameter 23<1\leq \frac23 < 1, so it contains at most one of the hnh_n (two are at distance 11). Finitely many such balls contain finitely many of the infinitely many hnh_n: they cannot cover the unit ball. Total boundedness — which compact metric spaces enjoy, by the proof of Theorem 4.20 — fails as badly as possible.

21. If Ax=λxAx = \lambda x with x0x \neq 0: λx=AxAx\abs\lambda\,\norm x = \norm{Ax} \leq \vertiii A\,\norm x, so λA\abs\lambda \leq \vertiii A. For (1231)\left(\begin{smallmatrix}1 & -2\\ 3 & 1\end{smallmatrix}\right): A=max(1+2, 3+1)=4\vertiii A_\infty = \max(1 + 2,\ 3 + 1) = 4 (Exercise 5.4), so every eigenvalue has modulus 4\leq 4; in fact χA=X22X+7\chi_A = X^2 - 2X + 7 gives λ=1±i6\lambda = 1 \pm \iu\sqrt6 of modulus 72.65\sqrt7 \approx 2.65: the bound is valid, not sharp.

22. NPN_P is a norm: NP(x)=0N_P(x) = 0 forces P1x=0P^{-1}x = 0, so x=0x = 0; homogeneity and triangle inequality are inherited from \norm\cdot_\infty through the linear P1P^{-1}. Operator norm: with y=P1xy = P^{-1}x and D=diag(λi)D = \mathrm{diag}(\lambda_i),

NP(Ax)=P1APy=Dy,N_P(Ax) = \norm{P^{-1}AP\,y}_\infty = \norm{Dy}_\infty,

so ANP\vertiii A_{N_P} is the \norm\cdot_\infty-operator norm of DD, which is its largest absolute row sum (Exercise 5.4): maxiλi\max_i\abs{\lambda_i}.

23. If all λi<1\abs{\lambda_i} < 1: NP(Akx)ρkNP(x)N_P(A^kx) \leq \rho^kN_P(x) with ρ=maxλi<1\rho = \max\abs{\lambda_i} < 1, so Akx0A^kx \to 0 for every xx, and Ak0A^k \to 0 in any norm on Mn\mathcal{M}_n (all equivalent in finite dimension, Theorem 5.13; convergence of AkejA^ke_j for each jj is entrywise convergence). If some λ1\abs{\lambda} \geq 1 with eigenvector xx: Akx=λkx↛0\norm{A^kx} = \abs\lambda^k\norm x \not\to 0. For A=14(1221)A = \frac14\left(\begin{smallmatrix}1 & 2\\ 2 & 1\end{smallmatrix}\right): eigenvalues 14(1±2)=34,14\frac14(1 \pm 2) = \frac34, -\frac14, both of modulus <1< 1: Ak0A^k \to 0.

24. Both are norms on the finite-dimensional Rn[X]\R_n[X], hence equivalent for each nn. Take the minimal monic PnP^*_n of question 13 on [0,1]\intcc01: its coefficient of XnX^n is 11, so Nc(Pn)1N_c(P^*_n) \geq 1, while Pn[0,1]=212n\norm{P^*_n}_{\intcc01} = 2^{1-2n}. Hence

CnNc(Pn)Pn[0,1]22n1.C_n \geq \frac{N_c(P^*_n)}{\norm{P^*_n}_{\intcc01}} \geq 2^{2n-1} .

The equivalence constants explode with the dimension: on the union R[X]\R[X] no single constant serves, which is exactly the non-equivalence seen in Exercise 5.12 — “all norms are equivalent” is a theorem about one dimension at a time, and infinite dimension is where it dies.

25. Compactness of closed bounded sets in finite dimension produced existence of best approximations (question 1) and powered the zero-counting at the n+1n + 1 extremal points (questions 11–12, via attained sups). Strict convexity governs uniqueness of best approximation — round balls give one minimizer, flat-sided balls give segments of them (questions 2–4). The constellation of unit vectors at mutual distance 11 (questions 17–19) destroys compactness of the unit ball and total boundedness with it (question 20). Question 24 quantifies the collapse: the constants relating two norms on Rn[X]\R_n[X] grow like 4n4^n, so no uniform comparison survives the passage to R[X]\R[X]. The summit is Chebyshev’s extremal theorem (questions 11–12): the unique monic minimizer 21nTn2^{1-n}T_n. Best approximation finds its modern home in Hilbert spaces, where the projection theorem replaces compactness by completeness plus the parallelogram identity — proved honestly in the Year 3 volume.