重开一个范畴论学习记录贴,欢迎讨论
版主: verdelite, TheMatrix
#1 重开一个范畴论学习记录贴,欢迎讨论
我看的是Mac Lane的Categories for the working mathematician, 目前看完了III.4 Products and Limits
这是原贴被loser spam了,故弃
viewtopic.php?t=510207
将原贴中有用评论搬运如下:
这是原贴被loser spam了,故弃
viewtopic.php?t=510207
将原贴中有用评论搬运如下:
上次由 functorial 在 2024年 6月 21日 16:39 修改。
Functorially yours
#2 Re: 重开一个范畴论学习记录贴,欢迎讨论,loser 勿入
弃婴千枝 写了: 2024年 6月 21日 10:03 浪费时间
category不含动力学,注定不能像lie代数那样有广泛的应用
所以有用的,也许是一种新的嵌入了某种动力学机理的category
这是我浪费了很多时间后的心得,当然也许是片面的
上次由 functorial 在 2024年 6月 21日 16:38 修改。
Functorially yours
#3 Re: 重开一个范畴论学习记录贴,欢迎讨论,loser 勿入
弃婴千枝 写了: 2024年 6月 21日 14:58 不需要,你可以看这个:
https://arxiv.org/pdf/1612.09375
这是cambridge出版书的免费版,我觉得各种出版教科书里面,只有cambridge的书是可以一读的,别的好多都写得语无伦次
我觉得category本质上就是把你以前的各种运算“范式化”,比如adjoint,范式化为(F(A),B)--->(A,G(B)),符合这样的都是adjoint,类似c++的template,或者说一类玩意的套壳
所以一下就变得很容易了,不像topology有很多新东西,这个没什么新东西,这种书一天就能看完,我觉得这大概是数学的一种套路
上次由 functorial 在 2024年 6月 21日 16:39 修改。
Functorially yours
-
- 论坛支柱
2024年度优秀版主
TheMatrix 的博客 - 帖子互动: 268
- 帖子: 13455
- 注册时间: 2022年 7月 26日 00:35
#7 Re: 重开一个范畴论学习记录贴,欢迎讨论
I read it for research in functional programming and it's impenetrable. It's quite useful if you can use it in the right settingsfunctorial 写了: 2024年 6月 21日 15:48 我看的是Mac Lane的Categories for the working mathematician, 目前看完了III.4 Products and Limits
这是原贴被loser spam了,故弃
viewtopic.php?t=510207
将原贴中有用评论搬运如下:
#8 Re: 重开一个范畴论学习记录贴,欢迎讨论
你觉得哪里难?我们可以讨论wildthing 写了: 2024年 6月 21日 19:12 I read it for research in functional programming and it's impenetrable. It's quite useful if you can use it in the right settings
Functorially yours
#9 Re: 重开一个范畴论学习记录贴,欢迎讨论
Mainly terminology. I can't find intuitive understanding of the phrases like morphism, functor, monad and the whole damn table of hard to pronounce words.
I can understand what they are in functional programming but can't go beyond that at all.
#10 Re: 重开一个范畴论学习记录贴,欢迎讨论
目前为止,我觉得范畴的抽象挺自然的。集合论涉及到具体集合和映射的构造,范畴论关心的是更上层的东西。morphism一般指保持某种结构的映射,在范畴的定义里把它理解成箭头就可以了。functor就是保持范畴结构的映射。Monad我还没学到。wildthing 写了: 2024年 6月 21日 19:57 Mainly terminology. I can't find intuitive understanding of the phrases like morphism, functor, monad and the whole damn table of hard to pronounce words.
I can understand what they are in functional programming but can't go beyond that at all.
Functorially yours
#11 Re: 重开一个范畴论学习记录贴,欢迎讨论
I can't even remember this bunch of conceptsfunctorial 写了: 2024年 6月 21日 20:16 目前为止,我觉得范畴的抽象挺自然的。集合论涉及到具体集合和映射的构造,范畴论关心的是更上层的东西。morphism一般指保持某种结构的映射,在范畴的定义里把它理解成箭头就可以了。functor就是保持范畴结构的映射。Monad我还没学到。
https://en.wikipedia.org/wiki/Monoid#/m ... _group.svg
Lots of Haskell's type classes like semigroup, monoid, foldable, traversable, functor, applicative, arrow, monad have correspondence in category theory but I can't find intuitive meaning of these concepts outside their definition in type class.
#12 Re: 重开一个范畴论学习记录贴,欢迎讨论
抛砖引玉,问两个问题:
1. 能否举个本科数学阶段的例子,用范畴的语言能给出结论是用集合语言得不到或者繁琐的多的。
2. 据说米田引理是学范畴论碰到的第一个非平凡结论。 米田引理在说废话/tautology么? 需要证明么? 必须用范畴的语言理解么?
1. 能否举个本科数学阶段的例子,用范畴的语言能给出结论是用集合语言得不到或者繁琐的多的。
2. 据说米田引理是学范畴论碰到的第一个非平凡结论。 米田引理在说废话/tautology么? 需要证明么? 必须用范畴的语言理解么?
#13 Re: 重开一个范畴论学习记录贴,欢迎讨论
第二个问题我可以回答。本来我不知道什么是米田引理,查了一下原来就是Yoneda引理,原来Yoneda是日本人。日本人的名字就是这样,中译和英译完全不一样。这个引理当然不是废话。在Mac Lane书中,由于前面做了足够了铺垫,给出这个引理的时候,证明已经很简单了。它本身就是用范畴的语言表述的,我看不到有其他的表述方法。rgg 写了: 2024年 6月 21日 23:00 抛砖引玉,问两个问题:
1. 能否举个本科数学阶段的例子,用范畴的语言能给出结论是用集合语言得不到或者繁琐的多的。
2. 据说米田引理是学范畴论碰到的第一个非平凡结论。 米田引理在说废话/tautology么? 需要证明么? 必须用范畴的语言理解么?
Functorially yours
#14 Re: 重开一个范畴论学习记录贴,欢迎讨论
这些我也不懂。你可以看同调代数,那里有范畴论的应用。wildthing 写了: 2024年 6月 21日 22:20 I can't even remember this bunch of concepts
https://en.wikipedia.org/wiki/Monoid#/m ... _group.svg
Lots of Haskell's type classes like semigroup, monoid, foldable, traversable, functor, applicative, arrow, monad have correspondence in category theory but I can't find intuitive meaning of these concepts outside their definition in type class.
Functorially yours
#15 Re: 重开一个范畴论学习记录贴,欢迎讨论
III.6 Groups in Categories
第一次接触这种定义。命题1直观我能理解,不太适应这种证明方法。
第一次接触这种定义。命题1直观我能理解,不太适应这种证明方法。
Functorially yours
#16 Re: 重开一个范畴论学习记录贴,欢迎讨论
III.7 Colimits of representable functors
本节有印刷错误。这节比之前都难
本节有印刷错误。这节比之前都难
Functorially yours
-
- 论坛元老
Caravel 的博客 - 帖子互动: 652
- 帖子: 26430
- 注册时间: 2022年 7月 24日 17:21
#17 Re: 重开一个范畴论学习记录贴,欢迎讨论
抽象的东西我发现慢慢可以看懂,但是记不住,也有可能是理解层次不高。发现老科学家都很珍惜力气,像陈省身轻易不进入其他领域wildthing 写了: 2024年 6月 21日 19:57 Mainly terminology. I can't find intuitive understanding of the phrases like morphism, functor, monad and the whole damn table of hard to pronounce words.
I can understand what they are in functional programming but can't go beyond that at all.
-
- 论坛元老
Caravel 的博客 - 帖子互动: 652
- 帖子: 26430
- 注册时间: 2022年 7月 24日 17:21
#21 Re: 重开一个范畴论学习记录贴,欢迎讨论
拓扑序是topological order,是一个物理概念
We know that group theory is the mathematical foundation of symmetry-breaking orders. What is the mathematical foundation of topological order? It was found that a subclass of 2+1D topological orders—Abelian topological orders—can be classified by a K-matrix approach.[40][41][42][43] The string-net condensation suggests that tensor category (such as fusion category or monoidal category) is part of the mathematical foundation of topological order in 2+1D.
https://www.zhihu.com/question/43811156 ... 1672637104