The problem:
$$ x_1 \geq x_2 \geq ... \geq x_{3n} \geq x_{3n+1} \geq 0 $$
Show that:
$$ x_1^2 - x_2^2 + ... - x_{3n}^2 + x_{3n+1}^2 \geq (x_1 - x_2 + ... - x_{3n} + x_{3n+1})^2 $$
I'm trying to prove this by induction, so by base case is:
$$ x_1 = x_2 = ... = x_{3n} = x_{3n+1} = 0 $$
which results is the true statement:
$$ 0 \geq 0 $$
But I'm not sure if I have the right inductive step to prove that P(x) implies P(x+1):
$$ x_1^2 - x_2^2 + ... - x_{3(n+1)}^2 + x_{3(n+1)+1}^2 \geq (x_1 - x_2 + ... - x_{3(n+1)} + x_{3(n+1)+1})^2 $$
Do I simply substitute "$n+1$" everywhere there is a "$n$" in the original statement?