Let $A=A_1\oplus A_2$. Show that

(1). $W(A)$ is the convex hull of $W(A_1)$ and $W(A_2)$; i.e., the smallest convex set containing $W(A_1)\cup W(A_2)$.

(2). $$\beex \bea \sen{A}&=\max\sed{\sen{A_1},\sen{A_2}},\\ \spr(A)&=\max\sed{\spr(A_1),\spr(A_2)},\\ w(A)&=\max\sed{w(A_1),w(A_2)}. \eea \eeex$$

Solution.

(1). We have $$\beex \bea W(A)&=\sed{x^*Ax;\sen{x}=1}\\ &=\sed{y^*A_1y+z^*A_2z;\sen{y}^2+\sen{z}^2=1}\\ &\supset W(A_1)\cup W(A_2), \eea \eeex$$ and $$\bex W(A)=\sed{\sen{y}^2 \sex{\frac{y}{\sen{y}}}^*A_1\frac{y}{\sen{y}} +\sen{z}^2 \sex{\frac{z}{\sen{z}}}^*A_2\frac{z}{\sen{z}}; \sen{y}^2+\sen{z}^2=1} \eex$$ is contained in any convex set containing $W(A_1)\cup W(A_2)$.

(2). $$\beex \bea \sen{Ax}^2&=\sen{\sex{A_1y\atop A_2z}}^2\quad\sex{x=\sex{y\atop z}}\\ &=\sen{A_1y}^2+\sen{A_2z}^2\\ &\leq \sen{A_1}^2\sen{y}^2+\sen{A_2}^2\sen{z}^2\\ &\leq \max\sed{\sen{A_1},\sen{A_2}}^2 \sex{\sen{y}^2+\sen{z}^2}\\ &=\max\sed{\sen{A_1},\sen{A_2}}^2 \sen{x}^2. \eea \eeex$$ $$\beex \bea &\quad Ax=\lm x\quad\sex{x\neq 0}\\ &\ra A_1y=\lm y,\quad A_2z=\lm z\quad\sex{x=\sex{y\atop z}}\\ &\ra |\lm|\leq\sedd{\ba{ll} \spr(A_1),&y\neq 0\\ \spr(A_2),&z\neq 0 \ea}\\ &\ra |\lm|\leq \max\sed{\spr(A_1),\spr(A_2)};\\ &\quad A_1y=\lm y\quad\sex{y\neq 0}\\ &\ra A\sex{y\atop 0}=\lm \sex{y\atop 0}\\ &\ra |\lm|\leq \spr(A);\\ &\quad A_2z=\lm z\quad\sex{z\neq 0}\\ &\ra |\lm|\leq \spr(A). \eea \eeex$$ $$\beex \bea w(A)&=\sup_{\sen{x}=1}\sev{\sef{x,Ax}}\\ &=\sup_{\sen{y}^2+\sen{z}^2=1} \sev{\sef{y,A_1y}+\sev{z,A_2z}}\\ &\leq \sup_{\sen{y}^2+\sen{z}^2=1} \sez{ \sen{y}^2w(A_1)+\sen{z}^2w(A_2) }\\ &\leq \max\sed{w(A_1),w(A_2)};\\ w(A_1)&=\sup_{\sen{y}=1}\sen{\sef{y,A_1y}}\\ &=\sup_{\sen{\sex{y\atop 0}}=1} \sev{\sef{\sex{y\atop 0},A\sex{y\atop 0}}}\\ &\leq w(A),\\ w(A_2)&\leq w(A). \eea \eeex$$

[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.3.1的更多相关文章

  1. [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 ...

  2. [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 ...

  3. [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$ ...

  4. [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 ...

  5. [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 ...

  6. [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 ...

  7. [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 ...

  8. [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 ...

  9. [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 ...

  10. [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 ...

随机推荐

  1. iOS 基础 第三天(0807)

    0807 成员变量作用域###### 如下图所示: 这里要注意手写的成员变量/实例变量默认的作用域是private,所以外部指针类型的对象无法直接访问,这起到一定的保护作用.但可以在当前类内部@imp ...

  2. 硬盘4k对齐教程总结

    4k对齐概念: 4K对齐相关联的是一个叫做“高级格式化”的分区技术.首先先来了解一下什么是叫做“4K 对齐”.其实“4K对齐”相关联的是一个叫做“高级格式化”的分区技术.“高级格式化”是国际硬盘设备与 ...

  3. 后台字符串转化成json

    function remotecontrol() { var progressbar = $("#progressbar"); $.ajax({ url: myurl, type: ...

  4. springMVC+MyBatis+Spring 整合(3)

    spring mvc 与mybatis 的整合. 加入配置文件: spring-mybaits.xml <?xml version="1.0" encoding=" ...

  5. 开扒本地存储—localStorage

    .localStorage是什么狂点查看demo localStorage用于持久化的本地存储,除非主动删除数据,否则数据是永远不会过期 的. 2.localStorage有哪些优点 1). 存储空间 ...

  6. 【leetcode】Dungeon Game (middle)

    The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. ...

  7. Android 图片缩放

    以下演示将一个ImageView的高度设置为两倍: 布局文件main.xml <?xml version="1.0" encoding="utf-8"?& ...

  8. jmeter 一个可能引起性能严重下降的断言设置

    在添加断言时一定要注意: 1. 红框部分选择 "响应文本", 2.  要断言的内容越短越好

  9. EntityFreamWork和Mvc 精品知识点

    定义了DbRepository<TEntity>:IRepository<TEntity> ,SimpleDbContext继承了DbContext, UnitOfWork:I ...

  10. python之高性能网络编程并发框架eventlet实例

    http://blog.csdn.net/mingzznet/article/details/38388299 前言: 虽然 eventlet 封装成了非常类似标准线程库的形式,但线程和eventle ...