Search

AMM problem 12448

This is AMM problem 12448 that I solved with my friends Satvik Saha and Sohom Gupta.


Problem Statement -

Given real numbers a1,,an. Prove

S1nS2S12+12n24(maxiaiminiai)2

where S1=i=1nai and S2=i=1nai2.


Solution -

Without loss of generality, let a1an and S1>0.

Setting μ=S1/n, we need to prove 

μσ2+μ2μ2+12n24(ana1)2n2

where σ2=1ni=1n(aiμ)2=S2nμ2.

Squaring both sides, this is equivalent to

()σ2n24(ana1)2n2+14μ2(n24(ana1)2n2)2

since μ>0.

Let μx=1nixi and σx2=1ni(xiμx)2 for real numbers x1,,xn.

Since σx2 is a smooth convex function of x, it attains its maximum on [a,b]n at an extreme point, i.e. when all xi{a,b}.

If exactly k many xi are equal to a and nk many are equal to b, we have

σx2=k(nk)n2(ba)2.

Now, (n2k)20 gives k(nk)n2/4, forcing k(nk)n2/4.

Thus, 

maxx[a,b]nσx2n24(ba)2n2

and σ2n2/4(ana1)2/n2, from which () follows directly.

No comments:

Post a Comment

Introduction to Sumsets II

This is a sequel to a previous post . However, one can technically read it without reading the previous post. Given A,BZ for a c...