An Introduction to Analysis/Calculus

From testwiki
Jump to navigation Jump to search

Module and linear space

An additive group G is said to be a module over R, or R-module for short, if the scalars, the members of a ring R, satisfy the following properties: if x,yG and α,βR

  • (i) Both αx and x+y are in G
  • (ii) (αβ)x=α(βx) (associativity)
  • (iii) α(x+y)=αx+αy and (α+β)x=αx+βx (distribution law)
  • (iv) 1Rx=x

By definition, every abelian group itself is a module over β„€, since x+x+x+...=nx and n is a scalar. Finally, a linear space is a module over a field. Defining the notion of dimension is a bit tricky. However, we can safely say a 𝒦-vector space is finite-dimensional if it has a finite basis; that is, we can find linear independent vectors e1,e2,...,en so that 𝒱={a1e1+a2e2+...+anen;ajβ„±}. Such a basis need not be unique.

3 Theorem Let 𝒱 be a finite-dimensional 𝒦-vector space. Then 𝒱* has the same dimension as 𝒱 does; that is, every basis for 𝒱 has the same cardinality as every basis for 𝒱* does.

It can be shown that the map 𝒱𝒱* cannot be defined constructively.[1] (TODO: need to detail this matter)

1 Theorem If 𝒳 is a TVS and every finite subset of 𝒳 is closed, it then follows that 𝒳 is a Hausdorff space.
Proof: Let x,yX with xy be given. Moreover, let Ω be the complement of the singleton {y}, which is open by hypothesis. Since the function f(z)=x+z is continuous at 0 and f(0)=x is in Ω, we can find an ω open and such that {x}+ωΩ. Here, we used, and would do so henceforward, the notation A+B= the union of {x+y} taken all over xA and yB. Furthermore, since the function g(x)=x is continuous and so is its inverse, namely g, we may assume that ω=ω by replacing ω by the intersection of ω and ω. By repeating the same construction for each x+z where zω, we find ω so that {x}+ω+ωΩ. It then follows that {x}+ω and {y}+ω are disjoint. Indeed, if we write x+z=y+w for some z,wω, then y=x+zwΩ, a contradiction.

Normed spaces

A vector space is said to be normed if it is a metric space and its metric d has the form:

d(x,y)=xy

Here, the function , called a norm, has the property (in addition to that it induces the metric) that λx=|λ|x for any scalar λ. We note that:

x+y=d(x,y)d(x,0)+d(0,y)=x+y

and

d(x+z,y+z)=xy=d(x,y) for any x,y,z.

It may go without saying but a vector space is infinite-dimensional if it is not finite-dimensional.

3 Theorem Let 𝒳, 𝒴 be normed spaces. If 𝒳 is an infinite-dimensional and if 𝒴 is nonzero, there exists a linear operator f:𝒳𝒴 that is not continuous.

Baire's theorem

A normed space is said to be complete when every Cauchy sequence in it converges in it.

3 Theorem Let E is a subspace of a Banach space G carrying the same norm. Then the following are equivalent:

(a) E is complete.
(b) E is closed in G.
(c) xk< implies xk.

Proof: (i) Show (a) (b). If E is complete, then every Cauchy sequence in E has the limit in E; thus, E is closed. Conversely, if E is closed, then every Cauchy sequence converges in E since G is complete. Hence, E is complete. (ii) Show (a) (c). Let xjG be a Cauchy sequence. Then

0nxk0mxk=mnxkmnxk0 as n,m.

Thus, xk is Cauchy, and converges in G since the completeness. Conversely, since a Cauchy sequence is convergent, we can find its subsequence xk such that xk+1xk<2k. Then

xk+1xk<.

If the summation condition holds, then it follows that xk+1xk converges in G. Hence, xj converges in G as well.

3 Corollary Q is incomplete but dense in ℝ.
Proof: β„š is not closed in ℝ. Since β„β„š has empty interior, β„š=ℝ.

We say a set has dense complement if its closure has empty interior.

The next is the theorem whose importance is not what it says literally but that of consequences. Though the theorem can be proved more generally for a pseudometric space; e.g., F-space, this classical formulation suffices for the remainder of the book.

