博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
The direct sum of functions
阅读量:6092 次
发布时间:2019-06-20

本文共 1996 字,大约阅读时间需要 6 分钟。

In this post,I will talk about the direct sum of two functions.I will divide this post into five parts.This is the first part.And below,the second and the  third part will show you  the definition.The fourth part will show you the proof.The last part will show you the “insights” of  the direct sum of functions,so that  is the most important part.


Given sets X,Y and their cartesian product X\times Y.Now let’s define two maps :\phi :X\times Y\to X and \psi :X\times Y\to Y.The rule of these two maps are given  below:

(x,y)\underrightarrow{\phi} x

(x,y)\underrightarrow{\psi} y.


Given a set Z.And two functions f:Z\to X ,g:Z\to Y.We define the direct sum of f and g as a function h:Z\to X\times Y,where h satisfies the following property:

\phi\circ h=f,\psi\circ h=g. We denote h as x\bigoplus y.


Now that h has been defined,we need to prove its existence and uniqueness.I do not want to discuss the rigorous proof here.On the one hand,the rigourous proof here is easy,on the other hand, mathematics is more than rigorous proofs.Usually,long time after learning a material,what leaves in your head are not rigourous proofs,but some sort of intuitive graphs.So I’d like to talk about the direct sum intuitively(I think this intuitive proof is very near to the rigorous one):

For any fixed element z\in Z,f(z) is a fixed element in X,g(z) is a fixed element in Y.So (f(z),g(z)) is a fixed element in X\times Y.So h exists:h:z\to (f(z),g(z)).And,because (f(z),g(z)) is fixed,so for any fixed z,there is no other choice,so h is unique.\Box


Now it is the time to show  the “insight” of the definition of the direct sum.(My English is not good,but I will try my best to explain it well )We know that the cartesian product X\times Y  consists of two ingredients:X and Y.In fact,X and Y are  irrelevant.(By way of analogy,we can regard X and Y as two person,they live in different places,they don’t know each other.)A  map from Z to X\times Y form  a connection between Z and X\times Y.We can see  the connection between Z and X\times Y separately,that is ,

the connection between Z and X\times Y=the connection between Z and X together with the connection between Z and Y.This is the spirit of direct sum.In fact, I think “direct” is a very suitable word to characterize such property.

转载于:https://www.cnblogs.com/yeluqing/archive/2012/11/19/3827661.html

你可能感兴趣的文章
android.view.WindowManager$BadTokenException: Unable to add window
查看>>
HDU5012:Dice(bfs模板)
查看>>
iphone openssh
查看>>
Linux下MEncoder的编译
查看>>
spark高级排序彻底解秘
查看>>
ylbtech-LanguageSamples-PartialTypes(部分类型)
查看>>
福建省促进大数据发展:变分散式管理为统筹集中式管理
查看>>
开发环境、生产环境、测试环境的基本理解和区别
查看>>
tomcat多应用之间如何共享jar
查看>>
Flex前后台交互,service层调用后台服务的简单封装
查看>>
MySQL入门12-数据类型
查看>>
Windows Azure 保留已存在的虚拟网络外网IP(云服务)
查看>>
修改字符集
查看>>
HackTheGame 攻略 - 第四关
查看>>
js删除数组元素
查看>>
带空格文件名的处理(find xargs grep ..etc)
查看>>
centos使用docker下安装mysql并配置、nginx
查看>>
需要学的东西
查看>>
Linux 获取文件夹下的所有文件
查看>>
对 Sea.js 进行配置(一) seajs.config
查看>>