I was solving a programming problem where I needed to prove that sum of squares of $n$ numbers is unique. i. e. if calculate the sum of squares of equal number of positive integers then if they are same it means that all numbers are the same.
How do I prove it?
The range of numbers is between 0 and 127(inclusive)
or does the range matter?