3 Theorem A complete normed space G which is nonempty is never the union of a sequence of subsets of G with dense complement.
Proof: Let EnG be a sequence of subsets of G with dense complement. Since E1 has empty interior and G has nonempty interior, there exists an nonempty open ball S1(GE1) with the radius 21. Since E2 has empty interior and S1 has empty interior, again there exists an nonempty open ball S2(S1E1) with the radius 22. Iterating the construction ad infinitum we get the decreasing sequence Sn. Now let xn be the sequence of the centers of Sn. Then xn is Cauchy since: for some Nn,m

xnxm<2N+2N0 as N.

It then follows xn converges in GEn from the compleness of G.

3 Corollary (open mapping theorem) If A and B are Banach spaces, then a continuous linear surjection f:AB maps an open set in A to an open set in B.
Proof: Left as an exercise.

The following gives an nice example of the consequences of Baire's theorem.

3 Corollary (Lipschitz continuity) Let Sn = the set of functions uπ’ž0([0,1]) such that there exists some x[0,1] such that:

|u(x+h)u(x)|n|h| for all x+h[0,1].

Then (i) π’ž0([0,1]) is complete, (ii) Sn is closed and has dense complement, and (iii) there exists a uπ’ž0([0,1]) that is not in any Sn; i.e., one that is differentiable nowhere.
Proof: (i) [0,1] is complete; thus, π’ž0 is a Banach space by some early theorem. (ii) Let ujSn be a sequence, and suppose uju. Then we have:

|u(x+h)u(x)| |u(x+h)uj(x+h)|+|uj(x+h)uj(x)|+|uj(x)u(x)|
n|h| as j

Thus, uSn; i.e., Sn is closed. Stone-Weierstrass theorem says that every continuous function can be uniformly approximated by some infinitely differentiable function; thus, we find a gπ’ž([0,1]) such that:

ug.

If we let v=g+ϵ2sinNx, then

vπ’ž0([0,1])Sn

Hence, Sn has dense complement. Finally, (iii) follows from Baire's theorem since (i) and (ii).

More concisely, the theorem says that not every continuity is Lipschitz because of Baire's theorem.

3 Lemma In a topological space X, the following are equivalent:

  • (i) Every countable union of closed sets with empty interior has empty interior.
  • (ii) Every countable intersection of open dense sets is dense.

Proof: The lemma holds since an open set is dense if and only if its complement has empty interior.

When the above equivalent conditions are true, we say X is a Baire space.

3 Theorem If a Banach space G has a Schauder basis, a unique sequence of scalars such that

x1nαkxk0 as n,

then G is separable.
Proof:

The validity of the converse had been known as a Basis Problem for long time. It was, however, proven to be false in 19-something by someone.

Duality

The kernel of a linear operator f, denoted by ker(f), is the set of all zero divisors for f. A kernel of a linear operator is a linear space since f(x)=0impliesthatf(αx)=0 and f(x)=0=f(y) implies 0=f(x+y). Moreover, a linear operator has zero kernel if and only it is injective.

3 Theorem Let f be a linear functional. Then f is continuous if and only if ker(f) is closed.
Proof: If f is continuous, then ker(f)=f1{0} is closed since a finite set is closed. Conversely, suppose f is not continuous. Then there exists a sequence xjx such that

limjf(xj)f(x)=limjf(xjx)0

In other words, ker(f) is not closed.

3 Theorem If f is a linear functional on lp, then

f(x1,x2,x3,...)=1xkyk

Proof: Let yk=f(δ(1,k),δ(2,k),δ(3,k),...) where δ(j,k)=1 if j=k else 0.

The dual of a linear space G, denoted by G*, is the set of all of linear operators from G to 𝔽 (i.e., either β„‚ or ℝ). Every dual of a linear space becomes again a linear space over the same field as the original one since the set of linear spaces forms an additive group.

Theorem Let G be a normed linear space. Then

x=supy=1|<x,y>| and y=supx=1|<x,y>|.

The duality between a Banach space and its dual gives rise to.

Example: For p finite, the dual of lp is lq where 1/p+1/q=1.

3 Theorem (Krein-Milman) The unit ball of the dual of a real normed linear space has an extreme point.
Proof: (TODO: to be written)

The theorem is equivalent to the AC. [2]

The Hahn-Banach theorem

