Putnam problem with inequalities

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Inequalities
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


can someone help me with only if part of Problem 2?

http://www.math.cornell.edu/~putnam/ineqs.pdf

I can prove that quantity is less than or equal to n, but I cannot get it leq to 1?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Assume the first expression is true for all [itex]x_1, x_2, \cdots, x_n[/itex]. This means you can hand-pick a particular [itex]x_1, x_2, \cdots, x_n[/itex] that makes the desired relation fall out.
 
Yes. That's how I got that it was less than n. I just picked basis vectors. But I don't know which special vectors pick to get it less than 1.
 
You want to leave expressions involving {ri} on both sides of the inequality.
 
So, should I let x equal r times a scalar factor or something? I need to use the Cauchy-Schwartz inequality, somehow, don't I?
 
You don't need Cauchy-Schwartz. You are on the right track. Set each xi to ri.
 
So then we have that norm(r) => norm(r)^2 i.e. that 1 => norm(r). I cannot believe how long I spent on that :(
 
Almost. You get norm(r)^2 >= norm(r)^4, and thus 1 >= norm(r)^2.

To be completely rigorous you also have to handle the special case where the division in the final step is not valid. This case is trivial, so to speak.
 
When r is a null vector its length is certainly less than or equal to 1.
 
Its trivial to deal with the zero vector, but you deal with it you must as step from norm(r)^2 >= norm(4)^r to 1>= norm(r)^2 is not valid for r=0.
 
I agree. Thanks.