I'm going through a book on inequalities right now, and the author describes normalization with the following example.
Prove that $a^2 + b^2 + c^2 \ge ab + bc + ca$
Of course the fundamental proof of this inequality has already been discussed before, so it has only been taken up for the purpose of demonstrating normalization.
The author continues saying that we may use the additional condition $abc = 1$. The reasoning is explained below.
Suppose $abc = k^3$. Let $a = kx$ , $b = ky$ , $c = kz$. Then it follows that $xyz = 1$. Using the established substitutions we get the same inequality in different variables: $x^2 + y^2 + z^2 \ge xy + yz + zx$ but with the additional condition that $xyz = 1$.
My problem is that we seem to lose generality here by bounding the variables in the inequality. Thus we prove the inequality bounded by a specific condition, but beyond that condition the result is uncertain. Could it be that since the new inequality has been proven with the condition, then by definition of our substitutions, the original inequality is also true (by the multiplicative law)? This seems to be the logical explanation, but I want to be certain. Any help is greatly appreciated.