State whether the following statements are true or false. Justify with a short proof or a counter example.
a) The space l^(3)l^3 is a Hilbert space
Answer:
Statement: The space l^(3)l^3 is a Hilbert space.
Justification:
A Hilbert space is a complete inner product space. That is, it is a vector space equipped with an inner product that is complete in the metric induced by the inner product.
The space l^(3)l^3 consists of all sequences (x_(1),x_(2),x_(3),dots)(x_1, x_2, x_3, \ldots) such that sum_(n=1)^(oo)|x_(n)|^(3) < oo\sum_{n=1}^{\infty} |x_n|^3 < \infty.
Inner Product: We can define an inner product on l^(3)l^3 as follows:
(:x,y:)=sum_(n=1)^(oo)x_(n) bar(y_(n))\langle x, y \rangle = \sum_{n=1}^{\infty} x_n \overline{y_n}
This definition satisfies the properties of an inner product (conjugate symmetry, linearity, and positive-definiteness).
Completeness: The space l^(3)l^3 is not complete with respect to this inner product. To see this, consider the sequence of sequences x^((k))=(1,(1)/(2),dots,(1)/(k),0,0,dots)x^{(k)} = (1, \frac{1}{2}, \ldots, \frac{1}{k}, 0, 0, \ldots). Each x^((k))x^{(k)} is in l^(3)l^3, but its limit as k rarr ook \to \infty, which is the sequence (1,(1)/(2),(1)/(3),dots)(1, \frac{1}{2}, \frac{1}{3}, \ldots), is not in l^(3)l^3 because sum_(n=1)^(oo)((1)/(n))^(3)=oo\sum_{n=1}^{\infty} \left(\frac{1}{n}\right)^3 = \infty.
Therefore, l^(3)l^3 is not a Hilbert space because it is not complete with respect to the inner product.
Page Break
b) Any non zero bounded linear functional on a Banach space is an open map.
Answer:
Statement: Any non-zero bounded linear functional on a Banach space is an open map.
Justification:
A map T:X rarr YT: X \to Y between topological spaces is said to be open if the image of every open set in XX under TT is open in YY.
Let XX be a Banach space and f:X rarrRf: X \to \mathbb{R} (or C\mathbb{C}) be a non-zero bounded linear functional. We want to show that ff is an open map.
Boundedness: Since ff is bounded, there exists a constant C > 0C > 0 such that |f(x)| <= C||x|||f(x)| \leq C \|x\| for all x in Xx \in X.
Non-Zero: ff is non-zero, which means there exists some x_(0)in Xx_0 \in X such that f(x_(0))!=0f(x_0) \neq 0.
Open Map: Consider an open ball B(x,epsilon)B(x, \epsilon) in XX centered at xx with radius epsilon > 0\epsilon > 0. We want to show that f(B(x,epsilon))f(B(x, \epsilon)) is an open set in R\mathbb{R} (or C\mathbb{C}).
Take y in f(B(x,epsilon))y \in f(B(x, \epsilon)). Then there exists z in B(x,epsilon)z \in B(x, \epsilon) such that f(z)=yf(z) = y.
Since z in B(x,epsilon)z \in B(x, \epsilon), we have ||z-x|| < epsilon\|z – x\| < \epsilon.
Using linearity and boundedness of ff, we get |f(z)-f(x)| <= C||z-x|| < C epsilon|f(z) – f(x)| \leq C \|z – x\| < C \epsilon.
This means y=f(z)y = f(z) lies in an open interval (f(x)-C epsilon,f(x)+C epsilon)(f(x) – C \epsilon, f(x) + C \epsilon) which is contained in f(B(x,epsilon))f(B(x, \epsilon)).
Thus, f(B(x,epsilon))f(B(x, \epsilon)) contains an open interval around every point yy in it, making f(B(x,epsilon))f(B(x, \epsilon)) an open set. Therefore, ff is an open map.
In conclusion, the statement “Any non-zero bounded linear functional on a Banach space is an open map” is true, and we have justified it with a short proof.
Page Break
c) Every bounded linear map on a complex Banach space has an eigen value.
Answer:
Statement: Every bounded linear map on a complex Banach space has an eigenvalue.
Justification:
The statement is false.
An eigenvalue lambda\lambda for a bounded linear map T:X rarr XT: X \to X on a complex Banach space XX is a complex number such that there exists a non-zero vector x in Xx \in X satisfying T(x)=lambda xT(x) = \lambda x.
Counterexample:
Consider the right shift operator T:ℓ^(2)rarrℓ^(2)T: \ell^2 \to \ell^2 on the complex Banach space ℓ^(2)\ell^2 of square-summable sequences. The operator TT is defined as follows:
Let’s assume, for the sake of contradiction, that TT has an eigenvalue lambda\lambda and corresponding eigenvector x=(x_(1),x_(2),x_(3),dots)x = (x_1, x_2, x_3, \ldots) such that T(x)=lambda xT(x) = \lambda x.
This implies 0=lambdax_(1)0 = \lambda x_1, x_(1)=lambdax_(2)x_1 = \lambda x_2, x_(2)=lambdax_(3)x_2 = \lambda x_3, and so on. Since xx is assumed to be a non-zero eigenvector, x_(1)!=0x_1 \neq 0, which implies lambda=0\lambda = 0. But this contradicts the fact that x_(1)=lambdax_(2)x_1 = \lambda x_2 because x_(1)x_1 cannot be zero.
Therefore, the right shift operator TT on ℓ^(2)\ell^2 does not have an eigenvalue, disproving the statement.
Page Break
d) The image of a Cauchy sequence under a bounded linear map is also a Cauchy sequence.
Answer:
Statement: The image of a Cauchy sequence under a bounded linear map is also a Cauchy sequence.
Justification:
The statement is true.
Let (x_(n))(x_n) be a Cauchy sequence in a normed space XX, and let T:X rarr YT: X \to Y be a bounded linear map into another normed space YY. We want to show that (T(x_(n)))(T(x_n)) is a Cauchy sequence in YY.
Proof:
Bounded Linear Map: Since TT is bounded, there exists a constant M > 0M > 0 such that ||T(x)|| <= M||x||\| T(x) \| \leq M \| x \| for all x in Xx \in X.
Cauchy Sequence: Given any epsilon > 0\epsilon > 0, there exists NN such that for all m,n >= Nm, n \geq N, ||x_(m)-x_(n)|| < (epsilon )/(M)\| x_m – x_n \| < \frac{\epsilon}{M}.
Therefore, (T(x_(n)))(T(x_n)) is a Cauchy sequence in YY, proving the statement.
Page Break
e) If A\mathrm{A} is a bounded linear operator on a Hilbert space such that AA^(**)=I\mathrm{AA}^*=\mathrm{I}, then A^(**)A=I\mathrm{A}^* \mathrm{~A}=\mathrm{I}.
Answer:
Statement: If A\mathrm{A} is a bounded linear operator on a Hilbert space such that AA^(**)=I\mathrm{AA^*} = \mathrm{I}, then A^(**)A=I\mathrm{A^*A} = \mathrm{I}.
Justification:
The statement is true.
Proof:
Given Condition: We are given that A\mathrm{A} is a bounded linear operator on a Hilbert space HH and AA^(**)=I\mathrm{AA^*} = \mathrm{I}.
Identity Operator: I\mathrm{I} is the identity operator on HH.
To Prove: We need to show that A^(**)A=I\mathrm{A^*A} = \mathrm{I}.
Step 1: Take any x in Hx \in H and consider A^(**)x\mathrm{A^*}x. We have
A(A^(**)x)=(AA^(**))x=Ix=x\mathrm{A} (\mathrm{A^*} x) = (\mathrm{AA^*}) x = \mathrm{I} x = x
This shows that A^(**)x\mathrm{A^*} x is in the range of A\mathrm{A}.
Step 2: Now consider A^(**)(Ax)\mathrm{A^*} (\mathrm{A} x). We have
A^(**)(Ax)=(A^(**)A)x\mathrm{A^*} (\mathrm{A} x) = (\mathrm{A^* A}) x
Since A^(**)x\mathrm{A^*} x is in the range of A\mathrm{A}, we can write A^(**)(Ax)=x\mathrm{A^*} (\mathrm{A} x) = x.
Step 3: Combining Steps 1 and 2, we get
A^(**)(Ax)=xLongrightarrow(A^(**)A)x=xLongrightarrow(A^(**)A-I)x=0\mathrm{A^*} (\mathrm{A} x) = x \implies (\mathrm{A^* A}) x = x \implies (\mathrm{A^* A} – \mathrm{I}) x = 0
for all x in Hx \in H.
Step 4: Since (A^(**)A-I)x=0(\mathrm{A^* A} – \mathrm{I}) x = 0 for all x in Hx \in H, it follows that A^(**)A=I\mathrm{A^* A} = \mathrm{I}.
Therefore, the statement is true.
Page Break
Question:-02
a) Characterise all bounded linear functionals on a Hilbert space.
Answer:
In functional analysis, a bounded linear functional on a Hilbert space H\mathcal{H} is a linear functional f:HrarrCf: \mathcal{H} \to \mathbb{C} (or R\mathbb{R} for real Hilbert spaces) that satisfies the boundedness condition:
||f||=s u p_(||x||=1)|f(x)| < oo\| f \| = \sup_{\| x \| = 1} |f(x)| < \infty
Here, ||*||\| \cdot \| denotes the norm on H\mathcal{H}.
Riesz Representation Theorem
The Riesz Representation Theorem provides a complete characterization of bounded linear functionals on a Hilbert space. The theorem states that for every bounded linear functional ff on a Hilbert space H\mathcal{H}, there exists a unique vector y inHy \in \mathcal{H} such that for all x inHx \in \mathcal{H}:
f(x)=(:x,y:)f(x) = \langle x, y \rangle
Here, (:*,*:)\langle \cdot, \cdot \rangle is the inner product on H\mathcal{H}.
Properties
Linearity: f(ax+by)=af(x)+bf(y)f(ax + by) = a f(x) + b f(y) for all x,y inHx, y \in \mathcal{H} and a,b inCa, b \in \mathbb{C} (or R\mathbb{R}).
Boundedness: ||f|| < oo\| f \| < \infty.
Uniqueness: The vector yy in the Riesz representation is unique.
Norm Preservation: ||f||=||y||\| f \| = \| y \|, where yy is the vector in the Riesz representation.
Continuity: Bounded linear functionals are continuous.
Dual Space: The set of all bounded linear functionals on H\mathcal{H} forms the dual space H^(**)\mathcal{H}^*.
Examples
Finite-Dimensional Spaces: In finite-dimensional Hilbert spaces, every linear functional is bounded.
Sequence Spaces: In ℓ^(2)\ell^2, the space of square-summable sequences, the bounded linear functional corresponding to a sequence (a_(n))(a_n) is f(x)=sum_(n=1)^(oo)a_(n)x_(n)f(x) = \sum_{n=1}^{\infty} a_n x_n.
Function Spaces: In L^(2)([0,1])L^2([0, 1]), the space of square-integrable functions on [0,1][0, 1], the bounded linear functional corresponding to a function g(x)g(x) is f(f)=int_(0)^(1)f(x)g(x)dxf(f) = \int_{0}^{1} f(x) g(x) \, dx.
The Riesz Representation Theorem provides a powerful tool for understanding bounded linear functionals on Hilbert spaces, essentially identifying them with elements of the Hilbert space itself.
Page Break
b) Show that the map T:R^(3)rarrR^(2)\mathrm{T}: \mathbf{R}^3 \rightarrow \mathbf{R}^2 given by T(x_(1),x_(2),x_(3))=(x_(1)+x_(2),x_(3))\mathrm{T}\left(\mathrm{x}_1, \mathrm{x}_2, \mathrm{x}_3\right)=\left(\mathrm{x}_1+\mathrm{x}_2, \mathrm{x}_3\right) is an open map.
Answer:
To show that the map T:R^(3)rarrR^(2)\mathrm{T}: \mathbf{R}^3 \rightarrow \mathbf{R}^2 given by T(x_(1),x_(2),x_(3))=(x_(1)+x_(2),x_(3))\mathrm{T}\left(\mathrm{x}_1, \mathrm{x}_2, \mathrm{x}_3\right)=\left(\mathrm{x}_1+\mathrm{x}_2, \mathrm{x}_3\right) is an open map, we need to show that the image of any open set in R^(3)\mathbf{R}^3 under T\mathrm{T} is also an open set in R^(2)\mathbf{R}^2.
Step 1: Take an Arbitrary Open Set in R^(3)\mathbf{R}^3
Let UU be an arbitrary open set in R^(3)\mathbf{R}^3. Take an arbitrary point y\mathbf{y} in T(U)\mathrm{T}(U). We need to show that there exists an open ball in R^(2)\mathbf{R}^2 centered at y\mathbf{y} that is entirely contained in T(U)\mathrm{T}(U).
Step 2: Pre-image of y\mathbf{y}
Since y\mathbf{y} is in T(U)\mathrm{T}(U), there exists x=(x_(1),x_(2),x_(3))\mathbf{x} = (x_1, x_2, x_3) in UU such that T(x)=y\mathrm{T}(\mathbf{x}) = \mathbf{y}.
Step 3: Open Ball Around x\mathbf{x}
Because UU is open in R^(3)\mathbf{R}^3, there exists an open ball B_(epsilon)(x)B_{\epsilon}(\mathbf{x}) centered at x\mathbf{x} with radius epsilon > 0\epsilon > 0 such that B_(epsilon)(x)sube UB_{\epsilon}(\mathbf{x}) \subseteq U.
Step 4: Image of the Open Ball
Consider the image T(B_(epsilon)(x))\mathrm{T}(B_{\epsilon}(\mathbf{x})). We claim that this set contains an open ball in R^(2)\mathbf{R}^2 centered at y\mathbf{y}.
Step 5: Show the Open Ball in R^(2)\mathbf{R}^2
Take any point z=(z_(1),z_(2))\mathbf{z} = (z_1, z_2) in R^(2)\mathbf{R}^2 such that ||z-y|| < epsilon\|\mathbf{z} – \mathbf{y}\| < \epsilon. We need to show that z\mathbf{z} is in T(B_(epsilon)(x))\mathrm{T}(B_{\epsilon}(\mathbf{x})).
We can write z-y=(z_(1)-y_(1),z_(2)-y_(2))\mathbf{z} – \mathbf{y} = (z_1 – y_1, z_2 – y_2). Since ||z-y|| < epsilon\|\mathbf{z} – \mathbf{y}\| < \epsilon, we have:
Thus, z\mathbf{z} is in T(B_(epsilon)(x))\mathrm{T}(B_{\epsilon}(\mathbf{x})), and we conclude that T(B_(epsilon)(x))\mathrm{T}(B_{\epsilon}(\mathbf{x})) contains an open ball in R^(2)\mathbf{R}^2 centered at y\mathbf{y}.
Conclusion
Since y\mathbf{y} was arbitrary, we have shown that T(U)\mathrm{T}(U) is open in R^(2)\mathbf{R}^2. Therefore, T\mathrm{T} is an open map.
Page Break
c) Check whether a finite dimensional normed linear space is reflexive? Justify your answer.
Answer:
In functional analysis, a Banach space XX is said to be reflexive if the natural embedding J:X rarrX^(****)J: X \to X^{**}, which maps each x in Xx \in X to its evaluation functional J(x)J(x) in the bidual X^(****)X^{**}, is an isometric isomorphism. In other words, XX is reflexive if it is isometrically isomorphic to its bidual X^(****)X^{**}.
Finite-Dimensional Case
In a finite-dimensional normed linear space XX, the dual space X^(**)X^* is also finite-dimensional, and it has the same dimension as XX. Furthermore, the bidual X^(****)X^{**} will also be finite-dimensional and have the same dimension as XX and X^(**)X^*.
Isomorphism Between XX and X^(****)X^{**}
In finite dimensions, every linear map that is injective is also surjective. Therefore, the natural embedding J:X rarrX^(****)J: X \to X^{**} is not only injective but also surjective, making it a linear isomorphism.
Isometry
The natural embedding JJ is also an isometry, meaning it preserves the norm. This is true in any normed space, not just finite-dimensional ones.
Conclusion
Combining these facts, we can conclude that in a finite-dimensional normed linear space XX, the natural embedding J:X rarrX^(****)J: X \to X^{**} is an isometric isomorphism. Therefore, every finite-dimensional normed linear space is reflexive.