Prove:$|x-1|+|x-2|+|x-3|+\cdots+|x-n|\geq n-1$
example1: $|x-1|+|x-2|\geq 1$
my solution:(substitution)
$x-1=t,x-2=t-1,|t|+|t-1|\geq 1,|t-1|\geq 1-|t|,$
square,
$t^2-2t+1\geq 1-2|t|+t^2,\text{Since} -t\leq -|t|,$
so proved.
question1 : Is my proof right? Alternatives?
one reference answer:
$1-|x-1|\leq |1-(x-1)|=|1-x+1|=|x-2|$
question2 : prove:
$|x-1|+|x-2|+|x-3|\geq 2$
So I guess:( I think there is a name about this, what's that? wiki item?)
$|x-1|+|x-2|+|x-3|+\cdots+|x-n|\geq n-1$
How to prove this? This is question3. I doubt whether the two methods I used above may suit for this general case.
Of course, welcome any interesting answers and good comments.
Actually, $|x-n| + |x-1| = |n-x| + |x-1| \geq |n-1|=n-1$. Don't need the other terms.
Your first proof is correct. You have to take some care moving from $U^2\geq V^2$ to $U\geq V$, but in this case, $U=|t-1|$ is non-negative.