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

本文共 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 Animation (视图动画)
查看>>
JavaScript eval()函数
查看>>
两点计算角度
查看>>
PN-Net: Conjoined Triple Deep Network for Learning Local Image Descriptors-论文解读
查看>>
【leetcode】38. Count and Say
查看>>
自己制作redis 和mongo 镜像
查看>>
正则表达式
查看>>
java Annotation注解
查看>>
CAPI学习心得
查看>>
数据结构与算法刷题
查看>>
MFC界面的完善
查看>>
【洛谷 P1651】 塔 (差值DP)
查看>>
考虑碰撞的二能级原子和电磁场的相互作用
查看>>
从乔布斯在斯坦福大学毕业典礼上的演讲感触
查看>>
无限级分类
查看>>
美化fedora字体
查看>>
【LeetCode】6 - ZigZag Conversion
查看>>
Ambiguous HTTP method Actions require an explicit HttpMethod binding for Swagger 2.0
查看>>
OpenSSL修复加密漏洞、加强Logjam防御
查看>>
H5新增的标签以及改良的标签
查看>>