Winning condition: Mary wins if at any point at the end of a set the following inequality is true for all x,y real numbers: Ax^2 + By^2 + C \geq Dxy + Ex + Fy Determine who has the winning strategy if:
1. Mary goes first
2. Nancy goes first
Solution
If Mary goes first Nancy has a winning strategy.
Replace x with x/z and y with y/z to make the inequality homogeneous: Ax^2 + By^2 + Cz^2 \geq Dxy + Exz + Fyz Note that the following form is always true if u,v,w \geq 0 u(x-y)^2 + v(x-z)^2 + w(y-z)^2 \geq 0 So if at any point after a set the inequality can be reduced to that form, then Mary wins. We claim the following two things:
1. That Nancy can always avoid that form, and
2. That if the form is not achieved then there exists a x,y,z to make the inequality false
First to prove 1, note the following rearrangement: u(x-y)^2 + v(x-z)^2 + w(y-z)^2 \geq 0 (u+v) x^2 + (u+w)y^2 + (v+w)z^2 \geq 2u xy + 2v xz + 2w yz Therefore if D = (A+B-C), E = (A+C-B), F = (B+C-A) then that form is achieved. This is the unique solution to achieve that form, and that solution may be negative. If the solution to that form contains negative number then no matter what Nancy does, that form is not achieved. But even if it is a triple of non-negative integers, Nancy has 3 choices of moves to make, so she still has at least 2 moves that won't result in that form.
Now to prove 2, we show that we can find x,y,z that violates the inequality.
First, if A,B,C do not form a triangle, then A>B+C (or its permutation). Note that if we assume (WLOG) that A>B+C then A+B>C,A+C>B. Furthermore WLOG we may assume that B \geq C. Ax^2 + By^2 + Cz^2 \geq Dxy + Exz + Fyz \iff (A+B-C)(x-y)^2 + (A+C-B)(y-z)^2 + (B+C-A)(x-z)^2 \geq -(2A+2B-2C-2D)xy - (2A+2C-2B-2E)yz - (2B+2C-2A-2F)xz In that case we can choose the following variables. Let S,R be large numbers. Let x= 1/R, y = R + 1/R, z = SR + 1/R. Then (A+B-C)R^2 + (A+C-B)(S-1)^2R^2 \geq (A-B-C)S^2R^2 + ... The "..." part in RHS consists of terms SR^2 or lower. As we let S,R become large, the dominant terms are (S-1)^2R^2 versus S^2R^2. For large enough S, (A+B-C)+(A+B-C)(S-1)^2 < (A-B-C)S^2. At that point we just fix S but let R become larger. Since the coefficient of R^2 in the RHS is larger, then the RHS grows faster, invalidating the inequality.
Now if A,B,C form a triangle, \iff (A+B-C)(x-y)^2 + (A+C-B)(y-z)^2 + (B+C-A)(x-z)^2 \geq (2A+2B-2C+2D)xy + (2A+2C-2B+2E)yz + (2B+2C-2A+2F)xz Note that the sum of coefficients in RHS is zero, so the terms are not all positive. We shall divide into two cases: one positive two negatives or vice versa
Case 1: if the RHS is of the form Uxy + Vxz - (U+V) yz with U,V \geq 0. Then RHS = Uy(x-z) + Vz(x-y) Then we set x = R+1/R, y = R, z= R. The terms in LHS will be zero or (1/R^2) whereas the terms in RHS will be (U + V). By setting R large enough we can make LHS < RHS.
Case 2: if the RHS is of the form (U+V)xy - Uyz - Vxz with U,V \geq 0 Then RHS = Uy(x-z) + Vx(y-z) Then we set x = R+1/R, y = R+1/R, z= R. The terms in LHS will be zero or (1/R^2) whereas the terms in RHS will be (U + V)(1+1/R). Again, by setting R large enough we can make LHS < RHS.
Challenge Can you generalize this to third power and four variables? In other words, can the game be extended into the following inequality? Ax^3 + By^3 + Cz^3 + Dw^3 \geq Exyz + Fxyw + Gxzw + H yzw Answer: yes. We make use of the following property: f(a,b,c) = a^3 + b^3 + c^3 - 3abc = (a+b+c)((a-b)^2 + (b-c)^2 + (c-a)^2)/2 \geq 0 If the inequality can be expressed as a positive sum of f(x,y,z), f(x,y,w), f(x,z,w), f(y,zw) then the inequality holds. If not, then there are two cases:
1. One or more of the f form occurs on the RHS, in which case we choose x,y,z,w to maximize the growth of the ones in the RHS. For example, x=y=1/R, z = R+1/R, w = SR + 1/R for large S,R.
2. The f forms all occur on the LHS, so there are terms of xyz etc on the RHS whose coefficients all sum to zero. We can pick x,y,z,w whose differences are small but themselves are large, such as x=R, Y = R+1/R, z = R+2/R, w = R+3/R. That way, the values of f will be small but values of xyz will be big. By judiciously permuting those values depending on which coefficients are negative, we can make LHS to be < RHS.
No comments:
Post a Comment