3 Theorem (Hahn-Banach) Let 𝒳,𝒴 be normed vector spaces over real numbers. Then the following are equivalent.

  • (i) Every collection of mutually intersecting closed balls of 𝒴 has nonempty intersection. (binary intersection property)
  • (ii) If ℳ𝒳 is a subspace and f:ℳ𝒴 is a continuous linear operator, then f can be extend to a F on 𝒳 such that f=F. (dominated version)
  • (iii) If the linear variety x+β„³ does not meet a non-empty open convex subset G of 𝒳, then there exists a closed hyper-plane H containing x+β„³ that does not meet G either. (geometric form)

3 Corollary If the equivalent conditions hold in the theorem, 𝒴 is complete.
Proof: Consider the identity map extended to the completion of 𝒴.

3 Corollary Let f be a linear operator from a Banach space 𝒳 to a Banach space 𝒴. If there exists a set Γ and operators f1:𝒳l(Γ) and f2:l(Γ)𝒳 such that f2f1 and f2=f1, then f can be extended to a Banach space containing 𝒳 without increase in norm.

Hilbert spaces

A linear space 𝒳 is called a pre-Hilbert space if for each ordered pair of (x,y) there is a unique complex number called an inner product of x and y and denoted by x,y𝒳 satisfying the following properties:

  • (i) x,y𝒳 is a linear operator of x when y is fixed.
  • (ii) x,y𝒳=y,x𝒳 (where the bar means the complex conjugation).
  • (iii) x,x0 with equality only when x=0.

When only one pre-Hilbert space is being considered we usually omit the subscript 𝒳.

We define x=x,x1/2 and indeed this is a norm. Indeed, it is clear that αx=|α|x and (iii) is the reason that x=0 implies that x=0. Finally, the triangular inequality follows from the next lemma.

