Prove that there is either a red triangle whose vertices are in S, or a set of 4 points in S such that

216 Views Asked by At

Take any set S of 10 points in the plane in which no three are colinear. Color each of the $\binom{10}{2}$ line segments between two of these points with one of red or blue. Prove that there is either a red triangle whose vertices are in S or a set of 4 points in S such that all line segments between these points are blue.

My attempt is to pick one of those 10 points and draw 9 lines that are incident to this point. Then color each line red or blue. By the pigeonhole principle, at least 5 lines have the same color. Supposed there are 5 red lines, then we can see there is either a blue or red triangle. The second part of the question I'm lost on.

2

There are 2 best solutions below

0
On

Hint: Do you know the corresponding result that if you have six points there is either a red or blue triangle? Starting with one point is a good idea, but having just three the same color is not enough. If there are four red segments among the nine, what about the segments that join those points? If there are six blue segments among the nine, what about the segments that join those points?

2
On

Notice that you are proving $R(3,4) \leq 10$ btw

You started (your pigeonholing) a bit too weak; if you fix a point $A$ the pigeon-hole principle gives that there are either 4 points that are red connected to A or there 6 that are blue connected to $A$ (because of $x+y-1 = 9 $ means either ...)

Case # 1 there are 4 red connected to $A$ call them $B,C,D,E$ then either there is a red edge amongst them or not ... you know the rest

Case # 2 there are 6 blue connected to $A$ call them $B,C,D,E,F,G$ then either there is a ... you know the rest ... (hint either a blue or red triangle amongst the $B,C,D,E,F,G$) ... and just in case you don't, read this article about friends and strangers and check out this video

Main point, use the computation of R(3,3) to compute R(4,3)