What is the smallest value of N , such that given any N irrational numbers, we can always find 3 of them, such that the sum of any 2 of them is still irrational.
Details and assumptions
The N numbers do not have to be distinct.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Good initial claim. That is the key result that we need in the problem.
In your last paragraph,at what contradiction do we arrive at,can you elaborate a little?
Log in to reply
In our graph two vertices are connected by a red line iff their sum is rational, and the line connecting them is blue otherwise. Note that from the picture, I 1 + I 4 is irrational, whereas I 1 + I 2 , I 2 + I 3 , and I 3 + I 4 are rational. But note that ( I 1 + I 2 ) − ( I 2 + I 3 ) + ( I 3 + I 4 ) = I 1 + I 4 implying I 1 + I 4 is also rational, a contradiction.
Firstly, the set { a , b , − a , − b } , where a , b are irrational: if we choose 3 elements then by the pigeonhole principle we must choose a number and its negative , which sum to the rational number 0 , so N > 4 .
Consider a set of irrationals { a , b , c , d , e } that does not have the property that we can find a subset of 3 such that the sum of any 2 is irrational, i.e., for all subsets of 3, there are 2 which sum to a rational.
Sort it so that a , b do not sum to a rational number. This is possible for any set of size 3 or more, because if we have A + B = q 1 , A + C = q 2 , B + C = q 3 , then combining those equations gives 2 A = q 1 + q 2 − q 3 , contradicting the assumption that A is irrational and q i rational.
Because we could choose the subset { a , b , X } for any X , we must have c , d , e all of the form q − a or q − b , where q is a rational.
But now consider the subset { c , d , e } . The sum of any 2 of these must be the sum of two rationals, minus 2 a , or 2 b , or a + b . Those are all irrational so the subset { c , d , e } contradicts the assumption that { a , b , c , d , e } exists, so we have N = 5 .
If we make a graph where the vertices represent the irrational numbers, and two vertices are connected by an edge iff their sum is rational, then the question can be rephrased as follows: "Find a minimal N so that any subgraph of N vertices have a set of three vertices with no edge connecting any pair of them (some times called an 'anti-triangle')."
This graph cannot have odd cycles. Indeed, if we have irrational numbers a 1 , a 2 , … , a 2 n + 1 such that a i + a i + 1 ∈ Q , then a 1 + a 2 n + 1 = ( a 1 + a 2 ) − ( a 2 + a 3 ) + ⋯ − ( a 2 n + a 2 n + 1 ) + 2 a n + 1 cannot be rational, since it is the sum of a finite sequence of rational numbers (the parentheses) and one irrational ( 2 a 2 n + 1 ). Especially there cannot be any triangles in the graph.
By the same argument, if we have four vertices a , b , c , d with edges a b , b c , c d , then a d MUST be an edge, for a + d = ( a + b ) − ( b + c ) + ( c + d ) is a sum of three rational numbers. Thus if there are four vertices in a "row", so to speak, then those four vertices actually close to form a square.
Now, let's try to find a maximal subgraph with no anti-triangle. We will start with choosing three points a , b and c . If none of these are connected, then we are done, so we can assume that at least a and b are connected. From here we will split into two cases, depending on whether c is connected to one of the other two or not.
Case 1: c connected to say b .
Introduce a fourth vertex d . If d is connected to neither a nor c (including if b d is an edge), the a c d is an anti-triangle and we are done.
So let's say that c d is an edge of the graph. Then d is at the same time connected to a , by the argument above, and the graph must be a square. Any fifth vertex attempted to add to this square will cause an anti-triangle with at least one of the diagonals of the square, since we cannot have any triangles.
Case 2: c isolated.
Pick a fourth vertex d . Now d cannot be connected to both a and b , and therefore, if it is not connected to c , there is an anti-triangle present in the two vertices c , d and one of a , b . So assume c d is an edge.
If d is connected to either a or b , then we again have a square, and that violates the premise of this case, since c is not supposed to be connected to neither a nor b .
So the we're left with a b and c d the only edges. But a fifth vertex e cannot be added to this graph without making an anti-triangle, since it must be unconnected with at least one of a , b and at least one of b , c .
Therefore we conclude that any graph of 5 or more vertices constructed of irrationals in the way described above will have an anti-triangle. Thus N = 5
I think you can omit some steps in your proof. By proving that there are no odd-length cycles then you have that the graph is bipartite.Then, you must choose at least 5 vertices given that you could choose four of them such that a -> b and c -> d so it's impossible to choose 3 of them such that there are no edges between them. And with 5 vertices you can always choose three of them such that they are on the same "side".
To have two irrational numbers add up to a rational number, they must be conjugates. In order to have any 2 of a group of 3 irrational numbers to add to be irrational, they must all not be conjugates of each other. Since conjugates come in pairs, we can have at most 4 irrational numbers before there must be three irrational numbers that are not conjugates of each other (because of the Pigeonhole Principle). Therefore, our answer is 5 .
Instead of conjugates, you should say if r is irrational, another irrational such that the sum of them is rational, say s must be in the form of a − r , where a is rational. The proof is easy, as r + s = c b ⟺ s = c b − r and b , c are integers, Then the rest of your proof just needs to be changed slightly and it is correct.
Log in to reply
Great insight! This is a classic example in which properly defining the terms would make the proof much easier to understand. For example, we can say that
Define a pair of irrational numbers ( r , s ) to be loopy if r + s is rational.
This is similar to the coloring of edges given above.
π is an irrational number. Does π have a conjugate?
Log in to reply
-\pi+z, where z it's an integer
Log in to reply
By the definition of conjugate, it is unique, what is your unique z then exactly?
Log in to reply
@Yong See Foo – Conjugate could mean a variety of different things, and depends on the setting. For example, the complex conjugate of a + b i is always taken as a − b i , and the algebraic conjugate of a + b is a − b .These exist by definition.
The algebraic conjugate of p + q + r are numbers of the form ± p ± q ± r , and so there are 7 (different) possibilities.
We do not require only conjugate pairs,to sum to a rational,otherwise this is the same way I solved it. Nice.
The only way for 2 irrational numbers to have a rational sum is if they are additive inverses. Assuming the worst case possible, let all of the irrational numbers be additive inverses of each other. In this case, we need to guarantee that there are 3 irrational numbers that have the same sign, so that any 2 of them will have an irrational sum.
To find the smallest value of N, we need to work from the smallest case until we can guarantee that they work. The minimum amount of irrationals would be 3. However, in this case, we could have 2 positive irrationals ( n ) and 1 negative irrational ( − n ) which would give us sums of 2 n and 0. However, 0 is irrational, so N=3 does not work.
The next case is 4 irrationals. In this case, we could have 2 positive irrationals and 2 negative irrationals, which would give us sums of 2 n , − 2 n , and 0. Thus, N=4 does not work.
When N=5, there are 6 possible ways to distribute the irrationals.
Each of these cases has at least 3 irrationals of the same sign. Therefore, the smallest value of N is 5
First we must realize that for any 3 irrational numbers in question, at least one of the three sums must also be irrational. Otherwise, if a + b = r 1 , b + c = r 2 and a + c = r 3 , then r 1 + r 2 − r 3 = 2 b , which must be rational, yet cannot be. So recasting this problem into a graph, you need the lowest value of N such that a graph on N points must contain either 3 points all connected(i.e. a triangle), or 3 points not connected at all. Now in a direct application of Ramsey's Theorem , the answer to this would be 6. However, my earlier statement (that there cannot be a "loop" of 3 numbers, every 2 adding up to a rational) is also true for any odd-tuple of numbers in a loop, or cycle in graph theory terms(notably, 5). So in the counterexample to R(3,3) for N=5, you will notice a cycle of length 5. That could not happen in this example, so the answer is N=5. I know it's not so rigorous, but it can be made so, and I can give specific counterexamples for N = 4 . 2 , 1 0 − 2 , 5 , 1 0 − 5
Problem Loading...
Note Loading...
Set Loading...
Claim If I 1 , I 2 , I 3 are three irrational numbers such that I 1 + I 2 and I 1 + I 3 are rational, then I 2 + I 3 cannot be rational.
Proof On the contrary, assume I 2 + I 3 is rational. Let I 1 + I 2 = R 1 I 1 + I 3 = R 2 I 2 + I 3 = R 3 Adding up all the equations, we get 2 ( I 1 + I 2 + I 3 ) = R 1 + R 2 + R 3 ⟹ I 1 + I 2 + I 3 = 2 R 1 + R 2 + R 3 Now note that I 1 = ( I 1 + I 2 + I 3 ) − ( I 2 + I 3 ) = 2 R 1 + R 2 + R 3 − R 3 = 2 R 1 + R 2 − R 3 Similarly, I 2 = 2 R 1 − R 2 + R 3 I 3 = 2 − R 1 + R 2 + R 3 Since R 1 , R 2 , and R 3 are rational, so should be I 1 , I 2 , and I 3 .This is a contradiction. QED
We now claim that the answer is N = 5 . First, note that N = 4 doesn't satisfy the conditions, any counterexample being of the form { I 1 , R 1 − I 1 , I 2 , R 2 − I 2 } , where I 1 and I 2 are irrational numbers and R 1 and R 2 are rational numbers.
For N = 5 , we denote each of the five irrational numbers { I 1 , I 2 , I 3 , I 4 , I 5 } as 5 vertices on a graph. Two vertices will be connected by a red line iff their sum is rational, and the line connecting them will be blue otherwise. Note that in such a graph, a monochromatic triangle (triangle with all edges having the same color) cannot appear, because if it does, we would either have a contradiction (when the color of the triangle is red), or we would have a three element set such that the sum of any two of them is irrational (when the color of the triangle is blue). It is known that the only possible graph with 5 vertices without a monochromatic triangle is as follows ( source: wikipedia ):
Here's the link in case the picture doesn't load: http://s15.postimg.org/vqrzx6k2z/irrational.png
However, note that I 1 + I 4 = ( I 1 + I 2 ) − ( I 2 + I 3 ) + ( I 3 + I 4 ) From the picture above, it is clear that I 1 + I 2 , I 2 + I 3 , and I 3 + I 4 are rational, whereas I 1 + I 4 isn't. Hence we arrive at a contradiction, so there exists no counterexample for N = 5 . We thus conclude N = 5 is the minimum value of N satisfying the conditions.