3 Lemma (Schwarz's inequality) |x,y|xy where the equality holds if and only if we can write x=λy for some scalar λ.

If we assume the lemma, then since Re(α)|α| for any complex number α it follows:

x+y2 =x2+2Rex,y+y2
x2+2|x,y|+y2
(x+y)2

Proof of Lemma: The lemma is just a special case of the next theorem:

3 Theorem Let β„‹ be a pre-Hilbert and Sβ„‹ be an orthonormal set (i.e., for u,vE u,v=1 iff u=v iff u,v is nonzero.)

  • (i) uSx,u|x| for any xβ„‹.
  • (ii) The equality holds in (i) if and only if S is maximal in the collection of all orthonormal subsets of β„‹ ordered by .

Proof: (TODO)

3 Theorem Let uj be a sequence in a pre-Hilbert space with uj=1. If Γ=jk|uj,uk|2<, then

(1Γ)j=mn|αj|2j=mnαjuj2(1+Γ)j=mn|αj|2 for any sequence αj of scalars.

Proof: Let I be a set of all pairs (i,j) such that min, mjn and ij. By HΓΆlder's inequality we get:

(j,k)I|αjuj,αkuk|j=mn|αj|2Γ.

Since

j=1αjuj2j=mn|αj|2+(j,k)I|αjuj,αkuk|,

we get the second inequality. Moreover,

j=mn|αj|2j=mnαjuj,αjuj+(j,k)Iαjuj,αkuk+|αjuj,αkuk|

and this gives the first inequality.

3 Theorem (Bessel's inequality) Let U be an orthonormal subset of a pre-Hilbert space. Then for each x in the space,

uU|x,u|2x2

where the sum can be obtained over some countable subset of U and the equality holds if and only if U is maximal; i.e., U is contained in no other orthogonal sets.
Proof: First suppose U is finite; i.e., U={u1,u2,...un}. Let αj=x,uj. Since for each k, xj=1nαjuj,uk=x,ukαkuk,uk=0, by the preceding theorem or by direct computation,

x2 =xj=1nαjuj+j=1nαjuj2
j=1nαjuj2=j=1n|αj|2

Now suppose that U is maximal. Let y=j=1nx,ujuj. Then by the same reasoning above, xy is orthogonal to every uj. But since the assumed maximality x=y. Hence,

j=1n|x,uj|2=j=1n|x,ujuj|2=y2=x2. Conversely, suppose that U is not maximal. Then there exists some nonzero x such that x,u=0 for every uU. Thus,
j=1n|x,uj|2=0<x2.

The general case follows from the application of Egorov's theorem.

3 Corollary In view of Zorn's Lemma, it can be shown that a set satisfying the condition in (ii) exists. (TODO: need elaboration)

3 Lemma The function f(x)=x,y is continuous each time y is fixed.
Proof: If f(x)=x,y, from Schwarz's inequality it follows:

|f(z)f(x)|=|zx,y|zxy0 as zx.

Given a linear subspace β„³ of β„‹, we define: β„³={yβ„‹;x,y=0,xβ„³}. In other words, β„³ is the intersection of the kernels of the continuous functionals f(x)=x,y, which are closed; hence, M is closed. (TODO: we can also show that β„³=β„³)

3 Lemma Let β„³ be a linear subspace of a pre-Hilbert space. Then zβ„³ if and only if z=inf{z+w;wβ„³}.
Proof: The Schwarz inequality says the inequality

|z,z+w|zz+w

is actually equality if and only if z and z+w are linear dependent.

3 Theorem (Riesz) Let 𝒳 be a pre-Hilbert space and β„³ be its subspace. The following are equivalent:

  • (i) 𝒳 is a complete.
  • (ii) β„³ is dense if and only if β„³={0}.
  • (iii) Every continuous linear functional on 𝒳* has the form f(x)=x,y where y is uniquely determined by f.

Proof: If β„³=β„‹ and zβ„³, then zβ„³β„³=0. (Note: completeness was not needed.) Conversely, if β„³ is not dense, then it can be shown (TODO: using completeness) that there is yβ„³ such that

xy=inf{xw;wβ„³}.

That is, 0xyM. In sum, (i) implies (ii). To show (iii), we may suppose that f is not identically zero, and in view of (ii), there exists a zker(f) with z=1. Since f(xf(z)f(x)z)=0,

0=xf(z)f(x)z,z=x,f(z)zf(x).

The uniqueness holds since x,y=x,y2 for all x implies that y=y2. Finally, (iii) implies reflexivility which implies (i).

A complete pre-Hilbert space is called a Hilbert space.

3 Corollary Let β„³ be a a closed linear subspace of a Hilbert space</math>

  • (i) For any xβ„‹ we can write x=y+z where yβ„³ and zβ„³ and y,z are uniquely determined by x.
  • (ii) then β„³=β„³Β―.

Proof: (i) Let xβ„‹ be given. Define f(w)=w,x for each wβ„³. Since f is continuous and linear on β„³, which is a Hilbert space, there is yβ„³ such that f(w)=w,y. It follows that w,xy=0 for any wβ„³; that is, xyβ„³. The uniqueness holds since if y2β„³ and xy2β„³, then f(w)=x,y2 and the representation is unique. (ii) If xβ„³, then since x is orthogonal to β„³. Thus, β„³β„³ and taking closure on both sides we get: β„³MM. Also, if xM, then we write: x=y+z where yM and zM and z2=xy,z=x,z=0. Thus, x=yβ„³. Since β„³β„³ implies that β„³β„³ and β„³β„³, the corollary follows.

Integration

3 Theorem (Fundamental Theorem of Calculus) The following are equivalent.

  • (i) The derivative of axf(t)dt at x is f(x).
  • (ii) f is absolutely continuous.

Proof: Suppose (ii). Since we have:

infxtyf(t)(xy)1xyf(t)supxtyf(t),

for any a,

limyx(xy)1(ayf(t)dtaxf(t)dt)=f(x).

Differentiation

Differentiation of f at x is to take the limit of the quotient by letting h0:

f(x+h)f(x)h.

When the limit of the quotient indeed exists, we say f is differentiable at x. The derivative of f, denoted by fΛ™, is defined by f(x) = the limit of the quotient at x.

3.8. Theorem The power series:

u=0ajzj

is analytic inside the radius of convergence.
Proof: The normal convergence of u implies the theorem.

To show that every analytic function can be represented by a power series, we will, though not necessarily, wait for Cauchy's integral formula.

We define the norm in ℝn, thereby inducing topology;

x=1nxj21/2.

The topology in this way is often called a natural topology of 𝑅2, since so to speak we don't artificially induce a topology by defining σ.

3. Theorem (Euler's formula)

z=|z|eiθ=|z|(cosθ+sinθ) If zβ„‚.

Proof:

3. Theorem (Cauchy-Riemann equations) Suppose uπ’ž1(Ω). We have:

uzΒ―=0 on Ω if and only if ux1iuy=0 on Ω.

Proof:

3. Corollary Let u,v are non-constant and analytic in Ω. If Re u=Re v, then u=v.
Proof: Let g=uv. Then 0=Re g=g+gΒ―. Thus, Im g=0, and hence g = 0</math>.

This furnishes examples of functions that are not analytic. For example, u(x+iy)=x+iy is analytic everywhere and that means v(x+iy)=x+icy cannot be analytic unless c=1.

A operator f is bounded if there exists a constant C>0 such that for every x:

f(x)Cx.

3.1 Theorem Given a bounded operator f, if

α=inf{C:f(x)Cx}, β=supx1f(x) and γ=supx=1f(x),

then α=β=γ.
Proof: Since βγ can be verified (FIXME) and γ is inf,

f(x)=f(xx)xαxβxγx.

Thus,

αβγ.

But if αx<γx in the above, then this is absurd since γ is sup; hence the theorem is proven.

We denote by f either of the above values, and call it the norm of f

3.2 Corollary A operator f is bounded if and only if is continuous.
Proof: If f is bounded, then we find f and since the identity: for every x and h

f(x+h)f(x)fh,

f is continuous everywhere. Conversely, every continuous operator maps a open ball centered at 0 of radius 1 to some bounded set; thus, we find the norm of f, f, and the theorem follows after the preceding theorem.

3. Theorem If F is a linear space of dimension n, then it has exactly n subspaces including F and excluding {0}.
Proof: F has a basis of n elements.

Theorem If H is complete, then Hn={1nxjej:xjE} (i.e., a cartesian space of E) is complete
Proof: Let zjH be a Cauchy sequence. Then we have:

|znzm|=|1n(z|ej)ej1m(z|ej)ej|0 as n,m.

Since orthogonality, we have:

|(xnxm)e1+(ynym)e2|=|xnxm|+|ynym|,

and both xj and yj are also Cauchy sequences. Since completeness, the respective limits x and y are in E; thus, the limit z=xe1+ye2 is in E_2.

The theorem shows in particular that ℝ,β„π•Ÿ,β„‚,β„‚π•Ÿ are complete.

3. Theorem (Hamel basis) The Axiom of Choice implies that every linear space has a basis
Proof: We may suppose the space is infinite-dimensional, otherwise the theorem holds trivially.

FIXEME: Adopt [3]. 3. Theorem (Fixed Point Theorem) Suppose a function f maps a closed subset F of a Banach space to itself, and further suppose that there exists some c<1 such that f(x)f(y)cxy for any x and y. Then f has a unique fixed point.
Proof: Let sn be a sequence: x,f(x),f(f(x)),f(f(f(x))),.... For any n for some xF. Then we have:

sn+1sn=f(sn)f(sn1)csnsn1.

By induction it follows:

sn+1sn=cns1s0.

Thus, sn is a Cauchy sequence since:

sn+1+...sn+ksn0ksn+js1s0cn0kcj
=s1s0cn(c1)1(1ck+1).

That F is closed puts the limit of sn in F. Finally, the uniqueness follows since if f(x)=x and f(y)=y, then

f(x)f(y)=xycxy or 1cunless x=y.

3. Corollary (mean value inequality) Let f:ℝnℝm be differentiable. Then there exists some z=(1t)x+ty for some t[0,1] such that

f(x)f(y)f(z)xy

where the equality holds if n=m=1 (mean value theorem).
Proof:

Theorem Let f:Eℝ where Eℝn and is open. If D1f,D2f,...Dnf are bounded in E, then f is continuous.
Proof: Let ϵ>0 and xE be given. Using the assumption, we find a constant M so that:

supE|Dif|<M for i=1,2,...n.

Let δ=ϵ(nM)1. Suppose |h|<δ and x+hE. Let

ϕk(t)=f(x+1k(hej)ej+t(hek+1)ek+1).

Then by the mean value theorem, we have: for some c(0,1),

|ϕk(1)ϕk(0)| =|h||Dkf(x+1k(hej)ej+c(hek+1)ek+1)|
<|h|M.

It thus follows: since ϕk(0)=ϕk1(1),

|f(x+h)f(x)| =|ϕn(1)ϕ1(0)|=|1nϕk(1)ϕk(0)|
<|h|nM<ϵ

Theorem (differentiation rules)' Given f,g:ℝℝ differentiable,

  • (a) (Chain Rule) D(gf)=(D(g)f)D(f).
  • (b) (Product Rule) D(fg)=D(f)g+fD(g).
  • (b) (Quotient Rule) D(f/g)=g2(D(f)gfD(g)).

Proof: (b) and (c) follows after we apply (a) to them with log, h(x)=x1 and the implicit function theorem. .

Theorem (Cauchy-Riemann equations) Let Ωβ„‚ and u:Ωβ„‚. Then u is differentiable if and only if xu and yu are continuous on Ω and zu=0 on Ω.
Proof: Suppose u is differentiable. Let zΩ and x=Rez and y=Imz.

u(z) =limhℝ0u(x+h,y)u(x,y)h=xu(z)
=limhℝ0u(x,y+h)u(x,y)ih=1iyu(z)

Since x=z+z2 and y=zzΒ―2i, the Chain Rule gives:

zΒ―u =(xzΒ―x+yzΒ―y)u
=12(x1iy)u
=0.

Conversely, let zΩ. It suffices to show that u(z)=xu(z). Let ϵ>0 be given and x=z and y=z. Since the continuity of the partial derivatives and that Ω is open, we can find a δ>0 so that: B(δ,z)Ω and for sB(δ,z) it holds:

|x(u(s)u(z))|<ϵ/2 and |y(u(s)u(z))|<ϵ/2.

Let hB(δ,0) be given and h1=h and h2=h. Using the mean value theorem we have: for some s1,s2B(δ,z),

u(x+h1,y+h2)u(x,y) =u(x+h1,y+h2)u(x,y+h2)+u(x,y+h2)u(x,y)
=h1xu(s1)+h2yu(s2)

where yu=ixu by assumption. Finally it now follows:

|u(z+h)u(z)hxu(z)| =|h1h||x(u(s1)u(z))|+|h2h||x(u(s2)u(z))|
<ϵ

3 Corollary Let uπ’œ(Ω) and suppose Ω is connected. Then the following are equivalent:

  • (a) u is constant.
  • (b) Reu is constant.
  • (c) |u| is constant.

Proof: That (a) (b) is obvious. Suppose (b). Since we have some constant M so that for all zΩ,

|eu|=|eueiu|=|eu|=eM,

clearly it holds that |u|=|logeu|=M. Thus, (b) (c). Suppose (c). Then M2=|u|2=uu. Differentiating both sides we get:

0=zuu=uzu+uzu.

Since uπ’œ(Ω), it follows that zu=0 and uzu=0. If u=0, then u=0. If zu=0, then u is constant since Ω is connected. Thus, (c) (a).

We say a function has the open mapping property if it maps open sets to open sets. The maximum principle states that equivalently

  • if a function has a local maximum, then the function is constant.

3 Theorem Let u:Ωβ„‚. The following are equivalent:

  • (a) u is harmonic.
  • (b) u has the mean value property.

3 Theorem Let u:Ωβ„‚. If u has the open mapping property, then the maximum principle holds.
Proof: Suppose uπ’œ(Ω) and Ω is open and connected. Let ω={zΩ:|u(z)|=supΩ|u|}. If u has a local maximum, then ω is nonempty. Also, Ω is closed in Ω since Ω=u1(ω). Let aω. Since Ω is open, we can find a r>0 so that: B=B(r,a)Ω. Since u(ω) is open by the open mapping property, we can find a ϵ>0 so that B(ϵ,u(a))u(ω). This is to say that u(a)<ϵ+u(z) for some zB(r,a). This is absurd since aω and u(z)u(a) for all zΩ. Thus, u=supΩ|u| identically on B(r,a) and it thus holds that B(r,a)ω and ω is open in Ω. Since Ω is connected, Ω=ω. Therefore, u=supΩ|u| on Ω.


Addendum

Exercise Let fπ’œ(β„‚)0. Then f is a polynomial of degree >n if and only if there are constants A and B such that |f(z)|A+B|z|n for all zβ„‚.

Exercise 2 Let f:AA be linear. Further suppose A has dimension n<. Then the following are equivalent:

  1. f1 exists
  2. det(f)0 where det(f)=1nsgn(σ)xσ(i)j
  3. The set
    {f[10],f[00]...f[01]} has dimension n.

Template:Subject