Ramsey theorem says that the smallest number $n$ such that in $n$-vertex clique there are always 3 people who know each other or 5 people who doesn't know each other is equal to $14$. I've seen proofs of $R(3, 5) = 14$, but they were giving some upper/lower bounds on $R(3, 5)$ based on values of some other $R(a, b)$. I'm interested how to prove that $14$-vertex clique is indeed a graph where 3 people know each other or 5 people who don't know one another.
2026-03-27 19:55:05.1774641305
Every $14$-vertex clique has $3$ people who know each other or $5$ who don't know one another.
81 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GRAPH-THEORY
- characterisation of $2$-connected graphs with no even cycles
- Explanation for the static degree sort algorithm of Deo et al.
- A certain partition of 28
- decomposing a graph in connected components
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Fake induction, can't find flaw, every graph with zero edges is connected
- Triangle-free graph where every pair of nonadjacent vertices has exactly two common neighbors
- Inequality on degrees implies perfect matching
- Proving that no two teams in a tournament win same number of games
- Proving that we can divide a graph to two graphs which induced subgraph is connected on vertices of each one
Related Questions in RAMSEY-THEORY
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Probability that in fully connected graph there is a clique of different colors
- Ramsey Number Upper Bound
- Ramsey Numbers with 3 Variables
- Van der Waerden type theorem
- Colouring of a grid $\mathbb{Z}^2$.
- Has this Ramsey-type function been studied?
- 2-coloring of R(m,m) with no monochromatic $K_m$
- Ramsey's Theorem(Numerical Example)
- Tic-tac-toe game on the cube 3×3×3
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I think you have to build it up a bit, because otherwise you lose track of what is going on.
Amongst any six people there are three who know each other or three who are mutual strangers. We can see this by taking an individual and examining who he (or she) knows - there are five other people, and if he knows more than half, he knows at least three. If any pair of these know each other we have three mutual acquaintances (the original person plus the two who know each other). If none of the three know each other they are three mutual strangers. The argument in reverse operates if the first person knows fewer than half of the others.
Now we show that amongst any nine people there are either three mutual acquaintances or four mutual strangers. Take one of the people. If he doesn't know as many as six of the others, then amongst those six there are either three mutual acquaintances (we are done) or three mutual strangers, who we can add to the first person to make four. If a person knows as many as four others, then either a pair of these know each other and we have three acquaintances with the first person, or no pair does, and the four are mutual strangers.
So the only case we have not covered is if none of the nine know more than three people and none is a stranger to more than five - so each must know exactly three. However, these relationships are mutual, and come in pairs, while $9\times 3$ is odd. So there must be at least one person who knows more than three or is a stranger to more than five, and the case cannot arise.
Next, we consider $14$ people. Suppose person $1$ knows as many as five others. Then if any pair of these know each other, there are three mutual acquaintances, and if none do there are five mutual strangers. So this person must know at most four people and be a stranger to at least nine. Amongst nine there will either be three mutual acquaintances (and we are done) or four mutual strangers, who make a group of five when we include the original person we chose.
This does not prove fourteen is the minimum, (nor six nor nine) - and therefore does not fix the Ramsey numbers, but it does do what you want.