当前位置:网站首页>[combinatorics] combinatorial existence theorem (three combinatorial existence theorems | finite poset decomposition theorem | Ramsey theorem | existence theorem of different representative systems |
[combinatorics] combinatorial existence theorem (three combinatorial existence theorems | finite poset decomposition theorem | Ramsey theorem | existence theorem of different representative systems |
2022-07-03 10:02:00 【Programmer community】
One 、 Combinatorial existence theorem
Combinatorial existence theorem There are three main theorems , Decomposition theorem of finite poset , Ramsey Theorem , Existence theorem of different representative systems ;
1. Decomposition theorem of finite poset :
Posets
<
A
,
≼
>
<A , \preccurlyeq>
<A,≼> in , The maximum chain length is
n
n
n , Then the poset can be decomposed into at least
n
n
n Disjoint anti chain ;
Posets
<
A
,
≼
>
<A , \preccurlyeq>
<A,≼> in , The maximum anti chain length is
n
n
n , Then the poset can be decomposed into at least
n
n
n A disjoint chain ;
A chain is a subset of a set , The elements of it Both are comparable , Anti chain is a subset of set , The elements of it Two cannot be compared ;
Reference resources : 【 Set theory 】 Order relations ( chain | Anti chain | Chain and anti chain examples | Chain and anti chain theorem | Chain and anti chain inference | Good order relationship ) Four 、 Chain and anti chain theorem ,
Posets
<
A
,
≼
>
<A , \preccurlyeq>
<A,≼> in , The maximum chain length is
n
n
n , Each time, the current maximal element is taken away and placed in a partition ,
n
n
n After that , Got it.
n
n
n Partition blocks , All elements have been allocated ;
2. Ramsey Theorem : The theorem is Extension of pigeon nest principle , In essence, the generalization is to determine the existence of a combination configuration ;
3. Existence theorem of different representative systems :Hall Theorem ;
Bipartite graph : The nodes of the graph are divided into
X
,
Y
X , Y
X,Y Two parts ,
X
X
X There are no edges inside the set ,
Y
Y
Y There are no edges inside the set , All sides are from
X
X
X The collection is connected to
Y
Y
Y aggregate ;
Perfect match : In a bipartite graph, there is a Complete matching , stay
X
X
X Each node in the collection can be found
Y
Y
Y Matching nodes in the collection ;
Conclusion :
X
X
X Subset of the corresponding
Y
Y
Y Number of nodes in the set , No better than this
X
X
X The number of subsets is small ;
Two 、Ramsey Summary of theorem content
Pigeon nest principle :
- Simple form
- General form
Based on the pigeon nest principle , obtain Ramsey Theorem ;
Ramsey Theorem :
- Simple form
- Small Ramsey Count
- General form
- Ramsay Number of known results
边栏推荐
- A lottery like scissors, stone and cloth (C language)
- Openeuler kernel technology sharing - Issue 1 - kdump basic principle, use and case introduction
- JS foundation - prototype prototype chain and macro task / micro task / event mechanism
- When you need to use some functions of STM32, but 51 can't realize them, 32 naturally doesn't need to learn
- Seven sorting of ten thousand words by hand (code + dynamic diagram demonstration)
- Of course, the most widely used 8-bit single chip microcomputer is also the single chip microcomputer that beginners are most easy to learn
- Interruption system of 51 single chip microcomputer
- 51 MCU tmod and timer configuration
- 03 fastjason solves circular references
- Oracle数据库 SQL语句执行计划、语句跟踪与优化实例
猜你喜欢
Development of intelligent charging pile (I): overview of the overall design of the system
My notes on the development of intelligent charging pile (III): overview of the overall design of the system software
对于新入行的同学,如果你完全没有接触单片机,建议51单片机入门
2021-10-27
Leetcode 300 最长上升子序列
I think all friends should know that the basic law of learning is: from easy to difficult
【力扣刷题笔记(二)】特别技巧,模块突破,45道经典题目分类总结,在不断巩固中精进
Comment la base de données mémoire joue - t - elle l'avantage de la mémoire?
Exception handling of arm
Embedded systems are inherently flawed. Compared with the Internet, there are so many holes that it is simply difficult to walk away from
随机推荐
My 4G smart charging pile gateway design and development related articles
Exception handling of arm
Mobile phones are a kind of MCU, but the hardware it uses is not 51 chip
STM32 external interrupt experiment
Simple use of MySQL (addition, deletion, modification and query)
Stm32 NVIC interrupt priority management
There is no specific definition of embedded system
干单片机这一行的时候根本没想过这么多,只想着先挣钱养活自己
You need to use MySQL in the opening experiment. How can you forget the basic select statement? Remedy is coming~
Windows下MySQL的安装和删除
Project cost management__ Plan value_ Earned value_ Relationship among actual cost and Countermeasures
Sending and interrupt receiving of STM32 serial port
Installation and removal of MySQL under Windows
万字手撕七大排序(代码+动图演示)
yocto 技术分享第四期:自定义增加软件包支持
el-table X轴方向(横向)滚动条默认滑到右边
I think all friends should know that the basic law of learning is: from easy to difficult
03 FastJson 解决循环引用
When you need to use some functions of STM32, but 51 can't realize them, 32 naturally doesn't need to learn
JS基础-原型原型链和宏任务/微任务/事件机制