Let n be a positive integer. For each 4n-tuple of nonnegative real numbers a1,…,a2n, b1,…,b2n that satisfy ∑i=12nai=∑j=12nbj=n, define the sets A:={j=1∑2naibj+1aibj:i∈{1,…,2n} s.t. j=1∑2naibj+1aibj=0}, and B:={i=1∑2naibj+1aibj:j∈{1,…,2n} s.t. i=1∑2naibj+1aibj=0}. Let m be the minimum element of A∪B. Determine the maximum value of m among those derived from all such 4n-tuples a1,…,a2n,b1,…,b2n.
Solution
The maximum is 2n. This is achieved when exactly half of ai and exactly half of bj are 1, and the others are 0.
To show that this is the maximum possible, WLOG assume that a1,…,as and b1,…,bt are nonzero, and the rest are zero. Then we have a1+⋯+as=b1+⋯+bt=n and min(A∪B)≤max(s,t)1i=1∑sj=1∑taibj+1aibj.(∗) Let k=st and x(i−1)t+j=aibj for all i=1,…,s and j=1,…,t. Then x1,…,xk>0 and x1+⋯+xk=(a1+⋯+as)(b1+⋯+bt)=n2. Moreover, we have max(s,t)≥k.
Therefore min(A∪B)≤k1i=1∑kxi+1xi.(∗∗) Note that the function f(x)=x+1x is concave for x>−1. Therefore i=1∑kxi+1xi≤k⋅kn2+1kn2=n2+kkn2. As a consequence, min(A∪B)≤n2+kkn2≤2n(∗∗∗) where the last inequality follows from AM-GM.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement translated into English from zh; metadata (topic, difficulty) added by this project.