I am reading the original 1908 paper "The probable error of a mean" from William Sealy Gosset (Student pseudonym) where the Student T Distribution was first derived.
On section 1 (at the end of page 2 in the original paper) the author starts with the following sentence: "Samples of n individuals are drawn out of a population distributed normally, to find an equation which shall represent the frequency of the standard deviations of these samples. If s be the standard deviation found from a sample x1 x2 . . . xn (all these being measured from the mean of the population), then $s^2=\frac{S(x_1^2)}{n}-\left(\frac{S(x_1)}{n}\right)^2=\frac{S(x_1^2)}{n}-\frac{S(x_1^2)}{n^2}-\frac{2S(x_1x_2)}{n^2}$."
The S in the formula above is not previously defined...it may represent a summation (as I guess) or the sample variance. Also it is not clear to me whether x1, x2 etc are single individuals or samples of several individuals...
You see I am pretty confused about the formula above, so I'm not able to follow the (apparently elementary) mathematical derivations in the Section 1 until I don't get this preliminary identity.
Any help would be hugely appreciated.