[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.4
(1). There is a natural isomorphism between the spaces $\scrH\otimes \scrH^*$ and $\scrL(\scrH,\scrK)$ in which the elementary tensor $k\otimes h^*$corresponds to the linear map that takes a vector $u$ of $\scrH$ to $\sef{h,u}k$. This linear transformation has rank one and all rank one transformations can be obtained in this way.
(2). An explicit transformation of this isomorphism $\varphi$ is outlined below. Let $e_1,\cdots,e_n$ be an orthonormal basis for $\scrH$ and for $\scrH^*$. Let $f_1,\cdots,f_m$ be an orthonormal basis of $\scrK$. Identify each element of $\scrL(\scrH,\scrK)$ with it matrix with respect to these bases. Let $E_{ij}$ be the matrix all whose entries are zero except the $(i,j)$-entry, which is $1$. Show that $\varphi(f_i\otimes e_j)=E_{ij}$ for all $1\leq i\leq m$, $1\leq j\leq n$. Thus, if $A$ is any $m\times n$ matrix with entries $a_{ij}$, then $$\bex \varphi^{-1}(A)=\sum_{i,j}a_{ij}(f_i\otimes e_j) =\sum_{i,j}(Ae_j)\otimes e_j. \eex$$
(3). the space $\scrL(\scrH,\scrK)$ is a Hilbert space with inner product $$\bex \sef{A,B}=\tr A^*B. \eex$$ The set $E_{ij}$, $1\leq i\leq m$, $1\leq j\leq n$ is an orthonormal basis for this space. Show that the map $\varphi$ is a Hilbert space isomorphism; i.e., $$\bex \sef{\varphi^{-1}(A),\varphi^{-1}(B)} =\sef{A,B},\quad\forall\ A,B. \eex$$
Solution.
(1). $$\beex \ba{rcl} \scrK\otimes \scrH^*&\to&\scrL(\scrH,\scrK)\\ k\otimes h^*&\mapsto&\sex{u\mapsto \sef{h,u}k}. \ea \eeex$$ On the other hand, if $f\in \scrL(\scrH,\scrK)$ is of rank one, then there exists some $0\neq v\in \scrK$ such that $$\bex f(u)=a_uv. \eex$$ Since $$\beex \bea a_{bu}v=f(bu)=ba_uv\ra a_{bu}=ba_u,\\ a_{u_1+u_2}v=f(u_1+u_2)=a_{u_1}v+a_{u_2}v&\ra a_{u_1+u_2}=a_{u_1}+a_{u_2}, \eea \eeex$$ we have $$\bex \scrH\ni u\mapsto a_u\in \bbC \eex$$ is linear, and thus there exists some $h\in \scrH$ such that $$\bex a_u=\sef{h,u}\ra f(u)=\sef{h,u}k. \eex$$
(2). As noticed in (1), $$\bex \varphi(f_i\otimes e_j)(e_k)=\sef{e_j,e_k}f_i=\delta_{jk}f_i, \eex$$ and thus $$\bex \varphi(f_i\otimes e_j)(e_1,\cdots,e_n) =(f_1,\cdots,f_m)E_{ij}. \eex$$
(3). $$\beex \bea \sef{A,B}&=\sum_{i,j} \bar a_{ji}b_{ji},\\ \sef{E_{ij},E_{kl}} &=\sum_{p,q}\delta_{pi}\delta_{qj}\cdot \delta_{pk}\delta_{ql}\\ &=\delta_{ik}\delta_{jl}\sum_{p,q}\delta_{pi}\delta_{qj},\\ \sef{\varphi^{-1}(A),\varphi^{-1}(B)} &=\sum_{j,k} \sef{(Ae_j)\otimes e_j,(Be_k)\otimes e_k}\\ &=\sum_{j,k} \sef{Ae_j,Be_k}\sef{e_j,e_k}\\ &=\sum_{j,k} \sef{Ae_j,Be_j}\\ &=\sum_{i,j}\bar a_{ij}b_{ij}\\ &=\sef{A,B}. \eea \eeex$$
[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.4的更多相关文章
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.1
Let $x,y,z$ be linearly independent vectors in $\scrH$. Find a necessary and sufficient condition th ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.3.7
For every matrix $A$, the matrix $$\bex \sex{\ba{cc} I&A\\ 0&I \ea} \eex$$ is invertible and ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.10
Every $k\times k$ positive matrix $A=(a_{ij})$ can be realised as a Gram matrix, i.e., vectors $x_j$ ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.5
Show that the inner product $$\bex \sef{x_1\vee \cdots \vee x_k,y_1\vee \cdots\vee y_k} \eex$$ is eq ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.1
Show that the inner product $$\bex \sef{x_1\wedge \cdots \wedge x_k,y_1\wedge \cdots\wedge y_k} \eex ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.4.6
Let $A$ and $B$ be two matrices (not necessarily of the same size). Relative to the lexicographicall ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.8
For any matrix $A$ the series $$\bex \exp A=I+A+\frac{A^2}{2!}+\cdots+\frac{A^n}{n!}+\cdots \eex$$ c ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.7
The set of all invertible matrices is a dense open subset of the set of all $n\times n$ matrices. Th ...
- [Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.2.6
If $\sen{A}<1$, then $I-A$ is invertible, and $$\bex (I-A)^{-1}=I+A+A^2+\cdots, \eex$$ aa converg ...
随机推荐
- Ext Grid 加载超时设置timeout: 180000
var insideGridStore = Ext.create('Ext.data.Store', { model: 'CarComponents',//这个地方CarComponents不是一个对 ...
- EXTJS 4.2 资料 控件之radiogroup 的用法
最近在EXTJS4.2开发项目,radiogroup的用法,主要是和grid之间的编辑功能:看了好多资料都不对,特此在这里备注记录 代码如下, 1.这是一段Win窗体上的两个单选按钮,设置单选按钮都是 ...
- springmvc 数据对象回绑
springmvc中,由页面 post到 controller,对象可以在form里面设置modelAttribute达到回绑的目的. 但是如果对象里面有复杂的非String,int的对象,则要在co ...
- 团队软件开发_基于windows下截屏软件关于NABC框架的特点
经过我们小组数次的激烈讨论,就自己的能力和时间而言,我们小组的初步的计划是开发一款基于windows下的截图软件. 关于这个软件的功能,我们初步的想法如下: 1.能在windows下后台运行,有相应的 ...
- js按钮点击展开收起
$('.tab').click(function(){ var index = $('.tab').index(this), //缓存第一次点击的li的索引值 ele = $(this).find(' ...
- easyui DateTimeBox 取值
$('#dt').datetimebox('getValue')
- zoj 2387
额 一个贪心 好难想到 ...... #include <cstring> #include <cstdio> #include <algorithm> #in ...
- HDU4545+LCS
最长公共子序列. /* LCS 最长公共子序列 */ #include<stdio.h> #include<string.h> #include<stdlib.h> ...
- 我见过的 Objective-C, 讲的最通俗易懂的入门教程....
http://www.cnblogs.com/mjios/category/454764.html ---- 给力...
- POJ1860——Currency Exchange(BellmanFord算法求最短路)
Currency Exchange DescriptionSeveral currency exchange points are working in our city. Let us suppos ...