当前位置:网站首页>[combinatorics] Introduction to Combinatorics (combinatorial idea 3: upper and lower bound approximation | upper and lower bound approximation example Remsey number)
[combinatorics] Introduction to Combinatorics (combinatorial idea 3: upper and lower bound approximation | upper and lower bound approximation example Remsey number)
2022-07-03 10:02:00 【Programmer community】
List of articles
- One 、 Combination thought 3 : The upper and lower bounds approach
- Two 、 Examples of upper and lower bounds approximation ( Remsey Count )
One 、 Combination thought 3 : The upper and lower bounds approach
The upper and lower bounds approach Thought , Usually used for Determine a value , or Determine the order of a function ( The magnitude of the function ) ;
The upper and lower bounds approach step :
( 1 ) Upper bound of proof value
( 2 ) Lower bound of proof value
( 3 ) If The upper and lower bounds are equal , be End of proof
( 4 ) If The upper and lower bounds are not equal , be Improve the upper bound or Lower bound , Make these two values gradually approximate ;
The value of many combinatorial numbers in combinatorics , Some upper and lower bounds are equal , The exact value is obtained , Some only get the upper and lower bounds of combinatorial numbers , also The upper and lower bounds are not equal , The specific value is unknown ;
Two 、 Examples of upper and lower bounds approximation ( Remsey Count )
Remsey ( Lemsy ) Count
K
n
K_n
Kn It's completely
n
n
n Order graph , The complete graph is There is an edge between each pair of different vertices , That is, each vertex has edges connected to all other vertices ;
Use red and blue , Yes
K
n
K_n
Kn Color the edges of , seek In coloring , appear A red triangle or A blue triangle Of
n
n
n The minimum value of ;
The result is
6
6
6 ;
This
6
6
6 It's the upper bound ;
Yes
K
6
K_6
K6 Complete the painting , No matter how you paint , Will appear A red triangle or A blue triangle ;
K
6
K_6
K6 Completely in the figure , According to the definition of complete graph , There is an edge between each pair of different vertices ,
Each vertex is associated with five edges , this
5
5
5 side , Two colors must be used for this
5
5
5 side Paint , Red or Blue , Edges of the same color have at least
3
3
3 strip ( perhaps
3
3
3 Red bar , perhaps
3
3
3 Bar blue ) ,
1. Suppose that the edge associated with the vertex has
3
3
3 The bar is red , The following figure shows a vertex leading out
3
3
3 A red edge , The three vertices at the other end of the three red edges , There are three sides , Next, we will discuss the situation of these three sides :
If all three sides are blue , Here's the picture , Then form a blue triangle ;

If there is a red edge on three sides , Here's the picture , Then form a red triangle ;

2. Suppose that the edge associated with the vertex has
3
3
3 The bar is blue , The following figure shows a vertex leading out
3
3
3 A blue edge , The three vertices at the other end of the three blue edges , There are three sides , Next, we will discuss the situation of these three sides :
If all three sides are red , Here's the picture , Then form a red triangle ;

Suppose there is a blue edge on three sides , Here's the picture , Then form a blue triangle ;

K
n
K_n
Kn Complete graph in general
n
=
6
n = 6
n=6 The value is the upper bound ,
n
=
7
n = 7
n=7 No problem ;
The upper bound problem is determined , Now let's discuss the lower bound ;
Discuss
n
=
5
n = 5
n=5 The situation of :
Give a counterexample , In the painting scheme in the figure below , There is no blue triangle , There is no red triangle , therefore
n
=
5
n=5
n=5 when , “ appear A red triangle or A blue triangle ” Don't set up ;

therefore
n
=
6
n=6
n=6 It's the lower boundary , There can be no comparison
6
6
6 Small value ;
边栏推荐
- getopt_ Typical use of long function
- Serial communication based on 51 single chip microcomputer
- For new students, if you have no contact with single-chip microcomputer, it is recommended to get started with 51 single-chip microcomputer
- (2) New methods in the interface
- Synchronization control between tasks
- 2.Elment Ui 日期选择器 格式化问题
- Timer and counter of 51 single chip microcomputer
- Introduction to chromium embedded framework (CEF)
- Not many people can finally bring their interests to college graduation
- 2020-08-23
猜你喜欢

Idea remote breakpoint debugging jar package project

STM32 external interrupt experiment

开学实验里要用到mysql,忘记基本的select语句怎么玩啦?补救来啦~

LeetCode - 673. 最长递增子序列的个数

Quelle langue choisir pour programmer un micro - ordinateur à puce unique

Project cost management__ Topic of comprehensive calculation

There is no specific definition of embedded system

Programming ideas are more important than anything, not more than who can use several functions, but more than the understanding of the program

Fundamentals of Electronic Technology (III)_ Integrated operational amplifier and its application__ Basic arithmetic circuit

ADS simulation design of class AB RF power amplifier
随机推荐
Serial port programming
Application of 51 single chip microcomputer timer
The third paper of information system project manager in soft examination
对于新入行的同学,如果你完全没有接触单片机,建议51单片机入门
03 FastJson 解决循环引用
2021-01-03
Happy Dragon Boat Festival—— Zongzi written by canvas~~~~~
Application of external interrupts
Oracle database SQL statement execution plan, statement tracking and optimization instance
03 fastjason solves circular references
(1) 什么是Lambda表达式
openEuler kernel 技術分享 - 第1期 - kdump 基本原理、使用及案例介紹
Stm32f407 key interrupt
Swing transformer details-1
Oracle数据库 SQL语句执行计划、语句跟踪与优化实例
STM32 interrupt priority management
2020-08-23
万字手撕七大排序(代码+动图演示)
yocto 技术分享第四期:自定义增加软件包支持
openEuler kernel 技术分享 - 第1期 - kdump 基本原理、使用及案例介绍