Knaster-Tarski theorem is a simple but powerful fixpoint theorem in order theory. It could give a very elegant proof of Cantor–Bernstein–Schroeder theorem which states that if there are injections and
, there exists a bijection between A and B. (更多…)
Entries categorized as ‘Mathematics’
Knaster-Tarski Theorem
十一月 14, 2009 · 3個回應
類別: Mathematics
Tagged: order theory
Ordinal Number
二月 18, 2009 · Leave a Comment
Here are some comments about ordinal number as I have known.
Ordinal number is a “order-type” of sets which is used to represent the “length” or “size” of well-ordering sets like ,
. It’s also an extension to
since all of the natural number could be respresented by ordinal and it’s a proper superset as
and
where
called successor of
. (更多…)
類別: Mathematics
From list to free group
二月 6, 2009 · Leave a Comment
Given natural numbers , we could construct integers
by considering the equivalence relation on
as follows,
if
for some
Obviously, it’s a equivalence relation from properties of commutativity. Thus we have equivalence class where
. Then,
, and
. This construction from a commutative monoid to abelian group is called Grothendieck group. (更多…)
類別: Computer Science · Mathematics
Tagged: functional programming
Concrete category
二月 3, 2009 · Leave a Comment
Concrete category 是用來描述該 category 的 object 與 function 可以直接對應 set 與 function。諸如 (the category of groups),
(the category of rings),
(the category of topological space), 以及所有的 small category。然而, 並非所有的 large category 都是 concrete, 而其中包含比較重要的例子有
, 其 objects 為 pointed topological space 而 morphisms 為 homotopy classes, 由 Peter Freyd 於 1970 年提出證明。 (更多…)
類別: Mathematics
Tagged: exercise
Four Lemma
二月 2, 2009 · Leave a Comment
在前面一篇 Splitting Lemma 中用到 Short Five Lemma, 而 Short Five Lemma (對於 ,
為 isomorphism 時,
同構於
) 其實是 Five Lemma (左右兩邊為一般的 module, 左上有一 epimorphism 對至左下, 右上有 monomorphism 對至右下, 其餘不變) 的特例。而欲證明 Five Lemma 其實用 Four Lemma (右上有 mono 對到右下) 加上其對偶得證, 也就是說, 只要證明 Four Lemma 就可以得到論述麻煩的 Five Lemma。 (更多…)
類別: Mathematics
Tagged: exercise, module
Splitting Lemma
一月 21, 2009 · 1個意見
嚇死我,差點證不出來。口語解讀是,如果我在 short exact sequence 中找得到一個反向的 morphism 促使正向的 morphism 是 left(or right) split 的話,那麼這串 sequence 就可以寫成前後兩個 module 的 direct sum。
Splittin Lemma. Let be a short exact sequence of
module homomorphism. The the following are equivalent.
- (Right split): There is an
module homomorphism
with
,
- (Left split): There is an
module homomorphism
with
,
- (Direct Sum): The given sequence is isomorphic to
, and thus
. (更多…)
類別: Mathematics
Tagged: exercise, module
Why quotient and subset on datatype ?
一月 19, 2009 · Leave a Comment
Why we need quotients and subsets of datatypes ?
One of the reaons is we could derive operations naturally. A simple example is the unordered pair. Define as
for all
. Then,
is the unordered pair. (更多…)
類別: Computer Science · Mathematics
Tagged: quotient type