[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 ...
随机推荐
- Js 获取当前时间
Js获取当前日期时间及其它操作 var myDate = new Date(); myDate.getYear(); //获取当前年份(2位) myDate.getFullYear(); //获取完整 ...
- HTML 菜单 a 标签设置样式
html: "<div style='font-weight:800;color:red'> <a href='javascript:void(0)'style='colo ...
- EXTJS 3.0 资料 控件之 GridPanel属性与方法大全
1.Ext.grid.GridPanel 主要配置项: store:表格的数据集 columns:表格列模式的配置数组,可自动创建ColumnModel列模式 autoExpandColumn:自动充 ...
- TWaver3D入门探索——3D拓扑图之人在江湖
俗话说,有人的地方就有江湖,江湖就是帮派林立错综复杂的关系网.今天我们就来展示这样一个小小的江湖. 故事背景 崇祯末年,民不聊生,烽烟四起-- 江湖都是有背景的,我们的3D江湖也需要一个背景.江湖就是 ...
- hibernate添加数据,默认字段为null的问题解决
数据库中的一个字段默认为0,但是在用hibernate的添加之后,默认字段竟然不是0,为NULL. 查了一下.发现想要让默认字段生效.需要在*.hbm.xml添加一些参数,如下.(红色部分) dyna ...
- PAT-乙级-1013. 数素数 (20)
1013. 数素数 (20) 时间限制 100 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 令Pi表示第i个素数.现任给两个正整 ...
- Manifest 与TypeTag
Manifest和TypeTag是要解决什么问题? As with other JVM languages, Scala’s types are erased at compile time. T ...
- URAL 1146 Maximum Sum & HDU 1081 To The Max (DP)
点我看题目 题意 : 给你一个n*n的矩阵,让你找一个子矩阵要求和最大. 思路 : 这个题都看了好多天了,一直不会做,今天娅楠美女给讲了,要转化成一维的,也就是说每一列存的是前几列的和,也就是说 0 ...
- ECNU1101-Dinic
题意:从起点到终点有几条特殊路径. 特殊路径指的是:对于任意两条路径,他们的与起点相连的点是不同的点 && 与终点的相连的点是不同的点. /* 题意:从起点到终点有几条特殊路径. 特殊 ...
- 多线程 (五)NSOperation
NSOperation是对GCD的分装,OC语言,更简单方便 NSOperation和NSOperationQueue一起使用也能实现多线程编程 基本步骤: 将操作封装到一个NSOperation对象 ...