I don't believe that is the point they are making. They have, though some details have been jumped over, proved that the derivative of x^n is n x^{n-1} for n any positive integer. When they say "this is true in general", I think that they mean that it is true for n any number, not just a positive integer.
The most direct way to prove that the derivative of x^a is ax^{a- 1} for a any number is to use logarithms.
If y= x^a then y= e^{ln(x^a)}= e^{a ln(x)}. Assuming that you already know that the derivative of e^x is e^x, the derivative of ln(x) is 1/x, and the chain rule (which is why they "haven't proved it yet"), then we can say
\frac{dy}{dx}= \left(e^{aln(x)}\right)\left(\frac{a}{x}\right)
And, now, since e^{a ln(x)}= e^{ln(x^a)}= x^a, that says that
\frac{dy}{dx}= x^a\frac{a}{x}= ax^{a-1}.